|
21 | 21 | /* End PBXAggregateTarget section */ |
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */ |
| 24 | + DBF082DC24DDEB1400C0D01C /* CustomPayloads.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBF082DB24DDEB1400C0D01C /* CustomPayloads.swift */; }; |
| 25 | + DBF082E624DE0F1600C0D01C /* CertificateConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = DBF082E024DE09C300C0D01C /* CertificateConfig.plist */; }; |
| 26 | + DBFE5C2724DF7B8200BDBB8B /* CommonCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBFE5C2624DF7B7700BDBB8B /* CommonCode.swift */; }; |
24 | 27 | OBJ_30 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Error.swift */; }; |
25 | 28 | OBJ_31 /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Notification.swift */; }; |
26 | 29 | OBJ_32 /* NotificationOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* NotificationOptions.swift */; }; |
|
51 | 54 | /* End PBXContainerItemProxy section */ |
52 | 55 |
|
53 | 56 | /* Begin PBXFileReference section */ |
| 57 | + DBF082DB24DDEB1400C0D01C /* CustomPayloads.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPayloads.swift; sourceTree = "<group>"; }; |
| 58 | + DBF082E024DE09C300C0D01C /* CertificateConfig.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = CertificateConfig.plist; sourceTree = "<group>"; }; |
| 59 | + DBFE5C2624DF7B7700BDBB8B /* CommonCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonCode.swift; sourceTree = "<group>"; }; |
54 | 60 | OBJ_10 /* Notification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notification.swift; sourceTree = "<group>"; }; |
55 | 61 | OBJ_11 /* NotificationOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationOptions.swift; sourceTree = "<group>"; }; |
56 | 62 | OBJ_12 /* Payload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Payload.swift; sourceTree = "<group>"; }; |
|
63 | 69 | OBJ_24 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
64 | 70 | OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
65 | 71 | OBJ_9 /* Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; }; |
66 | | - "SwiftyAPNS::SwiftyAPNS::Product" /* SwiftyAPNS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftyAPNS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | | - "SwiftyAPNS::SwiftyAPNSTests::Product" /* SwiftyAPNSTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftyAPNSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 72 | + "SwiftyAPNS::SwiftyAPNS::Product" /* SwiftyAPNS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyAPNS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 73 | + "SwiftyAPNS::SwiftyAPNSTests::Product" /* SwiftyAPNSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = SwiftyAPNSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
68 | 74 | /* End PBXFileReference section */ |
69 | 75 |
|
70 | 76 | /* Begin PBXFrameworksBuildPhase section */ |
|
97 | 103 | isa = PBXGroup; |
98 | 104 | children = ( |
99 | 105 | OBJ_18 /* SwiftyAPNSTests.swift */, |
| 106 | + DBF082DB24DDEB1400C0D01C /* CustomPayloads.swift */, |
| 107 | + DBFE5C2624DF7B7700BDBB8B /* CommonCode.swift */, |
100 | 108 | OBJ_19 /* XCTestManifests.swift */, |
| 109 | + DBF082E024DE09C300C0D01C /* CertificateConfig.plist */, |
101 | 110 | ); |
102 | 111 | name = SwiftyAPNSTests; |
103 | 112 | path = Tests/SwiftyAPNSTests; |
|
186 | 195 | buildPhases = ( |
187 | 196 | OBJ_53 /* Sources */, |
188 | 197 | OBJ_56 /* Frameworks */, |
| 198 | + DBF082E524DE0F0E00C0D01C /* Resources */, |
189 | 199 | ); |
190 | 200 | buildRules = ( |
191 | 201 | ); |
|
226 | 236 | }; |
227 | 237 | /* End PBXProject section */ |
228 | 238 |
|
| 239 | +/* Begin PBXResourcesBuildPhase section */ |
| 240 | + DBF082E524DE0F0E00C0D01C /* Resources */ = { |
| 241 | + isa = PBXResourcesBuildPhase; |
| 242 | + buildActionMask = 2147483647; |
| 243 | + files = ( |
| 244 | + DBF082E624DE0F1600C0D01C /* CertificateConfig.plist in Resources */, |
| 245 | + ); |
| 246 | + runOnlyForDeploymentPostprocessing = 0; |
| 247 | + }; |
| 248 | +/* End PBXResourcesBuildPhase section */ |
| 249 | + |
229 | 250 | /* Begin PBXSourcesBuildPhase section */ |
230 | 251 | OBJ_29 /* Sources */ = { |
231 | 252 | isa = PBXSourcesBuildPhase; |
|
255 | 276 | files = ( |
256 | 277 | OBJ_54 /* SwiftyAPNSTests.swift in Sources */, |
257 | 278 | OBJ_55 /* XCTestManifests.swift in Sources */, |
| 279 | + DBF082DC24DDEB1400C0D01C /* CustomPayloads.swift in Sources */, |
| 280 | + DBFE5C2724DF7B8200BDBB8B /* CommonCode.swift in Sources */, |
258 | 281 | ); |
259 | 282 | runOnlyForDeploymentPostprocessing = 0; |
260 | 283 | }; |
|
293 | 316 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
294 | 317 | SKIP_INSTALL = YES; |
295 | 318 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; |
296 | | - SWIFT_VERSION = 4.2; |
| 319 | + SWIFT_VERSION = 5.0; |
297 | 320 | TARGET_NAME = SwiftyAPNS; |
298 | 321 | }; |
299 | 322 | name = Debug; |
|
317 | 340 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
318 | 341 | SKIP_INSTALL = YES; |
319 | 342 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; |
320 | | - SWIFT_VERSION = 4.2; |
| 343 | + SWIFT_VERSION = 5.0; |
321 | 344 | TARGET_NAME = SwiftyAPNS; |
322 | 345 | }; |
323 | 346 | name = Release; |
|
378 | 401 | buildSettings = { |
379 | 402 | LD = /usr/bin/true; |
380 | 403 | OTHER_SWIFT_FLAGS = "-swift-version 4.2 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.2"; |
381 | | - SWIFT_VERSION = 4.2; |
| 404 | + SWIFT_VERSION = 5.0; |
382 | 405 | }; |
383 | 406 | name = Debug; |
384 | 407 | }; |
|
387 | 410 | buildSettings = { |
388 | 411 | LD = /usr/bin/true; |
389 | 412 | OTHER_SWIFT_FLAGS = "-swift-version 4.2 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.2"; |
390 | | - SWIFT_VERSION = 4.2; |
| 413 | + SWIFT_VERSION = 5.0; |
391 | 414 | }; |
392 | 415 | name = Release; |
393 | 416 | }; |
|
419 | 442 | OTHER_LDFLAGS = "$(inherited)"; |
420 | 443 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
421 | 444 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; |
422 | | - SWIFT_VERSION = 4.2; |
| 445 | + SWIFT_VERSION = 5.0; |
423 | 446 | TARGET_NAME = SwiftyAPNSTests; |
424 | 447 | }; |
425 | 448 | name = Debug; |
|
440 | 463 | OTHER_LDFLAGS = "$(inherited)"; |
441 | 464 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
442 | 465 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; |
443 | | - SWIFT_VERSION = 4.2; |
| 466 | + SWIFT_VERSION = 5.0; |
444 | 467 | TARGET_NAME = SwiftyAPNSTests; |
445 | 468 | }; |
446 | 469 | name = Release; |
|
0 commit comments