|
10 | 10 | B006FA171F99F14F00509C46 /* MessageLabel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B006FA0D1F99F14E00509C46 /* MessageLabel.framework */; }; |
11 | 11 | B006FA1C1F99F14F00509C46 /* MessageLabelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B006FA1B1F99F14F00509C46 /* MessageLabelTests.swift */; }; |
12 | 12 | B006FA1E1F99F14F00509C46 /* MessageLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B006FA101F99F14E00509C46 /* MessageLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 13 | + B006FA291F99F6D300509C46 /* MessageLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B006FA281F99F6D300509C46 /* MessageLabel.swift */; }; |
13 | 14 | /* End PBXBuildFile section */ |
14 | 15 |
|
15 | 16 | /* Begin PBXContainerItemProxy section */ |
|
29 | 30 | B006FA161F99F14F00509C46 /* MessageLabelTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessageLabelTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 31 | B006FA1B1F99F14F00509C46 /* MessageLabelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageLabelTests.swift; sourceTree = "<group>"; }; |
31 | 32 | B006FA1D1F99F14F00509C46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 33 | + B006FA281F99F6D300509C46 /* MessageLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageLabel.swift; sourceTree = "<group>"; }; |
32 | 34 | /* End PBXFileReference section */ |
33 | 35 |
|
34 | 36 | /* Begin PBXFrameworksBuildPhase section */ |
|
53 | 55 | B006FA031F99F14E00509C46 = { |
54 | 56 | isa = PBXGroup; |
55 | 57 | children = ( |
56 | | - B006FA0F1F99F14E00509C46 /* MessageLabel */, |
57 | | - B006FA1A1F99F14F00509C46 /* MessageLabelTests */, |
| 58 | + B006FA0F1F99F14E00509C46 /* Sources */, |
| 59 | + B006FA1A1F99F14F00509C46 /* Tests */, |
58 | 60 | B006FA0E1F99F14E00509C46 /* Products */, |
59 | 61 | ); |
60 | 62 | sourceTree = "<group>"; |
|
68 | 70 | name = Products; |
69 | 71 | sourceTree = "<group>"; |
70 | 72 | }; |
71 | | - B006FA0F1F99F14E00509C46 /* MessageLabel */ = { |
| 73 | + B006FA0F1F99F14E00509C46 /* Sources */ = { |
72 | 74 | isa = PBXGroup; |
73 | 75 | children = ( |
74 | 76 | B006FA101F99F14E00509C46 /* MessageLabel.h */, |
75 | 77 | B006FA111F99F14E00509C46 /* Info.plist */, |
| 78 | + B006FA281F99F6D300509C46 /* MessageLabel.swift */, |
76 | 79 | ); |
77 | | - path = MessageLabel; |
| 80 | + path = Sources; |
78 | 81 | sourceTree = "<group>"; |
79 | 82 | }; |
80 | | - B006FA1A1F99F14F00509C46 /* MessageLabelTests */ = { |
| 83 | + B006FA1A1F99F14F00509C46 /* Tests */ = { |
81 | 84 | isa = PBXGroup; |
82 | 85 | children = ( |
83 | 86 | B006FA1B1F99F14F00509C46 /* MessageLabelTests.swift */, |
84 | 87 | B006FA1D1F99F14F00509C46 /* Info.plist */, |
85 | 88 | ); |
86 | | - path = MessageLabelTests; |
| 89 | + path = Tests; |
87 | 90 | sourceTree = "<group>"; |
88 | 91 | }; |
89 | 92 | /* End PBXGroup section */ |
|
148 | 151 | TargetAttributes = { |
149 | 152 | B006FA0C1F99F14E00509C46 = { |
150 | 153 | CreatedOnToolsVersion = 9.0; |
| 154 | + LastSwiftMigration = 0900; |
151 | 155 | ProvisioningStyle = Automatic; |
152 | 156 | }; |
153 | 157 | B006FA151F99F14F00509C46 = { |
|
196 | 200 | isa = PBXSourcesBuildPhase; |
197 | 201 | buildActionMask = 2147483647; |
198 | 202 | files = ( |
| 203 | + B006FA291F99F6D300509C46 /* MessageLabel.swift in Sources */, |
199 | 204 | ); |
200 | 205 | runOnlyForDeploymentPostprocessing = 0; |
201 | 206 | }; |
|
334 | 339 | B006FA221F99F14F00509C46 /* Debug */ = { |
335 | 340 | isa = XCBuildConfiguration; |
336 | 341 | buildSettings = { |
| 342 | + CLANG_ENABLE_MODULES = YES; |
337 | 343 | CODE_SIGN_IDENTITY = ""; |
338 | 344 | CODE_SIGN_STYLE = Automatic; |
339 | 345 | DEFINES_MODULE = YES; |
|
346 | 352 | PRODUCT_BUNDLE_IDENTIFIER = com.MessageKit.MessageLabel; |
347 | 353 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
348 | 354 | SKIP_INSTALL = YES; |
| 355 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
349 | 356 | SWIFT_VERSION = 4.0; |
350 | 357 | TARGETED_DEVICE_FAMILY = "1,2"; |
351 | 358 | }; |
|
354 | 361 | B006FA231F99F14F00509C46 /* Release */ = { |
355 | 362 | isa = XCBuildConfiguration; |
356 | 363 | buildSettings = { |
| 364 | + CLANG_ENABLE_MODULES = YES; |
357 | 365 | CODE_SIGN_IDENTITY = ""; |
358 | 366 | CODE_SIGN_STYLE = Automatic; |
359 | 367 | DEFINES_MODULE = YES; |
|
374 | 382 | B006FA251F99F14F00509C46 /* Debug */ = { |
375 | 383 | isa = XCBuildConfiguration; |
376 | 384 | buildSettings = { |
| 385 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
377 | 386 | CODE_SIGN_STYLE = Automatic; |
378 | 387 | INFOPLIST_FILE = MessageLabelTests/Info.plist; |
379 | 388 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
387 | 396 | B006FA261F99F14F00509C46 /* Release */ = { |
388 | 397 | isa = XCBuildConfiguration; |
389 | 398 | buildSettings = { |
| 399 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
390 | 400 | CODE_SIGN_STYLE = Automatic; |
391 | 401 | INFOPLIST_FILE = MessageLabelTests/Info.plist; |
392 | 402 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
0 commit comments