Skip to content

Commit 98f4ccb

Browse files
committed
Update Xcode project settings as recommended
1 parent d57c87e commit 98f4ccb

File tree

5 files changed

+43
-59
lines changed

5 files changed

+43
-59
lines changed

AppReceiptValidator/AppReceiptValidator.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@
12081208
isa = PBXProject;
12091209
attributes = {
12101210
LastSwiftUpdateCheck = 0900;
1211-
LastUpgradeCheck = 0930;
1211+
LastUpgradeCheck = 1130;
12121212
ORGANIZATIONNAME = "IdeasOnCanvas GmbH";
12131213
TargetAttributes = {
12141214
D19095801F6000A40095729B = {
@@ -1519,7 +1519,7 @@
15191519
isa = XCBuildConfiguration;
15201520
buildSettings = {
15211521
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1522-
CODE_SIGN_IDENTITY = "";
1522+
CODE_SIGN_IDENTITY = "-";
15231523
CODE_SIGN_STYLE = Automatic;
15241524
COMBINE_HIDPI_IMAGES = YES;
15251525
DEVELOPMENT_TEAM = "";
@@ -1537,7 +1537,7 @@
15371537
isa = XCBuildConfiguration;
15381538
buildSettings = {
15391539
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1540-
CODE_SIGN_IDENTITY = "";
1540+
CODE_SIGN_IDENTITY = "-";
15411541
CODE_SIGN_STYLE = Automatic;
15421542
COMBINE_HIDPI_IMAGES = YES;
15431543
DEVELOPMENT_TEAM = "";

AppReceiptValidator/AppReceiptValidator.xcodeproj/xcshareddata/xcschemes/AppReceiptValidator Demo iOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1130"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "D1D6F4E31F5D691400E86FE1"
48+
BuildableName = "AppReceiptValidator Demo iOS.app"
49+
BlueprintName = "AppReceiptValidator Demo iOS"
50+
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO"
@@ -55,17 +64,6 @@
5564
</BuildableReference>
5665
</TestableReference>
5766
</Testables>
58-
<MacroExpansion>
59-
<BuildableReference
60-
BuildableIdentifier = "primary"
61-
BlueprintIdentifier = "D1D6F4E31F5D691400E86FE1"
62-
BuildableName = "AppReceiptValidator Demo iOS.app"
63-
BlueprintName = "AppReceiptValidator Demo iOS"
64-
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
65-
</BuildableReference>
66-
</MacroExpansion>
67-
<AdditionalOptions>
68-
</AdditionalOptions>
6967
</TestAction>
7068
<LaunchAction
7169
buildConfiguration = "Debug"
@@ -87,8 +85,6 @@
8785
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
8886
</BuildableReference>
8987
</BuildableProductRunnable>
90-
<AdditionalOptions>
91-
</AdditionalOptions>
9288
</LaunchAction>
9389
<ProfileAction
9490
buildConfiguration = "Release"

AppReceiptValidator/AppReceiptValidator.xcodeproj/xcshareddata/xcschemes/AppReceiptValidator Demo macOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1130"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "D19095801F6000A40095729B"
48+
BuildableName = "AppReceiptValidator Demo macOS.app"
49+
BlueprintName = "AppReceiptValidator Demo macOS"
50+
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO"
@@ -55,17 +64,6 @@
5564
</BuildableReference>
5665
</TestableReference>
5766
</Testables>
58-
<MacroExpansion>
59-
<BuildableReference
60-
BuildableIdentifier = "primary"
61-
BlueprintIdentifier = "D19095801F6000A40095729B"
62-
BuildableName = "AppReceiptValidator Demo macOS.app"
63-
BlueprintName = "AppReceiptValidator Demo macOS"
64-
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
65-
</BuildableReference>
66-
</MacroExpansion>
67-
<AdditionalOptions>
68-
</AdditionalOptions>
6967
</TestAction>
7068
<LaunchAction
7169
buildConfiguration = "Debug"
@@ -87,8 +85,6 @@
8785
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
8886
</BuildableReference>
8987
</BuildableProductRunnable>
90-
<AdditionalOptions>
91-
</AdditionalOptions>
9288
</LaunchAction>
9389
<ProfileAction
9490
buildConfiguration = "Release"

AppReceiptValidator/AppReceiptValidator.xcodeproj/xcshareddata/xcschemes/AppReceiptValidator iOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1130"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D1D6F4B41F5D684C00E86FE1"
34+
BuildableName = "AppReceiptValidator.framework"
35+
BlueprintName = "AppReceiptValidator iOS"
36+
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO"
@@ -41,17 +50,6 @@
4150
</BuildableReference>
4251
</TestableReference>
4352
</Testables>
44-
<MacroExpansion>
45-
<BuildableReference
46-
BuildableIdentifier = "primary"
47-
BlueprintIdentifier = "D1D6F4B41F5D684C00E86FE1"
48-
BuildableName = "AppReceiptValidator.framework"
49-
BlueprintName = "AppReceiptValidator iOS"
50-
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
51-
</BuildableReference>
52-
</MacroExpansion>
53-
<AdditionalOptions>
54-
</AdditionalOptions>
5553
</TestAction>
5654
<LaunchAction
5755
buildConfiguration = "Debug"
@@ -72,8 +70,6 @@
7270
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
7371
</BuildableReference>
7472
</MacroExpansion>
75-
<AdditionalOptions>
76-
</AdditionalOptions>
7773
</LaunchAction>
7874
<ProfileAction
7975
buildConfiguration = "Release"

AppReceiptValidator/AppReceiptValidator.xcodeproj/xcshareddata/xcschemes/AppReceiptValidator macOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1130"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D1D6F4C11F5D687400E86FE1"
34+
BuildableName = "AppReceiptValidator.framework"
35+
BlueprintName = "AppReceiptValidator macOS"
36+
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO"
@@ -41,17 +50,6 @@
4150
</BuildableReference>
4251
</TestableReference>
4352
</Testables>
44-
<MacroExpansion>
45-
<BuildableReference
46-
BuildableIdentifier = "primary"
47-
BlueprintIdentifier = "D1D6F4C11F5D687400E86FE1"
48-
BuildableName = "AppReceiptValidator.framework"
49-
BlueprintName = "AppReceiptValidator macOS"
50-
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
51-
</BuildableReference>
52-
</MacroExpansion>
53-
<AdditionalOptions>
54-
</AdditionalOptions>
5553
</TestAction>
5654
<LaunchAction
5755
buildConfiguration = "Debug"
@@ -72,8 +70,6 @@
7270
ReferencedContainer = "container:AppReceiptValidator.xcodeproj">
7371
</BuildableReference>
7472
</MacroExpansion>
75-
<AdditionalOptions>
76-
</AdditionalOptions>
7773
</LaunchAction>
7874
<ProfileAction
7975
buildConfiguration = "Release"

0 commit comments

Comments
 (0)