Skip to content

Commit 82a3183

Browse files
committed
finished revising examples through chapter 6, modernized all projects up through chapter 6
1 parent 2d02722 commit 82a3183

File tree

176 files changed

+573
-2364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+573
-2364
lines changed

bk1ch01p015yourFirstInstance/bk1ch01p015yourFirstInstance.xcodeproj/project.pbxproj

+9-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
3236A4271AED4E39000A3679 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3236A4261AED4E39000A3679 /* AppDelegate.swift */; };
1212
3236A4291AED4E39000A3679 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3236A4281AED4E39000A3679 /* ViewController.swift */; };
1313
3236A42C1AED4E39000A3679 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42A1AED4E39000A3679 /* Main.storyboard */; };
14-
3236A42E1AED4E39000A3679 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42D1AED4E39000A3679 /* Images.xcassets */; };
14+
3236A42E1AED4E39000A3679 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42D1AED4E39000A3679 /* Assets.xcassets */; };
1515
3236A4311AED4E39000A3679 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42F1AED4E39000A3679 /* LaunchScreen.xib */; };
1616
/* End PBXBuildFile section */
1717

@@ -22,7 +22,7 @@
2222
3236A4261AED4E39000A3679 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2323
3236A4281AED4E39000A3679 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2424
3236A42B1AED4E39000A3679 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25-
3236A42D1AED4E39000A3679 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
25+
3236A42D1AED4E39000A3679 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2626
3236A4301AED4E39000A3679 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
2727
/* End PBXFileReference section */
2828

@@ -60,19 +60,11 @@
6060
3236A4281AED4E39000A3679 /* ViewController.swift */,
6161
322DCCC61B3B238600CD85EC /* LegalFile.swift */,
6262
3236A42A1AED4E39000A3679 /* Main.storyboard */,
63-
3236A42D1AED4E39000A3679 /* Images.xcassets */,
63+
3236A42D1AED4E39000A3679 /* Assets.xcassets */,
6464
3236A42F1AED4E39000A3679 /* LaunchScreen.xib */,
65-
3236A4241AED4E39000A3679 /* Supporting Files */,
66-
);
67-
path = bk1ch01p015yourFirstInstance;
68-
sourceTree = "<group>";
69-
};
70-
3236A4241AED4E39000A3679 /* Supporting Files */ = {
71-
isa = PBXGroup;
72-
children = (
7365
3236A4251AED4E39000A3679 /* Info.plist */,
7466
);
75-
name = "Supporting Files";
67+
path = bk1ch01p015yourFirstInstance;
7668
sourceTree = "<group>";
7769
};
7870
/* End PBXGroup section */
@@ -135,7 +127,7 @@
135127
files = (
136128
3236A42C1AED4E39000A3679 /* Main.storyboard in Resources */,
137129
3236A4311AED4E39000A3679 /* LaunchScreen.xib in Resources */,
138-
3236A42E1AED4E39000A3679 /* Images.xcassets in Resources */,
130+
3236A42E1AED4E39000A3679 /* Assets.xcassets in Resources */,
139131
);
140132
runOnlyForDeploymentPostprocessing = 0;
141133
};
@@ -210,7 +202,7 @@
210202
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
211203
GCC_WARN_UNUSED_FUNCTION = YES;
212204
GCC_WARN_UNUSED_VARIABLE = YES;
213-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
205+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
214206
MTL_ENABLE_DEBUG_INFO = YES;
215207
ONLY_ACTIVE_ARCH = YES;
216208
SDKROOT = iphoneos;
@@ -248,7 +240,7 @@
248240
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
249241
GCC_WARN_UNUSED_FUNCTION = YES;
250242
GCC_WARN_UNUSED_VARIABLE = YES;
251-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
243+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
252244
MTL_ENABLE_DEBUG_INFO = NO;
253245
SDKROOT = iphoneos;
254246
VALIDATE_PRODUCT = YES;
@@ -262,6 +254,7 @@
262254
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
263255
GCC_WARN_UNUSED_VARIABLE = YES;
264256
INFOPLIST_FILE = bk1ch01p015yourFirstInstance/Info.plist;
257+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
265258
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
266259
PRODUCT_NAME = "$(TARGET_NAME)";
267260
};
@@ -274,6 +267,7 @@
274267
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
275268
GCC_WARN_UNUSED_VARIABLE = YES;
276269
INFOPLIST_FILE = bk1ch01p015yourFirstInstance/Info.plist;
270+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
277271
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
278272
PRODUCT_NAME = "$(TARGET_NAME)";
279273
};

bk1ch01p015yourFirstInstance/bk1ch01p015yourFirstInstance/Base.lproj/LaunchScreen.xib

