Skip to content

Commit 258a720

Browse files
Steve TreaseSteve Trease
authored andcommitted
Corrected missing Launch storyboard.
1 parent beff533 commit 258a720

File tree

8 files changed

+24
-12
lines changed

8 files changed

+24
-12
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
661
1+
662

iOS Steps Today/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>661</string>
22+
<string>662</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionMainStoryboard</key>

iOS Steps Watch Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>661</string>
22+
<string>662</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

iOS Steps Watch/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>661</string>
22+
<string>662</string>
2323
<key>UIBackgroundModes</key>
2424
<array/>
2525
<key>UISupportedInterfaceOrientations</key>

iOS Steps.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
2CAE80AA838A970D1254765A /* Pods_iOS_Steps_Watch_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3BBB70C9F292FBCCC1C22F8 /* Pods_iOS_Steps_Watch_Extension.framework */; };
1111
31C857F76F84AB672AE65FAE /* Pods_iOS_Steps_Watch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CE2A7754AED0F954F00AA60 /* Pods_iOS_Steps_Watch.framework */; };
1212
808B28604A4F723DF56270D8 /* Pods_iOS_Steps_Today.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34C67A3EAE9842861A998968 /* Pods_iOS_Steps_Today.framework */; };
13+
AA002FE82002A8B200C4CB17 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA002FE62002A8B200C4CB17 /* LaunchScreen.storyboard */; };
1314
AA3AF8F91E95501500903F2B /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA3AF8F71E95501500903F2B /* Interface.storyboard */; };
1415
AA3AF8FB1E95501500903F2B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA3AF8FA1E95501500903F2B /* Assets.xcassets */; };
1516
AA3AF9021E95501500903F2B /* iOS Steps Watch Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = AA3AF9011E95501500903F2B /* iOS Steps Watch Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
@@ -119,6 +120,7 @@
119120
64199355B2F169C1B7183BC9 /* Pods_iOS_Steps.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_Steps.framework; sourceTree = BUILT_PRODUCTS_DIR; };
120121
71CB1BB8475E79148BF5F41A /* Pods-iOS Steps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Steps.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Steps/Pods-iOS Steps.release.xcconfig"; sourceTree = "<group>"; };
121122
7E1CB4AC3515A7E486D7C646 /* Pods-iOS Steps Today.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Steps Today.debug.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Steps Today/Pods-iOS Steps Today.debug.xcconfig"; sourceTree = "<group>"; };
123+
AA002FE72002A8B200C4CB17 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
122124
AA3AF8F51E95501500903F2B /* iOS Steps Watch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Steps Watch.app"; sourceTree = BUILT_PRODUCTS_DIR; };
123125
AA3AF8F81E95501500903F2B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
124126
AA3AF8FA1E95501500903F2B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -274,6 +276,7 @@
274276
AA9D2E831E3E424C000E9C08 /* iOS Steps */ = {
275277
isa = PBXGroup;
276278
children = (
279+
AA002FE62002A8B200C4CB17 /* LaunchScreen.storyboard */,
277280
AAD088431E3FBA1800612BC1 /* iOS Steps.entitlements */,
278281
AAD088461E3FC3C500612BC1 /* HealthKitManager.swift */,
279282
AA9D2E841E3E424C000E9C08 /* AppDelegate.swift */,
@@ -511,6 +514,7 @@
511514
isa = PBXResourcesBuildPhase;
512515
buildActionMask = 2147483647;
513516
files = (
517+
AA002FE82002A8B200C4CB17 /* LaunchScreen.storyboard in Resources */,
514518
AA9D2E8C1E3E424C000E9C08 /* Assets.xcassets in Resources */,
515519
AA9D2E8A1E3E424C000E9C08 /* Main.storyboard in Resources */,
516520
);
@@ -762,6 +766,14 @@
762766
/* End PBXTargetDependency section */
763767

764768
/* Begin PBXVariantGroup section */
769+
AA002FE62002A8B200C4CB17 /* LaunchScreen.storyboard */ = {
770+
isa = PBXVariantGroup;
771+
children = (
772+
AA002FE72002A8B200C4CB17 /* Base */,
773+
);
774+
name = LaunchScreen.storyboard;
775+
sourceTree = "<group>";
776+
};
765777
AA3AF8F71E95501500903F2B /* Interface.storyboard */ = {
766778
isa = PBXVariantGroup;
767779
children = (

iOS Steps/Base.lproj/LaunchScreen.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 661 (9a32523)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
24+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 51 (6dd1920)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
2525
<rect key="frame" x="132.5" y="527" width="55.5" height="21"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2727
<nil key="textColor"/>

iOS Steps/Base.lproj/Main.storyboard

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.19" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="HQR-Yx-edT">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="HQR-Yx-edT">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.16"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
88
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
99
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
1010
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
@@ -36,7 +36,6 @@
3636
<scene sceneID="tne-QT-ifu">
3737
<objects>
3838
<viewController id="BYZ-38-t0r" customClass="DayViewController" customModule="iOS_Steps" customModuleProvider="target" sceneMemberID="viewController">
39-
<layoutGuides/>
4039
<view key="view" multipleTouchEnabled="YES" contentMode="scaleToFill" id="8bC-Xf-vdC">
4140
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
4241
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -130,7 +129,6 @@
130129
<scene sceneID="L0T-8W-Kgt">
131130
<objects>
132131
<viewController id="6yh-p4-nxq" userLabel="BackView Controller" customClass="BirthdayViewController" customModule="iOS_Steps" customModuleProvider="target" sceneMemberID="viewController">
133-
<layoutGuides/>
134132
<view key="view" contentMode="scaleToFill" id="cCQ-jF-24S">
135133
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
136134
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -191,7 +189,6 @@
191189
<scene sceneID="gEN-Lm-YFF">
192190
<objects>
193191
<viewController id="TKc-jX-oaP" userLabel="BackView2 Controller" customClass="WeekViewController" customModule="iOS_Steps" customModuleProvider="target" sceneMemberID="viewController">
194-
<layoutGuides/>
195192
<view key="view" contentMode="scaleToFill" id="SHl-Wv-p2X">
196193
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
197194
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -263,7 +260,6 @@
263260
<scene sceneID="a27-FO-xG5">
264261
<objects>
265262
<viewController id="Ck9-bb-LNM" customClass="ActivityViewController" customModule="iOS_Steps" customModuleProvider="target" sceneMemberID="viewController">
266-
<layoutGuides/>
267263
<view key="view" contentMode="scaleToFill" id="p0c-17-kU1">
268264
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
269265
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>

iOS Steps/Info.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>iOS Steps</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
@@ -28,11 +30,13 @@
2830
</dict>
2931
</array>
3032
<key>CFBundleVersion</key>
31-
<string>661</string>
33+
<string>662</string>
3234
<key>LSRequiresIPhoneOS</key>
3335
<true/>
3436
<key>NSHealthShareUsageDescription</key>
3537
<string>This application requires read only access to HealthKit data.</string>
38+
<key>NSHealthUpdateUsageDescription</key>
39+
<string>This application requires read only access to HealthKit data.</string>
3640
<key>NSPhotoLibraryUsageDescription</key>
3741
<string>The application saves screenshots to the photo library.</string>
3842
<key>UIApplicationShortcutItems</key>

0 commit comments

Comments
 (0)