Skip to content

Commit 725ae84

Browse files
Updated Launch Screen with image and text.
- Updated the Navigation Bar Text to correct Application Name. - Added 'ITSAppUsesNonExemptEncryption' to plist.
1 parent 3868f49 commit 725ae84

File tree

5 files changed

+51
-6
lines changed

5 files changed

+51
-6
lines changed

WeatherMap.xcodeproj/project.pbxproj

+19-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
1112
C0806CAA1D3D7B380017D395 /* WMMainMap.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0806CA81D3D7B380017D395 /* WMMainMap.storyboard */; };
1213
C0F1D0B71D3D78F300EFE224 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F1D0B61D3D78F300EFE224 /* main.m */; };
1314
C0F1D0C31D3D78F300EFE224 /* WeatherMap.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C0F1D0C11D3D78F300EFE224 /* WeatherMap.xcdatamodeld */; };
@@ -35,6 +36,7 @@
3536
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>"; };
3637
43A063447BB191D4B971EB20 /* libPods-WeatherMapTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-WeatherMapTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3738
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>"; };
3840
C0806CA91D3D7B380017D395 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/WMMainMap.storyboard; sourceTree = "<group>"; };
3941
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>"; };
4042
C0F1D0B21D3D78F300EFE224 /* WeatherMap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WeatherMap.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -98,6 +100,14 @@
98100
name = Frameworks;
99101
sourceTree = "<group>";
100102
};
103+
C02C7BFC1D3F7D3F00204BE2 /* Images */ = {
104+
isa = PBXGroup;
105+
children = (
106+
C02C7C011D3F8E4D00204BE2 /* splash_image.png */,
107+
);
108+
name = Images;
109+
sourceTree = "<group>";
110+
};
101111
C0F1D0A91D3D78F300EFE224 = {
102112
isa = PBXGroup;
103113
children = (
@@ -132,6 +142,7 @@
132142
C0F1D0B51D3D78F300EFE224 /* Supporting Files */ = {
133143
isa = PBXGroup;
134144
children = (
145+
C02C7BFC1D3F7D3F00204BE2 /* Images */,
135146
C0F1D0B61D3D78F300EFE224 /* main.m */,
136147
);
137148
name = "Supporting Files";
@@ -290,6 +301,7 @@
290301
isa = PBXResourcesBuildPhase;
291302
buildActionMask = 2147483647;
292303
files = (
304+
C02C7C021D3F8E4D00204BE2 /* splash_image.png in Resources */,
293305
C0F1D0C81D3D78F300EFE224 /* LaunchScreen.storyboard in Resources */,
294306
C0806CAA1D3D7B380017D395 /* WMMainMap.storyboard in Resources */,
295307
C0F1D0C51D3D78F300EFE224 /* Assets.xcassets in Resources */,
@@ -542,8 +554,10 @@
542554
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
543555
INFOPLIST_FILE = WeatherMap/Info.plist;
544556
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
545-
PRODUCT_BUNDLE_IDENTIFIER = com.limestro.WeatherMap;
557+
PRODUCT_BUNDLE_IDENTIFIER = com.chainedtothewoods.WeatherMap;
546558
PRODUCT_NAME = "$(TARGET_NAME)";
559+
PROVISIONING_PROFILE = "a95ef228-5d23-4b9a-a624-4a438cad3f99";
560+
TARGETED_DEVICE_FAMILY = "1,2";
547561
};
548562
name = Debug;
549563
};
@@ -553,10 +567,13 @@
553567
buildSettings = {
554568
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
555569
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
570+
CODE_SIGN_IDENTITY = "iPhone Distribution: Michael Lapuebla (FUH7VL55TZ)";
556571
INFOPLIST_FILE = WeatherMap/Info.plist;
557572
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
558-
PRODUCT_BUNDLE_IDENTIFIER = com.limestro.WeatherMap;
573+
PRODUCT_BUNDLE_IDENTIFIER = com.chainedtothewoods.WeatherMap;
559574
PRODUCT_NAME = "$(TARGET_NAME)";
575+
PROVISIONING_PROFILE = "a95ef228-5d23-4b9a-a624-4a438cad3f99";
576+
TARGETED_DEVICE_FAMILY = "1,2";
560577
};
561578
name = Release;
562579
};

WeatherMap/Base.lproj/LaunchScreen.storyboard

+27-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,38 @@
1616
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
1717
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1818
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
19+
<subviews>
20+
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash_image.png" translatesAutoresizingMaskIntoConstraints="NO" id="AAn-6l-cTB">
21+
<rect key="frame" x="200" y="200" width="200" height="200"/>
22+
</imageView>
23+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ug0-RB-eb2">
24+
<rect key="frame" x="199" y="165" width="202.5" height="35"/>
25+
<attributedString key="attributedText">
26+
<fragment content="Pronto Weather">
27+
<attributes>
28+
<color key="NSColor" red="1" green="0.92941176470588238" blue="0.37647058823529411" alpha="1" colorSpace="calibratedRGB"/>
29+
<font key="NSFont" size="30" name="HelveticaNeue-LightItalic"/>
30+
</attributes>
31+
</fragment>
32+
</attributedString>
33+
<nil key="highlightedColor"/>
34+
</label>
35+
</subviews>
36+
<color key="backgroundColor" red="1" green="0.25098039220000001" blue="0.4549019608" alpha="1" colorSpace="calibratedRGB"/>
37+
<constraints>
38+
<constraint firstItem="AAn-6l-cTB" firstAttribute="top" secondItem="ug0-RB-eb2" secondAttribute="bottom" id="bPc-kO-dhD"/>
39+
<constraint firstItem="ug0-RB-eb2" firstAttribute="centerX" secondItem="AAn-6l-cTB" secondAttribute="centerX" id="jlb-6m-qSY"/>
40+
<constraint firstItem="AAn-6l-cTB" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="t4X-ZV-Yln"/>
41+
<constraint firstItem="AAn-6l-cTB" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="xMr-Bq-Gjf"/>
42+
</constraints>
2043
</view>
2144
</viewController>
2245
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
2346
</objects>
2447
<point key="canvasLocation" x="53" y="375"/>
2548
</scene>
2649
</scenes>
50+
<resources>
51+
<image name="splash_image.png" width="200" height="200"/>
52+
</resources>
2753
</document>

WeatherMap/Base.lproj/WMMainMap.storyboard

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
77
</dependencies>
88
<scenes>
9-
<!--WeatherMap-->
9+
<!--Pronto Weather-->
1010
<scene sceneID="tne-QT-ifu">
1111
<objects>
1212
<viewController id="BYZ-38-t0r" customClass="WMMainMapVC" sceneMemberID="viewController">
@@ -50,7 +50,7 @@
5050
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="gdc-XX-qD1" secondAttribute="bottom" id="sSe-7h-Icb"/>
5151
</constraints>
5252
</view>
53-
<navigationItem key="navigationItem" title="WeatherMap" id="6Jw-yX-YEH"/>
53+
<navigationItem key="navigationItem" title="Pronto Weather" id="6Jw-yX-YEH"/>
5454
<connections>
5555
<outlet property="mapView" destination="gdc-XX-qD1" id="Tj6-U1-8vH"/>
5656
</connections>

WeatherMap/Info.plist

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>100</string>
22+
<string>102</string>
23+
<key>ITSAppUsesNonExemptEncryption</key>
24+
<false/>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>MGLMapboxAccessToken</key>

WeatherMap/splash_image.png

4.06 KB
Loading

0 commit comments

Comments
 (0)