+3-25
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
5-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
4+
<deployment identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8124.4"/>
66
</dependencies>
77
<objects>
88
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
99
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
1010
<view contentMode="scaleToFill" id="iN0-l3-epB">
1111
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1212
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13-
<subviews>
14-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Matt Neuburg. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15-
<rect key="frame" x="20" y="439" width="441" height="21"/>
16-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
17-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18-
<nil key="highlightedColor"/>
19-
</label>
20-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="bk1ch01p015yourFirstInstance" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
21-
<rect key="frame" x="20" y="140" width="441" height="43"/>
22-
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
23-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24-
<nil key="highlightedColor"/>
25-
</label>
26-
</subviews>
2713
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
28-
<constraints>
29-
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
30-
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
31-
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32-
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
33-
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
34-
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
35-
</constraints>
3614
<nil key="simulatedStatusBarMetrics"/>
3715
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
3816
<point key="canvasLocation" x="548" y="455"/>

bk1ch01p017instanceProperties/bk1ch01p015yourFirstInstance/Base.lproj/LaunchScreen.xib

+3-25
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
5-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
4+
<deployment identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8124.4"/>
66
</dependencies>
77
<objects>
88
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
99
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
1010
<view contentMode="scaleToFill" id="iN0-l3-epB">
1111
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1212
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13-
<subviews>
14-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Matt Neuburg. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15-
<rect key="frame" x="20" y="439" width="441" height="21"/>
16-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
17-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18-
<nil key="highlightedColor"/>
19-
</label>
20-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="bk1ch01p015yourFirstInstance" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
21-
<rect key="frame" x="20" y="140" width="441" height="43"/>
22-
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
23-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24-
<nil key="highlightedColor"/>
25-
</label>
26-
</subviews>
2713
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
28-
<constraints>
29-
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
30-
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
31-
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32-
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
33-
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
34-
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
35-
</constraints>
3614
<nil key="simulatedStatusBarMetrics"/>
3715
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
3816
<point key="canvasLocation" x="548" y="455"/>

bk1ch01p017instanceProperties/bk1ch01p017instanceProperties.xcodeproj/project.pbxproj

+7-15
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
3236A4271AED4E39000A3679 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3236A4261AED4E39000A3679 /* AppDelegate.swift */; };
1111
3236A4291AED4E39000A3679 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3236A4281AED4E39000A3679 /* ViewController.swift */; };
1212
3236A42C1AED4E39000A3679 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42A1AED4E39000A3679 /* Main.storyboard */; };
13-
3236A42E1AED4E39000A3679 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42D1AED4E39000A3679 /* Images.xcassets */; };
13+
3236A42E1AED4E39000A3679 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42D1AED4E39000A3679 /* Assets.xcassets */; };
1414
3236A4311AED4E39000A3679 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3236A42F1AED4E39000A3679 /* LaunchScreen.xib */; };
1515
/* End PBXBuildFile section */
1616

@@ -20,7 +20,7 @@
2020
3236A4261AED4E39000A3679 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2121
3236A4281AED4E39000A3679 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2222
3236A42B1AED4E39000A3679 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
23-
3236A42D1AED4E39000A3679 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
23+
3236A42D1AED4E39000A3679 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2424
3236A4301AED4E39000A3679 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
2525
/* End PBXFileReference section */
2626

@@ -57,22 +57,14 @@
5757
3236A4261AED4E39000A3679 /* AppDelegate.swift */,
5858
3236A4281AED4E39000A3679 /* ViewController.swift */,
5959
3236A42A1AED4E39000A3679 /* Main.storyboard */,
60-
3236A42D1AED4E39000A3679 /* Images.xcassets */,
60+
3236A42D1AED4E39000A3679 /* Assets.xcassets */,
6161
3236A42F1AED4E39000A3679 /* LaunchScreen.xib */,
62-
3236A4241AED4E39000A3679 /* Supporting Files */,
62+
3236A4251AED4E39000A3679 /* Info.plist */,
6363
);
6464
name = bk1ch01p017instanceProperties;
6565
path = bk1ch01p015yourFirstInstance;
6666
sourceTree = "<group>";
6767
};
68-
3236A4241AED4E39000A3679 /* Supporting Files */ = {
69-
isa = PBXGroup;
70-
children = (
71-
3236A4251AED4E39000A3679 /* Info.plist */,
72-
);
73-
name = "Supporting Files";
74-
sourceTree = "<group>";
75-
};
7668
/* End PBXGroup section */
7769

