|
11 | 11 | 33831CC31A9CFCDB00B124F1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33831CBF1A9CFCDB00B124F1 /* Images.xcassets */; };
|
12 | 12 | 33831CC41A9CFCDB00B124F1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 33831CC01A9CFCDB00B124F1 /* Main.storyboard */; };
|
13 | 13 | 33831CC51A9CFCDB00B124F1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33831CC11A9CFCDB00B124F1 /* ViewController.swift */; };
|
14 |
| - 33C69F161D26BEE100ABB47A /* PusherSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33C69F111D26BEB100ABB47A /* PusherSwift.framework */; }; |
15 | 14 | 33C69F181D26C21600ABB47A /* PusherSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 33C69F111D26BEB100ABB47A /* PusherSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 15 | + 33D9E9191D34030700015EF2 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 331187BD1D2FE89500562354 /* LaunchScreen.xib */; }; |
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
18 | 18 | /* Begin PBXCopyFilesBuildPhase section */
|
|
32 | 32 | /* Begin PBXFileReference section */
|
33 | 33 | 21AFCABFD6461F6288FAA7A5 /* Pods_iOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 | 34 | 2EB04428B64860E705E7675C /* Pods-iOS Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.release.xcconfig"; sourceTree = "<group>"; };
|
| 35 | + 331187BD1D2FE89500562354 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = LaunchScreen.xib; path = Example/LaunchScreen.xib; sourceTree = SOURCE_ROOT; }; |
35 | 36 | 33831C5E1A9CEEE900B124F1 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
36 | 37 | 33831CBC1A9CFCD000B124F1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = SOURCE_ROOT; };
|
37 | 38 | 33831CBE1A9CFCDB00B124F1 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Example/AppDelegate.swift; sourceTree = SOURCE_ROOT; };
|
|
78 | 79 | 33831CC11A9CFCDB00B124F1 /* ViewController.swift */,
|
79 | 80 | 33831CBF1A9CFCDB00B124F1 /* Images.xcassets */,
|
80 | 81 | 33831CC01A9CFCDB00B124F1 /* Main.storyboard */,
|
| 82 | + 331187BD1D2FE89500562354 /* LaunchScreen.xib */, |
81 | 83 | 33831C611A9CEEE900B124F1 /* Supporting Files */,
|
82 | 84 | );
|
83 | 85 | name = Example;
|
|
95 | 97 | 4102BF433CEEFDB30CDD25C0 /* Pods */ = {
|
96 | 98 | isa = PBXGroup;
|
97 | 99 | children = (
|
98 |
| - 63B4963D1F9188B612AE6FB6 /* Pods-iOS Example.debug.xcconfig */, |
99 | 100 | 2EB04428B64860E705E7675C /* Pods-iOS Example.release.xcconfig */,
|
100 | 101 | );
|
101 | 102 | name = Pods;
|
|
144 | 145 | 33831C5D1A9CEEE900B124F1 = {
|
145 | 146 | CreatedOnToolsVersion = 6.3;
|
146 | 147 | DevelopmentTeam = 2YKMTT96X8;
|
| 148 | + SystemCapabilities = { |
| 149 | + com.apple.Push = { |
| 150 | + enabled = 1; |
| 151 | + }; |
| 152 | + }; |
147 | 153 | };
|
148 | 154 | };
|
149 | 155 | };
|
|
170 | 176 | isa = PBXResourcesBuildPhase;
|
171 | 177 | buildActionMask = 2147483647;
|
172 | 178 | files = (
|
| 179 | + 33D9E9191D34030700015EF2 /* LaunchScreen.xib in Resources */, |
173 | 180 | 33831CC41A9CFCDB00B124F1 /* Main.storyboard in Resources */,
|
174 | 181 | 33831CC31A9CFCDB00B124F1 /* Images.xcassets in Resources */,
|
175 | 182 | );
|
|
288 | 295 | PRODUCT_NAME = "$(TARGET_NAME)";
|
289 | 296 | PROVISIONING_PROFILE = "";
|
290 | 297 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
| 298 | + TARGETED_DEVICE_FAMILY = 1; |
291 | 299 | };
|
292 | 300 | name = Debug;
|
293 | 301 | };
|
|
308 | 316 | PRODUCT_NAME = "$(TARGET_NAME)";
|
309 | 317 | PROVISIONING_PROFILE = "";
|
310 | 318 | SWIFT_OPTIMIZATION_LEVEL = "-O";
|
| 319 | + TARGETED_DEVICE_FAMILY = 1; |
311 | 320 | };
|
312 | 321 | name = Release;
|
313 | 322 | };
|
|
0 commit comments