|
12 | 12 | 3E20C84D1D8787B6004ACDEA /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EA62EFB1D877EF200E5845A /* UserNotifications.framework */; }; |
13 | 13 | 9112E8B01E725C1E0022A1CB /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9112E8AF1E725C1E0022A1CB /* NotificationService.swift */; }; |
14 | 14 | 9112E8B41E725C1E0022A1CB /* OneSignalNotificationServiceExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 9112E8AD1E725C1E0022A1CB /* OneSignalNotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 15 | + 9150E7691E734F6E00C5D46A /* GreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9150E7671E734F6E00C5D46A /* GreenViewController.swift */; }; |
| 16 | + 9150E76A1E734F6E00C5D46A /* RedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9150E7681E734F6E00C5D46A /* RedViewController.swift */; }; |
| 17 | + 9150E76D1E73556A00C5D46A /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9150E76C1E73556A00C5D46A /* CoreLocation.framework */; }; |
15 | 18 | 91C3CFD91E7266F600D9EA80 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91C3CFD11E7266F600D9EA80 /* AppDelegate.swift */; }; |
16 | 19 | 91C3CFDA1E7266F600D9EA80 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 91C3CFD21E7266F600D9EA80 /* Assets.xcassets */; }; |
17 | 20 | 91C3CFDB1E7266F600D9EA80 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 91C3CFD31E7266F600D9EA80 /* LaunchScreen.storyboard */; }; |
|
52 | 55 | 9112E8AD1E725C1E0022A1CB /* OneSignalNotificationServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OneSignalNotificationServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
53 | 56 | 9112E8AF1E725C1E0022A1CB /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; }; |
54 | 57 | 9112E8B11E725C1E0022A1CB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 58 | + 9150E7671E734F6E00C5D46A /* GreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GreenViewController.swift; sourceTree = "<group>"; }; |
| 59 | + 9150E7681E734F6E00C5D46A /* RedViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedViewController.swift; sourceTree = "<group>"; }; |
| 60 | + 9150E76B1E734FB000C5D46A /* OneSignalDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OneSignalDemo.entitlements; sourceTree = "<group>"; }; |
| 61 | + 9150E76C1E73556A00C5D46A /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; |
55 | 62 | 91C3CFD11E7266F600D9EA80 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
56 | 63 | 91C3CFD21E7266F600D9EA80 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
57 | 64 | 91C3CFD41E7266F600D9EA80 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
77 | 84 | isa = PBXFrameworksBuildPhase; |
78 | 85 | buildActionMask = 2147483647; |
79 | 86 | files = ( |
| 87 | + 9150E76D1E73556A00C5D46A /* CoreLocation.framework in Frameworks */, |
80 | 88 | 3E20C84D1D8787B6004ACDEA /* UserNotifications.framework in Frameworks */, |
81 | 89 | 378310DE5E74831CBC5C833C /* Pods_OneSignalDemo.framework in Frameworks */, |
82 | 90 | ); |
|
99 | 107 | 3EA62EFA1D877EF200E5845A /* Frameworks */ = { |
100 | 108 | isa = PBXGroup; |
101 | 109 | children = ( |
| 110 | + 9150E76C1E73556A00C5D46A /* CoreLocation.framework */, |
102 | 111 | 3EA62EFB1D877EF200E5845A /* UserNotifications.framework */, |
103 | 112 | 6DE881DDE387B7869A75E56A /* Pods_OneSignalDemo.framework */, |
104 | 113 | 7D32C4978E51F05AA82FC597 /* libPods-OneSignalNotificationServiceExtension.a */, |
|
118 | 127 | 91C3CFD01E7266F600D9EA80 /* OneSignalDemo */ = { |
119 | 128 | isa = PBXGroup; |
120 | 129 | children = ( |
| 130 | + 9150E76B1E734FB000C5D46A /* OneSignalDemo.entitlements */, |
| 131 | + 9150E7671E734F6E00C5D46A /* GreenViewController.swift */, |
| 132 | + 9150E7681E734F6E00C5D46A /* RedViewController.swift */, |
121 | 133 | 91C3CFD11E7266F600D9EA80 /* AppDelegate.swift */, |
122 | 134 | 91C3CFD21E7266F600D9EA80 /* Assets.xcassets */, |
123 | 135 | 91C3CFD31E7266F600D9EA80 /* LaunchScreen.storyboard */, |
|
215 | 227 | com.apple.BackgroundModes = { |
216 | 228 | enabled = 1; |
217 | 229 | }; |
| 230 | + com.apple.Push = { |
| 231 | + enabled = 1; |
| 232 | + }; |
218 | 233 | }; |
219 | 234 | }; |
220 | 235 | }; |
|
350 | 365 | isa = PBXSourcesBuildPhase; |
351 | 366 | buildActionMask = 2147483647; |
352 | 367 | files = ( |
| 368 | + 9150E76A1E734F6E00C5D46A /* RedViewController.swift in Sources */, |
| 369 | + 9150E7691E734F6E00C5D46A /* GreenViewController.swift in Sources */, |
353 | 370 | 91C3CFDE1E7266F600D9EA80 /* ViewController.swift in Sources */, |
354 | 371 | 91C3CFD91E7266F600D9EA80 /* AppDelegate.swift in Sources */, |
355 | 372 | ); |
|
513 | 530 | baseConfigurationReference = FBF7B1679DAECB1F8823DFA8 /* Pods-OneSignalDemo.debug.xcconfig */; |
514 | 531 | buildSettings = { |
515 | 532 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 533 | + CODE_SIGN_ENTITLEMENTS = OneSignalDemo/OneSignalDemo.entitlements; |
516 | 534 | DEVELOPMENT_TEAM = 99SW8E36CT; |
517 | 535 | INFOPLIST_FILE = "$(SRCROOT)/OneSignalDemo/Info.plist"; |
518 | 536 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
528 | 546 | baseConfigurationReference = 2F2B914C976A118DAE4F0182 /* Pods-OneSignalDemo.release.xcconfig */; |
529 | 547 | buildSettings = { |
530 | 548 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 549 | + CODE_SIGN_ENTITLEMENTS = OneSignalDemo/OneSignalDemo.entitlements; |
531 | 550 | DEVELOPMENT_TEAM = 99SW8E36CT; |
532 | 551 | INFOPLIST_FILE = "$(SRCROOT)/OneSignalDemo/Info.plist"; |
533 | 552 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
0 commit comments