|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | A217470F29E79B5600EC20DF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A217470E29E79B5600EC20DF /* AppDelegate.swift */; };
|
11 |
| - A217471129E79B5600EC20DF /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A217471029E79B5600EC20DF /* SceneDelegate.swift */; }; |
12 |
| - A217471329E79B5600EC20DF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A217471229E79B5600EC20DF /* ViewController.swift */; }; |
| 11 | + A217471329E79B5600EC20DF /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A217471229E79B5600EC20DF /* GameViewController.swift */; }; |
13 | 12 | A217471629E79B5600EC20DF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A217471429E79B5600EC20DF /* Main.storyboard */; };
|
14 | 13 | A217471829E79B5600EC20DF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A217471729E79B5600EC20DF /* Assets.xcassets */; };
|
15 | 14 | A217471B29E79B5600EC20DF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A217471929E79B5600EC20DF /* LaunchScreen.storyboard */; };
|
|
18 | 17 | E23A114D29E84C4800FAE364 /* uid2identity.json in Resources */ = {isa = PBXBuildFile; fileRef = E23A114929E84C4700FAE364 /* uid2identity.json */; };
|
19 | 18 | E23A114E29E84C4800FAE364 /* String+AppExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E23A114A29E84C4800FAE364 /* String+AppExtensions.swift */; };
|
20 | 19 | E23A114F29E84C4800FAE364 /* AppDataLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = E23A114B29E84C4800FAE364 /* AppDataLoader.swift */; };
|
| 20 | + E269E12D2A4F518500574FEF /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E269E12C2A4F518500574FEF /* StoreKit.framework */; }; |
21 | 21 | /* End PBXBuildFile section */
|
22 | 22 |
|
23 | 23 | /* Begin PBXFileReference section */
|
24 | 24 | A217470B29E79B5600EC20DF /* UID2GoogleGMADevelopmentApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UID2GoogleGMADevelopmentApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
25 | 25 | A217470E29E79B5600EC20DF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
26 |
| - A217471029E79B5600EC20DF /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
27 |
| - A217471229E79B5600EC20DF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 26 | + A217471229E79B5600EC20DF /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; }; |
28 | 27 | A217471529E79B5600EC20DF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
29 | 28 | A217471729E79B5600EC20DF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
30 | 29 | A217471A29E79B5600EC20DF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
34 | 33 | E23A114929E84C4700FAE364 /* uid2identity.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = uid2identity.json; sourceTree = "<group>"; };
|
35 | 34 | E23A114A29E84C4800FAE364 /* String+AppExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+AppExtensions.swift"; sourceTree = "<group>"; };
|
36 | 35 | E23A114B29E84C4800FAE364 /* AppDataLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDataLoader.swift; sourceTree = "<group>"; };
|
| 36 | + E269E12C2A4F518500574FEF /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; |
37 | 37 | /* End PBXFileReference section */
|
38 | 38 |
|
39 | 39 | /* Begin PBXFrameworksBuildPhase section */
|
|
42 | 42 | buildActionMask = 2147483647;
|
43 | 43 | files = (
|
44 | 44 | A2E7019029E7A5DA00B9DFA1 /* UID2GMAPlugin in Frameworks */,
|
| 45 | + E269E12D2A4F518500574FEF /* StoreKit.framework in Frameworks */, |
45 | 46 | );
|
46 | 47 | runOnlyForDeploymentPostprocessing = 0;
|
47 | 48 | };
|
|
71 | 72 | children = (
|
72 | 73 | E23A114729E84C2800FAE364 /* AppData */,
|
73 | 74 | A217470E29E79B5600EC20DF /* AppDelegate.swift */,
|
74 |
| - A217471029E79B5600EC20DF /* SceneDelegate.swift */, |
75 |
| - A217471229E79B5600EC20DF /* ViewController.swift */, |
| 75 | + A217471229E79B5600EC20DF /* GameViewController.swift */, |
76 | 76 | A217471429E79B5600EC20DF /* Main.storyboard */,
|
77 | 77 | A217471729E79B5600EC20DF /* Assets.xcassets */,
|
78 | 78 | A217471929E79B5600EC20DF /* LaunchScreen.storyboard */,
|
|
92 | 92 | A2E7018E29E7A5DA00B9DFA1 /* Frameworks */ = {
|
93 | 93 | isa = PBXGroup;
|
94 | 94 | children = (
|
| 95 | + E269E12C2A4F518500574FEF /* StoreKit.framework */, |
95 | 96 | );
|
96 | 97 | name = Frameworks;
|
97 | 98 | sourceTree = "<group>";
|
|
203 | 204 | isa = PBXSourcesBuildPhase;
|
204 | 205 | buildActionMask = 2147483647;
|
205 | 206 | files = (
|
206 |
| - A217471329E79B5600EC20DF /* ViewController.swift in Sources */, |
| 207 | + A217471329E79B5600EC20DF /* GameViewController.swift in Sources */, |
207 | 208 | E23A114E29E84C4800FAE364 /* String+AppExtensions.swift in Sources */,
|
208 | 209 | E23A114F29E84C4800FAE364 /* AppDataLoader.swift in Sources */,
|
209 | 210 | E23A114C29E84C4800FAE364 /* Date+AppExtensions.swift in Sources */,
|
210 | 211 | A217470F29E79B5600EC20DF /* AppDelegate.swift in Sources */,
|
211 |
| - A217471129E79B5600EC20DF /* SceneDelegate.swift in Sources */, |
212 | 212 | );
|
213 | 213 | runOnlyForDeploymentPostprocessing = 0;
|
214 | 214 | };
|
|
361 | 361 | GENERATE_INFOPLIST_FILE = YES;
|
362 | 362 | INFOPLIST_FILE = UID2GoogleGMADevelopmentApp/Info.plist;
|
363 | 363 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
364 |
| - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 364 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
365 | 365 | INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
366 | 366 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
367 | 367 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
392 | 392 | GENERATE_INFOPLIST_FILE = YES;
|
393 | 393 | INFOPLIST_FILE = UID2GoogleGMADevelopmentApp/Info.plist;
|
394 | 394 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
395 |
| - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 395 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
396 | 396 | INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
397 | 397 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
398 | 398 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
0 commit comments