Skip to content

Commit 54ce3ed

Browse files
committed
back to chapters 6, 7, and 8
1 parent c49ccfd commit 54ce3ed

File tree

28 files changed

+1106
-0
lines changed

28 files changed

+1106
-0
lines changed

bk1ch06p297PackageTest/PackageTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
CODE_SIGN_STYLE = Automatic;
305305
DEVELOPMENT_TEAM = W3LHX5RGV2;
306306
INFOPLIST_FILE = PackageTest/Info.plist;
307+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
307308
LD_RUNPATH_SEARCH_PATHS = (
308309
"$(inherited)",
309310
"@executable_path/Frameworks",
@@ -323,6 +324,7 @@
323324
CODE_SIGN_STYLE = Automatic;
324325
DEVELOPMENT_TEAM = W3LHX5RGV2;
325326
INFOPLIST_FILE = PackageTest/Info.plist;
327+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
326328
LD_RUNPATH_SEARCH_PATHS = (
327329
"$(inherited)",
328330
"@executable_path/Frameworks",
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1300"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "817BC73E24ABA6E000DC9BB0"
18+
BuildableName = "PackageTest.app"
19+
BlueprintName = "PackageTest"
20+
ReferencedContainer = "container:PackageTest.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "817BC73E24ABA6E000DC9BB0"
48+
BuildableName = "PackageTest.app"
49+
BlueprintName = "PackageTest"
50+
ReferencedContainer = "container:PackageTest.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "817BC73E24ABA6E000DC9BB0"
65+
BuildableName = "PackageTest.app"
66+
BlueprintName = "PackageTest"
67+
ReferencedContainer = "container:PackageTest.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

bk1ch06p297main/bk1ch06p297main.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
385385
DEVELOPMENT_TEAM = W3LHX5RGV2;
386386
INFOPLIST_FILE = bk1ch06p297main/Info.plist;
387+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
387388
LD_RUNPATH_SEARCH_PATHS = (
388389
"$(inherited)",
389390
"@executable_path/Frameworks",
@@ -400,6 +401,7 @@
400401
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
401402
DEVELOPMENT_TEAM = W3LHX5RGV2;
402403
INFOPLIST_FILE = bk1ch06p297main/Info.plist;
404+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
403405
LD_RUNPATH_SEARCH_PATHS = (
404406
"$(inherited)",
405407
"@executable_path/Frameworks",
@@ -427,6 +429,7 @@
427429
);
428430
INFOPLIST_FILE = Coolness/Info.plist;
429431
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
432+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
430433
LD_RUNPATH_SEARCH_PATHS = (
431434
"$(inherited)",
432435
"@executable_path/Frameworks",
@@ -435,6 +438,7 @@
435438
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.$(PRODUCT_NAME:rfc1034identifier)";
436439
PRODUCT_NAME = "$(TARGET_NAME)";
437440
SKIP_INSTALL = YES;
441+
SUPPORTS_MACCATALYST = NO;
438442
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
439443
SWIFT_VERSION = 5.0;
440444
TARGETED_DEVICE_FAMILY = "1,2";
@@ -456,6 +460,7 @@
456460
DYLIB_INSTALL_NAME_BASE = "@rpath";
457461
INFOPLIST_FILE = Coolness/Info.plist;
458462
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
463+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
459464
LD_RUNPATH_SEARCH_PATHS = (
460465
"$(inherited)",
461466
"@executable_path/Frameworks",
@@ -464,6 +469,7 @@
464469
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.$(PRODUCT_NAME:rfc1034identifier)";
465470
PRODUCT_NAME = "$(TARGET_NAME)";
466471
SKIP_INSTALL = YES;
472+
SUPPORTS_MACCATALYST = NO;
467473
SWIFT_VERSION = 5.0;
468474
TARGETED_DEVICE_FAMILY = "1,2";
469475
VERSIONING_SYSTEM = "apple-generic";
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1300"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "32F694B81AFD0F4D001CF183"
18+
BuildableName = "Coolness.framework"
19+
BlueprintName = "Coolness"
20+
ReferencedContainer = "container:bk1ch06p297main.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
</LaunchAction>
44+
<ProfileAction
45+
buildConfiguration = "Release"
46+
shouldUseLaunchSchemeArgsEnv = "YES"
47+
savedToolIdentifier = ""
48+
useCustomWorkingDirectory = "NO"
49+
debugDocumentVersioning = "YES">
50+
<MacroExpansion>
51+
<BuildableReference
52+
BuildableIdentifier = "primary"
53+
BlueprintIdentifier = "32F694B81AFD0F4D001CF183"
54+
BuildableName = "Coolness.framework"
55+
BlueprintName = "Coolness"
56+
ReferencedContainer = "container:bk1ch06p297main.xcodeproj">
57+
</BuildableReference>
58+
</MacroExpansion>
59+
</ProfileAction>
60+
<AnalyzeAction
61+
buildConfiguration = "Debug">
62+
</AnalyzeAction>
63+
<ArchiveAction
64+
buildConfiguration = "Release"
65+
revealArchiveInOrganizer = "YES">
66+
</ArchiveAction>
67+
</Scheme>
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1300"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "321333EF1AFD0B3A00568843"
18+
BuildableName = "bk1ch06p297main.app"
19+
BlueprintName = "bk1ch06p297main"
20+
ReferencedContainer = "container:bk1ch06p297main.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "321333EF1AFD0B3A00568843"
48+
BuildableName = "bk1ch06p297main.app"
49+
BlueprintName = "bk1ch06p297main"
50+
ReferencedContainer = "container:bk1ch06p297main.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "321333EF1AFD0B3A00568843"
65+
BuildableName = "bk1ch06p297main.app"
66+
BlueprintName = "bk1ch06p297main"
67+
ReferencedContainer = "container:bk1ch06p297main.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

bk1ch06p297main2/bk1ch06p297main.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
381381
DEVELOPMENT_TEAM = W3LHX5RGV2;
382382
INFOPLIST_FILE = bk1ch06p297main/Info.plist;
383+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
383384
LD_RUNPATH_SEARCH_PATHS = (
384385
"$(inherited)",
385386
"@executable_path/Frameworks",
@@ -396,6 +397,7 @@
396397
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
397398
DEVELOPMENT_TEAM = W3LHX5RGV2;
398399
INFOPLIST_FILE = bk1ch06p297main/Info.plist;
400+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
399401
LD_RUNPATH_SEARCH_PATHS = (
400402
"$(inherited)",
401403
"@executable_path/Frameworks",
@@ -423,6 +425,7 @@
423425
);
424426
INFOPLIST_FILE = Coolness/Info.plist;
425427
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
428+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
426429
LD_RUNPATH_SEARCH_PATHS = (
427430
"$(inherited)",
428431
"@executable_path/Frameworks",
@@ -431,6 +434,7 @@
431434
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.$(PRODUCT_NAME:rfc1034identifier)";
432435
PRODUCT_NAME = "$(TARGET_NAME)";
433436
SKIP_INSTALL = YES;
437+
SUPPORTS_MACCATALYST = NO;
434438
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
435439
SWIFT_VERSION = 5.0;
436440
TARGETED_DEVICE_FAMILY = "1,2";
@@ -452,6 +456,7 @@
452456
DYLIB_INSTALL_NAME_BASE = "@rpath";
453457
INFOPLIST_FILE = Coolness/Info.plist;
454458
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
459+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
455460
LD_RUNPATH_SEARCH_PATHS = (
456461
"$(inherited)",
457462
"@executable_path/Frameworks",
@@ -460,6 +465,7 @@
460465
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.$(PRODUCT_NAME:rfc1034identifier)";
461466
PRODUCT_NAME = "$(TARGET_NAME)";
462467
SKIP_INSTALL = YES;
468+
SUPPORTS_MACCATALYST = NO;
463469
SWIFT_VERSION = 5.0;
464470
TARGETED_DEVICE_FAMILY = "1,2";
465471
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)