7870
/* Begin PBXNativeTarget section */
@@ -133,7 +125,7 @@
133125
files = (
134126
3236A42C1AED4E39000A3679 /* Main.storyboard in Resources */,
135127
3236A4311AED4E39000A3679 /* LaunchScreen.xib in Resources */,
136-
3236A42E1AED4E39000A3679 /* Images.xcassets in Resources */,
128+
3236A42E1AED4E39000A3679 /* Assets.xcassets in Resources */,
137129
);
138130
runOnlyForDeploymentPostprocessing = 0;
139131
};
@@ -207,7 +199,7 @@
207199
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
208200
GCC_WARN_UNUSED_FUNCTION = YES;
209201
GCC_WARN_UNUSED_VARIABLE = YES;
210-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
202+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
211203
MTL_ENABLE_DEBUG_INFO = YES;
212204
ONLY_ACTIVE_ARCH = YES;
213205
SDKROOT = iphoneos;
@@ -245,7 +237,7 @@
245237
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
246238
GCC_WARN_UNUSED_FUNCTION = YES;
247239
GCC_WARN_UNUSED_VARIABLE = YES;
248-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
240+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
249241
MTL_ENABLE_DEBUG_INFO = NO;
250242
SDKROOT = iphoneos;
251243
VALIDATE_PRODUCT = YES;

bk1ch02p028basicFunctions/bk1ch02p28basicFunctions.xcodeproj/project.pbxproj

+7-15
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
320B1A231AED854E00555DF0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 320B1A221AED854E00555DF0 /* AppDelegate.swift */; };
1111
320B1A251AED854E00555DF0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 320B1A241AED854E00555DF0 /* ViewController.swift */; };
1212
320B1A281AED854E00555DF0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 320B1A261AED854E00555DF0 /* Main.storyboard */; };
13-
320B1A2A1AED854E00555DF0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 320B1A291AED854E00555DF0 /* Images.xcassets */; };
13+
320B1A2A1AED854E00555DF0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 320B1A291AED854E00555DF0 /* Assets.xcassets */; };
1414
320B1A2D1AED854E00555DF0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 320B1A2B1AED854E00555DF0 /* LaunchScreen.xib */; };
1515
/* End PBXBuildFile section */
1616

@@ -20,7 +20,7 @@
2020
320B1A221AED854E00555DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2121
320B1A241AED854E00555DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2222
320B1A271AED854E00555DF0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
23-
320B1A291AED854E00555DF0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
23+
320B1A291AED854E00555DF0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2424
320B1A2C1AED854E00555DF0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
2525
/* End PBXFileReference section */
2626

@@ -57,19 +57,11 @@
5757
320B1A221AED854E00555DF0 /* AppDelegate.swift */,
5858
320B1A241AED854E00555DF0 /* ViewController.swift */,
5959
320B1A261AED854E00555DF0 /* Main.storyboard */,
60-
320B1A291AED854E00555DF0 /* Images.xcassets */,
60+
320B1A291AED854E00555DF0 /* Assets.xcassets */,
6161
320B1A2B1AED854E00555DF0 /* LaunchScreen.xib */,
62-
320B1A201AED854E00555DF0 /* Supporting Files */,
63-
);
64-
path = bk1ch02p28basicFunctions;
65-
sourceTree = "<group>";
66-
};
67-
320B1A201AED854E00555DF0 /* Supporting Files */ = {
68-
isa = PBXGroup;
69-
children = (
7062
320B1A211AED854E00555DF0 /* Info.plist */,
7163
);
72-
name = "Supporting Files";
64+
path = bk1ch02p28basicFunctions;
7365
sourceTree = "<group>";
7466
};
7567
/* End PBXGroup section */
@@ -132,7 +124,7 @@
132124
files = (
133125
320B1A281AED854E00555DF0 /* Main.storyboard in Resources */,
134126
320B1A2D1AED854E00555DF0 /* LaunchScreen.xib in Resources */,
135-
320B1A2A1AED854E00555DF0 /* Images.xcassets in Resources */,
127+
320B1A2A1AED854E00555DF0 /* Assets.xcassets in Resources */,
136128
);
137129
runOnlyForDeploymentPostprocessing = 0;
138130
};
@@ -206,7 +198,7 @@
206198
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
207199
GCC_WARN_UNUSED_FUNCTION = YES;
208200
GCC_WARN_UNUSED_VARIABLE = YES;
209-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
201+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
210202
MTL_ENABLE_DEBUG_INFO = YES;
211203
ONLY_ACTIVE_ARCH = YES;
212204
SDKROOT = iphoneos;
@@ -244,7 +236,7 @@
244236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
245237
GCC_WARN_UNUSED_FUNCTION = YES;
246238
GCC_WARN_UNUSED_VARIABLE = YES;
247-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
239+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
248240
MTL_ENABLE_DEBUG_INFO = NO;
249241
SDKROOT = iphoneos;
250242
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)