|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 460FF309299AAEEC00635FF9 /* Segment in Frameworks */ = {isa = PBXBuildFile; productRef = 460FF308299AAEEC00635FF9 /* Segment */; };
|
11 | 11 | 46262AB229CB731B005C68FF /* SegmentMixpanel in Frameworks */ = {isa = PBXBuildFile; productRef = 46262AB129CB731B005C68FF /* SegmentMixpanel */; };
|
| 12 | + 463F61EA29E9C33400BBB4ED /* TestDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 463F61E929E9C33400BBB4ED /* TestDestination.swift */; }; |
12 | 13 | 464247BC26C6D7A700CAD301 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 464247BB26C6D7A700CAD301 /* AppDelegate.m */; };
|
13 | 14 | 464247BF26C6D7A700CAD301 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 464247BE26C6D7A700CAD301 /* SceneDelegate.m */; };
|
14 | 15 | 464247C226C6D7A700CAD301 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 464247C126C6D7A700CAD301 /* ViewController.m */; };
|
|
19 | 20 | /* End PBXBuildFile section */
|
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */
|
| 23 | + 463F61E829E9C33400BBB4ED /* ObjCExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ObjCExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 24 | + 463F61E929E9C33400BBB4ED /* TestDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestDestination.swift; sourceTree = "<group>"; }; |
22 | 25 | 464247B726C6D7A700CAD301 /* ObjCExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ObjCExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
23 | 26 | 464247BA26C6D7A700CAD301 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
24 | 27 | 464247BB26C6D7A700CAD301 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
66 | 69 | 464247B926C6D7A700CAD301 /* ObjCExample */ = {
|
67 | 70 | isa = PBXGroup;
|
68 | 71 | children = (
|
| 72 | + 463F61E929E9C33400BBB4ED /* TestDestination.swift */, |
69 | 73 | 464247BA26C6D7A700CAD301 /* AppDelegate.h */,
|
70 | 74 | 464247BB26C6D7A700CAD301 /* AppDelegate.m */,
|
71 | 75 | 464247BD26C6D7A700CAD301 /* SceneDelegate.h */,
|
|
77 | 81 | 464247C826C6D7A800CAD301 /* LaunchScreen.storyboard */,
|
78 | 82 | 464247CB26C6D7A800CAD301 /* Info.plist */,
|
79 | 83 | 464247CC26C6D7A800CAD301 /* main.m */,
|
| 84 | + 463F61E829E9C33400BBB4ED /* ObjCExample-Bridging-Header.h */, |
80 | 85 | );
|
81 | 86 | path = ObjCExample;
|
82 | 87 | sourceTree = "<group>";
|
|
122 | 127 | TargetAttributes = {
|
123 | 128 | 464247B626C6D7A700CAD301 = {
|
124 | 129 | CreatedOnToolsVersion = 12.5.1;
|
| 130 | + LastSwiftMigration = 1430; |
125 | 131 | };
|
126 | 132 | };
|
127 | 133 | };
|
|
164 | 170 | isa = PBXSourcesBuildPhase;
|
165 | 171 | buildActionMask = 2147483647;
|
166 | 172 | files = (
|
| 173 | + 463F61EA29E9C33400BBB4ED /* TestDestination.swift in Sources */, |
167 | 174 | 464247C226C6D7A700CAD301 /* ViewController.m in Sources */,
|
168 | 175 | 464247BC26C6D7A700CAD301 /* AppDelegate.m in Sources */,
|
169 | 176 | 464247CD26C6D7A800CAD301 /* main.m in Sources */,
|
|
310 | 317 | buildSettings = {
|
311 | 318 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
312 | 319 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 320 | + CLANG_ENABLE_MODULES = YES; |
313 | 321 | CODE_SIGN_STYLE = Automatic;
|
314 | 322 | INFOPLIST_FILE = ObjCExample/Info.plist;
|
315 | 323 | LD_RUNPATH_SEARCH_PATHS = (
|
|
318 | 326 | );
|
319 | 327 | PRODUCT_BUNDLE_IDENTIFIER = com.segment.ObjCExample;
|
320 | 328 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 329 | + SWIFT_OBJC_BRIDGING_HEADER = "ObjCExample/ObjCExample-Bridging-Header.h"; |
| 330 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 331 | + SWIFT_VERSION = 5.0; |
321 | 332 | TARGETED_DEVICE_FAMILY = "1,2";
|
322 | 333 | };
|
323 | 334 | name = Debug;
|
|
327 | 338 | buildSettings = {
|
328 | 339 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
329 | 340 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 341 | + CLANG_ENABLE_MODULES = YES; |
330 | 342 | CODE_SIGN_STYLE = Automatic;
|
331 | 343 | INFOPLIST_FILE = ObjCExample/Info.plist;
|
332 | 344 | LD_RUNPATH_SEARCH_PATHS = (
|
|
335 | 347 | );
|
336 | 348 | PRODUCT_BUNDLE_IDENTIFIER = com.segment.ObjCExample;
|
337 | 349 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 350 | + SWIFT_OBJC_BRIDGING_HEADER = "ObjCExample/ObjCExample-Bridging-Header.h"; |
| 351 | + SWIFT_VERSION = 5.0; |
338 | 352 | TARGETED_DEVICE_FAMILY = "1,2";
|
339 | 353 | };
|
340 | 354 | name = Release;
|
|
0 commit comments