|
30 | 30 | AA85DB161C2AB9B6005D032D /* Swift_Push.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Swift_Push.xcdatamodel; sourceTree = "<group>"; }; |
31 | 31 | AAC65BF61C1743BD00AD4836 /* PushMessages+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "PushMessages+CoreDataProperties.swift"; path = "Swift Push/PushMessages+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
32 | 32 | AAC65BF71C1743BD00AD4836 /* PushMessages.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PushMessages.swift; path = "Swift Push/PushMessages.swift"; sourceTree = "<group>"; }; |
| 33 | + AAE925CF1D1479390040DEBB /* Swift Push.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Swift Push.entitlements"; sourceTree = "<group>"; }; |
33 | 34 | /* End PBXFileReference section */ |
34 | 35 |
|
35 | 36 | /* Begin PBXFrameworksBuildPhase section */ |
|
66 | 67 | AA7D0F671C174338007F53F3 /* Swift Push */ = { |
67 | 68 | isa = PBXGroup; |
68 | 69 | children = ( |
| 70 | + AAE925CF1D1479390040DEBB /* Swift Push.entitlements */, |
69 | 71 | AA7D0F681C174338007F53F3 /* AppDelegate.swift */, |
70 | 72 | AA7D0F6A1C174338007F53F3 /* ViewController.swift */, |
71 | 73 | AA7D0F6C1C174338007F53F3 /* Main.storyboard */, |
|
116 | 118 | com.apple.BackgroundModes = { |
117 | 119 | enabled = 1; |
118 | 120 | }; |
| 121 | + com.apple.Push = { |
| 122 | + enabled = 1; |
| 123 | + }; |
119 | 124 | }; |
120 | 125 | }; |
121 | 126 | }; |
|
239 | 244 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
240 | 245 | GCC_WARN_UNUSED_FUNCTION = YES; |
241 | 246 | GCC_WARN_UNUSED_VARIABLE = YES; |
242 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 247 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
243 | 248 | MTL_ENABLE_DEBUG_INFO = YES; |
244 | 249 | ONLY_ACTIVE_ARCH = YES; |
245 | 250 | SDKROOT = iphoneos; |
|
278 | 283 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
279 | 284 | GCC_WARN_UNUSED_FUNCTION = YES; |
280 | 285 | GCC_WARN_UNUSED_VARIABLE = YES; |
281 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 286 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
282 | 287 | MTL_ENABLE_DEBUG_INFO = NO; |
283 | 288 | SDKROOT = iphoneos; |
284 | 289 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
290 | 295 | isa = XCBuildConfiguration; |
291 | 296 | buildSettings = { |
292 | 297 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 298 | + CODE_SIGN_ENTITLEMENTS = "Swift Push/Swift Push.entitlements"; |
293 | 299 | INFOPLIST_FILE = "Swift Push/Info.plist"; |
294 | 300 | IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
295 | 301 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
303 | 309 | isa = XCBuildConfiguration; |
304 | 310 | buildSettings = { |
305 | 311 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 312 | + CODE_SIGN_ENTITLEMENTS = "Swift Push/Swift Push.entitlements"; |
306 | 313 | INFOPLIST_FILE = "Swift Push/Info.plist"; |
307 | 314 | IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
308 | 315 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
0 commit comments