|
10 | 10 | 5471A89A1BF228900079610F /* SwiftMQTT.h in Headers */ = {isa = PBXBuildFile; fileRef = 5471A8991BF228900079610F /* SwiftMQTT.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
11 | 11 | 5471A8A11BF228900079610F /* SwiftMQTT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5471A8961BF228900079610F /* SwiftMQTT.framework */; };
|
12 | 12 | 5471A8A61BF228900079610F /* SwiftMQTTTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471A8A51BF228900079610F /* SwiftMQTTTests.swift */; };
|
| 13 | + 5471A8E01BF22E9E0079610F /* MQTTSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471A8DF1BF22E9E0079610F /* MQTTSession.swift */; }; |
| 14 | + 5471A8E21BF2317F0079610F /* MQTTPacket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471A8E11BF2317F0079610F /* MQTTPacket.swift */; }; |
| 15 | + 5471A8E41BF231900079610F /* MQTTExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471A8E31BF231900079610F /* MQTTExtensions.swift */; }; |
13 | 16 | /* End PBXBuildFile section */
|
14 | 17 |
|
15 | 18 | /* Begin PBXContainerItemProxy section */
|
|
29 | 32 | 5471A8A01BF228900079610F /* SwiftMQTTTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftMQTTTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 33 | 5471A8A51BF228900079610F /* SwiftMQTTTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMQTTTests.swift; sourceTree = "<group>"; };
|
31 | 34 | 5471A8A71BF228900079610F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 35 | + 5471A8DF1BF22E9E0079610F /* MQTTSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MQTTSession.swift; sourceTree = "<group>"; }; |
| 36 | + 5471A8E11BF2317F0079610F /* MQTTPacket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MQTTPacket.swift; sourceTree = "<group>"; }; |
| 37 | + 5471A8E31BF231900079610F /* MQTTExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MQTTExtensions.swift; sourceTree = "<group>"; }; |
32 | 38 | /* End PBXFileReference section */
|
33 | 39 |
|
34 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
|
73 | 79 | children = (
|
74 | 80 | 5471A8991BF228900079610F /* SwiftMQTT.h */,
|
75 | 81 | 5471A89B1BF228900079610F /* Info.plist */,
|
| 82 | + 5471A8DF1BF22E9E0079610F /* MQTTSession.swift */, |
| 83 | + 5471A8E11BF2317F0079610F /* MQTTPacket.swift */, |
| 84 | + 5471A8E31BF231900079610F /* MQTTExtensions.swift */, |
76 | 85 | );
|
77 | 86 | path = SwiftMQTT;
|
78 | 87 | sourceTree = "<group>";
|
|
194 | 203 | isa = PBXSourcesBuildPhase;
|
195 | 204 | buildActionMask = 2147483647;
|
196 | 205 | files = (
|
| 206 | + 5471A8E01BF22E9E0079610F /* MQTTSession.swift in Sources */, |
| 207 | + 5471A8E41BF231900079610F /* MQTTExtensions.swift in Sources */, |
| 208 | + 5471A8E21BF2317F0079610F /* MQTTPacket.swift in Sources */, |
197 | 209 | );
|
198 | 210 | runOnlyForDeploymentPostprocessing = 0;
|
199 | 211 | };
|
|
308 | 320 | 5471A8AB1BF228900079610F /* Debug */ = {
|
309 | 321 | isa = XCBuildConfiguration;
|
310 | 322 | buildSettings = {
|
| 323 | + CLANG_ENABLE_MODULES = YES; |
311 | 324 | DEFINES_MODULE = YES;
|
312 | 325 | DYLIB_COMPATIBILITY_VERSION = 1;
|
313 | 326 | DYLIB_CURRENT_VERSION = 1;
|
|
319 | 332 | PRODUCT_BUNDLE_IDENTIFIER = im.ankit.SwiftMQTT;
|
320 | 333 | PRODUCT_NAME = "$(TARGET_NAME)";
|
321 | 334 | SKIP_INSTALL = YES;
|
| 335 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
322 | 336 | };
|
323 | 337 | name = Debug;
|
324 | 338 | };
|
325 | 339 | 5471A8AC1BF228900079610F /* Release */ = {
|
326 | 340 | isa = XCBuildConfiguration;
|
327 | 341 | buildSettings = {
|
| 342 | + CLANG_ENABLE_MODULES = YES; |
328 | 343 | DEFINES_MODULE = YES;
|
329 | 344 | DYLIB_COMPATIBILITY_VERSION = 1;
|
330 | 345 | DYLIB_CURRENT_VERSION = 1;
|
|
0 commit comments