|
13 | 13 | 28091E931C64B61C00E789CD /* RangeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28091E921C64B61C00E789CD /* RangeExtension.swift */; };
|
14 | 14 | 28091E9B1C64CC1A00E789CD /* TrackViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28091E9A1C64CC1A00E789CD /* TrackViewModel.swift */; };
|
15 | 15 | 280DE5291C62FCB200E64020 /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = 280DE5281C62FCB200E64020 /* Podfile */; };
|
| 16 | + 281324ED1C672EE80072E730 /* SessionsSearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 281324EC1C672EE80072E730 /* SessionsSearchViewController.swift */; }; |
| 17 | + 281324EF1C6735430072E730 /* EventsBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 281324EE1C6735430072E730 /* EventsBaseViewController.swift */; }; |
16 | 18 | 2859B0FE1C5DF8D7009656FC /* EventViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2859B0FD1C5DF8D7009656FC /* EventViewController.swift */; };
|
17 | 19 | 2859B1001C5DFD09009656FC /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2859B0FF1C5DFD09009656FC /* Colors.swift */; };
|
18 | 20 | 2859B1021C5E29DC009656FC /* EventInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2859B1011C5E29DC009656FC /* EventInfoView.swift */; };
|
|
59 | 61 | 28091E921C64B61C00E789CD /* RangeExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RangeExtension.swift; sourceTree = "<group>"; };
|
60 | 62 | 28091E9A1C64CC1A00E789CD /* TrackViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackViewModel.swift; sourceTree = "<group>"; };
|
61 | 63 | 280DE5281C62FCB200E64020 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
| 64 | + 281324EC1C672EE80072E730 /* SessionsSearchViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionsSearchViewController.swift; sourceTree = "<group>"; }; |
| 65 | + 281324EE1C6735430072E730 /* EventsBaseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventsBaseViewController.swift; sourceTree = "<group>"; }; |
62 | 66 | 2859B0FD1C5DF8D7009656FC /* EventViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventViewController.swift; sourceTree = "<group>"; };
|
63 | 67 | 2859B0FF1C5DFD09009656FC /* Colors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
|
64 | 68 | 2859B1011C5E29DC009656FC /* EventInfoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventInfoView.swift; sourceTree = "<group>"; };
|
|
127 | 131 | 2818A9311C62300300ECB57F /* View Controllers */ = {
|
128 | 132 | isa = PBXGroup;
|
129 | 133 | children = (
|
| 134 | + 281324EE1C6735430072E730 /* EventsBaseViewController.swift */, |
130 | 135 | 285F1B661C5AF7B100A7E0DD /* EventsViewController.swift */,
|
| 136 | + 281324EC1C672EE80072E730 /* SessionsSearchViewController.swift */, |
131 | 137 | 2859B0FD1C5DF8D7009656FC /* EventViewController.swift */,
|
132 | 138 | 28091E8C1C6332A600E789CD /* FilterListViewController.swift */,
|
133 | 139 | 285F1B681C5AF7B100A7E0DD /* SecondViewController.swift */,
|
|
321 | 327 | TargetAttributes = {
|
322 | 328 | 285F1B601C5AF7B100A7E0DD = {
|
323 | 329 | CreatedOnToolsVersion = 7.2;
|
| 330 | + DevelopmentTeam = EZ49532236; |
324 | 331 | };
|
325 | 332 | };
|
326 | 333 | };
|
|
411 | 418 | buildActionMask = 2147483647;
|
412 | 419 | files = (
|
413 | 420 | 285F1B691C5AF7B100A7E0DD /* SecondViewController.swift in Sources */,
|
| 421 | + 281324EF1C6735430072E730 /* EventsBaseViewController.swift in Sources */, |
414 | 422 | 28091E8D1C6332A600E789CD /* FilterListViewController.swift in Sources */,
|
415 | 423 | 2859B1001C5DFD09009656FC /* Colors.swift in Sources */,
|
416 | 424 | 285F1B8F1C5B069D00A7E0DD /* Observable.swift in Sources */,
|
|
423 | 431 | 28091E8F1C636F9000E789CD /* FilterCell.swift in Sources */,
|
424 | 432 | 285F1B671C5AF7B100A7E0DD /* EventsViewController.swift in Sources */,
|
425 | 433 | 28091E911C64B0B900E789CD /* Constants.swift in Sources */,
|
| 434 | + 281324ED1C672EE80072E730 /* SessionsSearchViewController.swift in Sources */, |
426 | 435 | 285F1B921C5B06CC00A7E0DD /* Event.swift in Sources */,
|
427 | 436 | 28A0BC941C5F50A2001625FB /* Schedule.swift in Sources */,
|
428 | 437 | 285F1BB41C5B0FDC00A7E0DD /* SpeakerViewModel.swift in Sources */,
|
|
546 | 555 | baseConfigurationReference = E0CFBD2E35D709E001678331 /* Pods-FOSSAsia.debug.xcconfig */;
|
547 | 556 | buildSettings = {
|
548 | 557 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 558 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 559 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
549 | 560 | EMBEDDED_CONTENT_CONTAINS_SWIFT = "$(inherited)";
|
550 | 561 | FRAMEWORK_SEARCH_PATHS = (
|
551 | 562 | "$(inherited)",
|
|
557 | 568 | OTHER_LDFLAGS = "$(inherited)";
|
558 | 569 | PRODUCT_BUNDLE_IDENTIFIER = com.fossasia.FOSSAsia;
|
559 | 570 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 571 | + PROVISIONING_PROFILE = ""; |
560 | 572 | SWIFT_OBJC_BRIDGING_HEADER = "FOSSAsia/Fossasia-Bridging-Header.h";
|
561 | 573 | USER_HEADER_SEARCH_PATHS = "";
|
562 | 574 | };
|
|
567 | 579 | baseConfigurationReference = 79D22ECB7ECA2ECF5403D3D1 /* Pods-FOSSAsia.release.xcconfig */;
|
568 | 580 | buildSettings = {
|
569 | 581 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 582 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 583 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
570 | 584 | EMBEDDED_CONTENT_CONTAINS_SWIFT = "$(inherited)";
|
571 | 585 | FRAMEWORK_SEARCH_PATHS = (
|
572 | 586 | "$(inherited)",
|
|
578 | 592 | OTHER_LDFLAGS = "$(inherited)";
|
579 | 593 | PRODUCT_BUNDLE_IDENTIFIER = com.fossasia.FOSSAsia;
|
580 | 594 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 595 | + PROVISIONING_PROFILE = ""; |
581 | 596 | SWIFT_OBJC_BRIDGING_HEADER = "FOSSAsia/Fossasia-Bridging-Header.h";
|
582 | 597 | USER_HEADER_SEARCH_PATHS = "";
|
583 | 598 | };
|
|
0 commit comments