|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 639CCE7842C4C97825CC4F49 /* libPods-WeatherMap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C47B8856A7D8EAF0B72579A8 /* libPods-WeatherMap.a */; };
|
| 11 | + C02C7C021D3F8E4D00204BE2 /* splash_image.png in Resources */ = {isa = PBXBuildFile; fileRef = C02C7C011D3F8E4D00204BE2 /* splash_image.png */; }; |
11 | 12 | C0806CAA1D3D7B380017D395 /* WMMainMap.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0806CA81D3D7B380017D395 /* WMMainMap.storyboard */; };
|
12 | 13 | C0F1D0B71D3D78F300EFE224 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F1D0B61D3D78F300EFE224 /* main.m */; };
|
13 | 14 | C0F1D0C31D3D78F300EFE224 /* WeatherMap.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C0F1D0C11D3D78F300EFE224 /* WeatherMap.xcdatamodeld */; };
|
|
35 | 36 | 146F1BF716789AF7FD738644 /* Pods-WeatherMapTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WeatherMapTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-WeatherMapTests/Pods-WeatherMapTests.release.xcconfig"; sourceTree = "<group>"; };
|
36 | 37 | 43A063447BB191D4B971EB20 /* libPods-WeatherMapTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-WeatherMapTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
37 | 38 | 43FE6195865C335BF2D2E6B9 /* Pods-WeatherMapTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WeatherMapTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WeatherMapTests/Pods-WeatherMapTests.debug.xcconfig"; sourceTree = "<group>"; };
|
| 39 | + C02C7C011D3F8E4D00204BE2 /* splash_image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = splash_image.png; sourceTree = "<group>"; }; |
38 | 40 | C0806CA91D3D7B380017D395 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/WMMainMap.storyboard; sourceTree = "<group>"; };
|
39 | 41 | C0AD70C7CAC8D214F2FD08BA /* Pods-WeatherMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WeatherMap.release.xcconfig"; path = "Pods/Target Support Files/Pods-WeatherMap/Pods-WeatherMap.release.xcconfig"; sourceTree = "<group>"; };
|
40 | 42 | C0F1D0B21D3D78F300EFE224 /* WeatherMap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WeatherMap.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
98 | 100 | name = Frameworks;
|
99 | 101 | sourceTree = "<group>";
|
100 | 102 | };
|
| 103 | + C02C7BFC1D3F7D3F00204BE2 /* Images */ = { |
| 104 | + isa = PBXGroup; |
| 105 | + children = ( |
| 106 | + C02C7C011D3F8E4D00204BE2 /* splash_image.png */, |
| 107 | + ); |
| 108 | + name = Images; |
| 109 | + sourceTree = "<group>"; |
| 110 | + }; |
101 | 111 | C0F1D0A91D3D78F300EFE224 = {
|
102 | 112 | isa = PBXGroup;
|
103 | 113 | children = (
|
|
132 | 142 | C0F1D0B51D3D78F300EFE224 /* Supporting Files */ = {
|
133 | 143 | isa = PBXGroup;
|
134 | 144 | children = (
|
| 145 | + C02C7BFC1D3F7D3F00204BE2 /* Images */, |
135 | 146 | C0F1D0B61D3D78F300EFE224 /* main.m */,
|
136 | 147 | );
|
137 | 148 | name = "Supporting Files";
|
|
290 | 301 | isa = PBXResourcesBuildPhase;
|
291 | 302 | buildActionMask = 2147483647;
|
292 | 303 | files = (
|
| 304 | + C02C7C021D3F8E4D00204BE2 /* splash_image.png in Resources */, |
293 | 305 | C0F1D0C81D3D78F300EFE224 /* LaunchScreen.storyboard in Resources */,
|
294 | 306 | C0806CAA1D3D7B380017D395 /* WMMainMap.storyboard in Resources */,
|
295 | 307 | C0F1D0C51D3D78F300EFE224 /* Assets.xcassets in Resources */,
|
|
542 | 554 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
543 | 555 | INFOPLIST_FILE = WeatherMap/Info.plist;
|
544 | 556 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
545 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.limestro.WeatherMap; |
| 557 | + PRODUCT_BUNDLE_IDENTIFIER = com.chainedtothewoods.WeatherMap; |
546 | 558 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 559 | + PROVISIONING_PROFILE = "a95ef228-5d23-4b9a-a624-4a438cad3f99"; |
| 560 | + TARGETED_DEVICE_FAMILY = "1,2"; |
547 | 561 | };
|
548 | 562 | name = Debug;
|
549 | 563 | };
|
|
553 | 567 | buildSettings = {
|
554 | 568 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
555 | 569 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
| 570 | + CODE_SIGN_IDENTITY = "iPhone Distribution: Michael Lapuebla (FUH7VL55TZ)"; |
556 | 571 | INFOPLIST_FILE = WeatherMap/Info.plist;
|
557 | 572 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
558 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.limestro.WeatherMap; |
| 573 | + PRODUCT_BUNDLE_IDENTIFIER = com.chainedtothewoods.WeatherMap; |
559 | 574 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 575 | + PROVISIONING_PROFILE = "a95ef228-5d23-4b9a-a624-4a438cad3f99"; |
| 576 | + TARGETED_DEVICE_FAMILY = "1,2"; |
560 | 577 | };
|
561 | 578 | name = Release;
|
562 | 579 | };
|
|
0 commit comments