|
10 | 10 | 2D504BEF1FA100E20019B279 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D504BEE1FA100E20019B279 /* AppDelegate.swift */; }; |
11 | 11 | 2D504BF11FA100E20019B279 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D504BF01FA100E20019B279 /* ViewController.swift */; }; |
12 | 12 | 2D504BF41FA100E20019B279 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2D504BF21FA100E20019B279 /* Main.storyboard */; }; |
13 | | - 2D504BF71FA100E20019B279 /* ios_pwa_wrapper.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 2D504BF51FA100E20019B279 /* ios_pwa_wrapper.xcdatamodeld */; }; |
14 | 13 | 2D504BF91FA100E20019B279 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D504BF81FA100E20019B279 /* Assets.xcassets */; }; |
15 | 14 | 2D504BFC1FA100E20019B279 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2D504BFA1FA100E20019B279 /* LaunchScreen.storyboard */; }; |
16 | 15 | 2D504C071FA100E20019B279 /* ios_pwa_wrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D504C061FA100E20019B279 /* ios_pwa_wrapperTests.swift */; }; |
17 | 16 | 2D504C121FA100E20019B279 /* ios_pwa_wrapperUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D504C111FA100E20019B279 /* ios_pwa_wrapperUITests.swift */; }; |
| 17 | + 2DC96ADE1FA5DD32006B5881 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC96ADD1FA5DD32006B5881 /* Constants.swift */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXContainerItemProxy section */ |
|
39 | 39 | 2D504BEE1FA100E20019B279 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
40 | 40 | 2D504BF01FA100E20019B279 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
41 | 41 | 2D504BF31FA100E20019B279 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
42 | | - 2D504BF61FA100E20019B279 /* ios_pwa_wrapper.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = ios_pwa_wrapper.xcdatamodel; sourceTree = "<group>"; }; |
43 | 42 | 2D504BF81FA100E20019B279 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
44 | 43 | 2D504BFB1FA100E20019B279 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
45 | 44 | 2D504BFD1FA100E20019B279 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
49 | 48 | 2D504C0D1FA100E20019B279 /* ios-pwa-wrapperUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ios-pwa-wrapperUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
50 | 49 | 2D504C111FA100E20019B279 /* ios_pwa_wrapperUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ios_pwa_wrapperUITests.swift; sourceTree = "<group>"; }; |
51 | 50 | 2D504C131FA100E20019B279 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 51 | + 2DC96ADD1FA5DD32006B5881 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
52 | 52 | /* End PBXFileReference section */ |
53 | 53 |
|
54 | 54 | /* Begin PBXFrameworksBuildPhase section */ |
|
105 | 105 | 2D504BF81FA100E20019B279 /* Assets.xcassets */, |
106 | 106 | 2D504BFA1FA100E20019B279 /* LaunchScreen.storyboard */, |
107 | 107 | 2D504BFD1FA100E20019B279 /* Info.plist */, |
108 | | - 2D504BF51FA100E20019B279 /* ios_pwa_wrapper.xcdatamodeld */, |
| 108 | + 2DC96ADD1FA5DD32006B5881 /* Constants.swift */, |
109 | 109 | ); |
110 | 110 | path = "ios-pwa-wrapper"; |
111 | 111 | sourceTree = "<group>"; |
|
262 | 262 | isa = PBXSourcesBuildPhase; |
263 | 263 | buildActionMask = 2147483647; |
264 | 264 | files = ( |
265 | | - 2D504BF71FA100E20019B279 /* ios_pwa_wrapper.xcdatamodeld in Sources */, |
266 | 265 | 2D504BF11FA100E20019B279 /* ViewController.swift in Sources */, |
267 | 266 | 2D504BEF1FA100E20019B279 /* AppDelegate.swift in Sources */, |
| 267 | + 2DC96ADE1FA5DD32006B5881 /* Constants.swift in Sources */, |
268 | 268 | ); |
269 | 269 | runOnlyForDeploymentPostprocessing = 0; |
270 | 270 | }; |
|
558 | 558 | defaultConfigurationName = Release; |
559 | 559 | }; |
560 | 560 | /* End XCConfigurationList section */ |
561 | | - |
562 | | -/* Begin XCVersionGroup section */ |
563 | | - 2D504BF51FA100E20019B279 /* ios_pwa_wrapper.xcdatamodeld */ = { |
564 | | - isa = XCVersionGroup; |
565 | | - children = ( |
566 | | - 2D504BF61FA100E20019B279 /* ios_pwa_wrapper.xcdatamodel */, |
567 | | - ); |
568 | | - currentVersion = 2D504BF61FA100E20019B279 /* ios_pwa_wrapper.xcdatamodel */; |
569 | | - path = ios_pwa_wrapper.xcdatamodeld; |
570 | | - sourceTree = "<group>"; |
571 | | - versionGroupType = wrapper.xcdatamodel; |
572 | | - }; |
573 | | -/* End XCVersionGroup section */ |
574 | 561 | }; |
575 | 562 | rootObject = 2D504BE31FA100E20019B279 /* Project object */; |
576 | 563 | } |
0 commit comments