Skip to content

Commit fb0f765

Browse files
XCode-recommended project updates
1 parent 3490852 commit fb0f765

File tree

3 files changed

+30
-35
lines changed

3 files changed

+30
-35
lines changed

RMQClient.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
isa = PBXProject;
10281028
attributes = {
10291029
LastSwiftUpdateCheck = 0700;
1030-
LastUpgradeCheck = 1020;
1030+
LastUpgradeCheck = 1150;
10311031
ORGANIZATIONNAME = VMware;
10321032
TargetAttributes = {
10331033
AEA45ED61C440FE400FE1F62 = {
@@ -1049,6 +1049,7 @@
10491049
hasScannedForEncodings = 0;
10501050
knownRegions = (
10511051
en,
1052+
Base,
10521053
);
10531054
mainGroup = AEE7FE871C3BCA6000DF8C4F;
10541055
productRefGroup = AEE7FE921C3BCA6000DF8C4F /* Products */;
@@ -1395,7 +1396,7 @@
13951396
70338A2821FBBB0D00C9069D /* Test without TLS */ = {
13961397
isa = XCBuildConfiguration;
13971398
buildSettings = {
1398-
CODE_SIGN_IDENTITY = "Apple Development";
1399+
CODE_SIGN_IDENTITY = "";
13991400
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
14001401
CODE_SIGN_STYLE = Automatic;
14011402
DEFINES_MODULE = YES;
@@ -1538,7 +1539,7 @@
15381539
70338A2C21FBBB2000C9069D /* Test with TLS */ = {
15391540
isa = XCBuildConfiguration;
15401541
buildSettings = {
1541-
CODE_SIGN_IDENTITY = "Apple Development";
1542+
CODE_SIGN_IDENTITY = "";
15421543
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
15431544
CODE_SIGN_STYLE = Automatic;
15441545
DEFINES_MODULE = YES;
@@ -1786,7 +1787,7 @@
17861787
AEE7FEA61C3BCA6000DF8C4F /* Debug */ = {
17871788
isa = XCBuildConfiguration;
17881789
buildSettings = {
1789-
CODE_SIGN_IDENTITY = "Apple Development";
1790+
CODE_SIGN_IDENTITY = "";
17901791
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
17911792
CODE_SIGN_STYLE = Automatic;
17921793
DEFINES_MODULE = YES;
@@ -1814,7 +1815,7 @@
18141815
AEE7FEA71C3BCA6000DF8C4F /* Release */ = {
18151816
isa = XCBuildConfiguration;
18161817
buildSettings = {
1817-
CODE_SIGN_IDENTITY = "Apple Development";
1818+
CODE_SIGN_IDENTITY = "";
18181819
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
18191820
CODE_SIGN_STYLE = Automatic;
18201821
DEFINES_MODULE = YES;

RMQClient.xcodeproj/xcshareddata/xcschemes/RMQClient with TLS tests.xcscheme

Lines changed: 7 additions & 11 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 = "1020"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -55,6 +55,12 @@
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5757
shouldUseLaunchSchemeArgsEnv = "NO">
58+
<CommandLineArguments>
59+
<CommandLineArgument
60+
argument = "-DRUN_TLS_TESTS"
61+
isEnabled = "YES">
62+
</CommandLineArgument>
63+
</CommandLineArguments>
5864
<Testables>
5965
<TestableReference
6066
skipped = "NO">
@@ -77,14 +83,6 @@
7783
</BuildableReference>
7884
</TestableReference>
7985
</Testables>
80-
<CommandLineArguments>
81-
<CommandLineArgument
82-
argument = "-DRUN_TLS_TESTS"
83-
isEnabled = "YES">
84-
</CommandLineArgument>
85-
</CommandLineArguments>
86-
<AdditionalOptions>
87-
</AdditionalOptions>
8886
</TestAction>
8987
<LaunchAction
9088
buildConfiguration = "Debug"
@@ -105,8 +103,6 @@
105103
ReferencedContainer = "container:RMQClient.xcodeproj">
106104
</BuildableReference>
107105
</MacroExpansion>
108-
<AdditionalOptions>
109-
</AdditionalOptions>
110106
</LaunchAction>
111107
<ProfileAction
112108
buildConfiguration = "Release"

RMQClient.xcodeproj/xcshareddata/xcschemes/RMQClient.xcscheme

Lines changed: 17 additions & 19 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 = "1020"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,22 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "AEE7FE901C3BCA6000DF8C4F"
34+
BuildableName = "RMQClient.framework"
35+
BlueprintName = "RMQClient"
36+
ReferencedContainer = "container:RMQClient.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
39+
<AdditionalOptions>
40+
<AdditionalOption
41+
key = "NSZombieEnabled"
42+
value = "YES"
43+
isEnabled = "YES">
44+
</AdditionalOption>
45+
</AdditionalOptions>
3046
<Testables>
3147
<TestableReference
3248
skipped = "NO">
@@ -49,22 +65,6 @@
4965
</BuildableReference>
5066
</TestableReference>
5167
</Testables>
52-
<MacroExpansion>
53-
<BuildableReference
54-
BuildableIdentifier = "primary"
55-
BlueprintIdentifier = "AEE7FE901C3BCA6000DF8C4F"
56-
BuildableName = "RMQClient.framework"
57-
BlueprintName = "RMQClient"
58-
ReferencedContainer = "container:RMQClient.xcodeproj">
59-
</BuildableReference>
60-
</MacroExpansion>
61-
<AdditionalOptions>
62-
<AdditionalOption
63-
key = "NSZombieEnabled"
64-
value = "YES"
65-
isEnabled = "YES">
66-
</AdditionalOption>
67-
</AdditionalOptions>
6868
</TestAction>
6969
<LaunchAction
7070
buildConfiguration = "Debug"
@@ -85,8 +85,6 @@
8585
ReferencedContainer = "container:RMQClient.xcodeproj">
8686
</BuildableReference>
8787
</MacroExpansion>
88-
<AdditionalOptions>
89-
</AdditionalOptions>
9088
</LaunchAction>
9189
<ProfileAction
9290
buildConfiguration = "Release"

0 commit comments

Comments
 (0)