Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 9150e30

Browse files
committed
pbxproj: change from 'Development' to 'Debug'
1 parent 1aa3386 commit 9150e30

File tree

7 files changed

+63
-79
lines changed

7 files changed

+63
-79
lines changed

ObjectiveXML.xcodeproj/project.pbxproj

Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@
793793
isa = PBXBuildRule;
794794
compilerSpec = org.cocotron.1.0.windows.i386.gcc.default;
795795
fileType = sourcecode.c;
796+
inputFiles = (
797+
);
796798
isEditable = 1;
797799
outputFiles = (
798800
);
@@ -801,6 +803,8 @@
801803
isa = PBXBuildRule;
802804
compilerSpec = org.cocotron.1.0.windows.i386.gcc.default;
803805
fileType = sourcecode.c;
806+
inputFiles = (
807+
);
804808
isEditable = 1;
805809
outputFiles = (
806810
);
@@ -1965,7 +1969,7 @@
19651969
attributes = {
19661970
DefaultBuildSystemTypeForWorkspace = Original;
19671971
LastSwiftUpdateCheck = 1020;
1968-
LastUpgradeCheck = 1000;
1972+
LastUpgradeCheck = 1110;
19691973
TargetAttributes = {
19701974
1F5752D922C3726900EB658E = {
19711975
CreatedOnToolsVersion = 10.2.1;
@@ -1988,14 +1992,14 @@
19881992
};
19891993
buildConfigurationList = 1F39596808A0CC4600BF7444 /* Build configuration list for PBXProject "ObjectiveXML" */;
19901994
compatibilityVersion = "Xcode 3.2";
1991-
developmentRegion = English;
1995+
developmentRegion = en;
19921996
hasScannedForEncodings = 1;
19931997
knownRegions = (
1994-
English,
1995-
Japanese,
1996-
French,
1997-
German,
19981998
Base,
1999+
ja,
2000+
fr,
2001+
en,
2002+
de,
19992003
);
20002004
mainGroup = 07DF1A1A00668979C35ADD82 /* MPWXmlKit */;
20012005
productRefGroup = 07DF1A4E00668979C35ADD82 /* Products */;
@@ -2779,7 +2783,7 @@
27792783
/* End PBXVariantGroup section */
27802784

27812785
/* Begin XCBuildConfiguration section */
2782-
1F2553EB0D627363007D8DAF /* Development */ = {
2786+
1F2553EB0D627363007D8DAF /* Debug */ = {
27832787
isa = XCBuildConfiguration;
27842788
buildSettings = {
27852789
CLANG_ENABLE_OBJC_WEAK = YES;
@@ -2810,9 +2814,9 @@
28102814
SKIP_INSTALL = YES;
28112815
ZERO_LINK = YES;
28122816
};
2813-
name = Development;
2817+
name = Debug;
28142818
};
2815-
1F39596908A0CC4600BF7444 /* Development */ = {
2819+
1F39596908A0CC4600BF7444 /* Debug */ = {
28162820
isa = XCBuildConfiguration;
28172821
buildSettings = {
28182822
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
@@ -2847,9 +2851,9 @@
28472851
ONLY_ACTIVE_ARCH = YES;
28482852
SDKROOT = macosx;
28492853
};
2850-
name = Development;
2854+
name = Debug;
28512855
};
2852-
1F3C7C09136FE2EF009C0697 /* Development */ = {
2856+
1F3C7C09136FE2EF009C0697 /* Debug */ = {
28532857
isa = XCBuildConfiguration;
28542858
buildSettings = {
28552859
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
@@ -2894,7 +2898,7 @@
28942898
WRAPPER_EXTENSION = framework;
28952899
ZERO_LINK = NO;
28962900
};
2897-
name = Development;
2901+
name = Debug;
28982902
};
28992903
1F3C7C0A136FE2EF009C0697 /* Release */ = {
29002904
isa = XCBuildConfiguration;
@@ -2940,7 +2944,7 @@
29402944
};
29412945
name = Release;
29422946
};
2943-
1F5752DF22C3726900EB658E /* Development */ = {
2947+
1F5752DF22C3726900EB658E /* Debug */ = {
29442948
isa = XCBuildConfiguration;
29452949
buildSettings = {
29462950
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -2999,7 +3003,7 @@
29993003
PRODUCT_NAME = "$(TARGET_NAME)";
30003004
SDKROOT = macosx;
30013005
};
3002-
name = Development;
3006+
name = Debug;
30033007
};
30043008
1F5752E022C3726900EB658E /* Release */ = {
30053009
isa = XCBuildConfiguration;
@@ -3031,7 +3035,7 @@
30313035
};
30323036
name = Release;
30333037
};
3034-
1F5752EE22C383D200EB658E /* Development */ = {
3038+
1F5752EE22C383D200EB658E /* Debug */ = {
30353039
isa = XCBuildConfiguration;
30363040
buildSettings = {
30373041
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -3093,7 +3097,7 @@
30933097
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
30943098
SWIFT_VERSION = 5.0;
30953099
};
3096-
name = Development;
3100+
name = Debug;
30973101
};
30983102
1F5752EF22C383D200EB658E /* Release */ = {
30993103
isa = XCBuildConfiguration;
@@ -3127,7 +3131,7 @@
31273131
};
31283132
name = Release;
31293133
};
3130-
1F5ED2351FDBCDBB001D28FB /* Development */ = {
3134+
1F5ED2351FDBCDBB001D28FB /* Debug */ = {
31313135
isa = XCBuildConfiguration;
31323136
buildSettings = {
31333137
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -3188,7 +3192,7 @@
31883192
SDKROOT = iphoneos;
31893193
TARGETED_DEVICE_FAMILY = "1,2";
31903194
};
3191-
name = Development;
3195+
name = Debug;
31923196
};
31933197
1F5ED2361FDBCDBB001D28FB /* Release */ = {
31943198
isa = XCBuildConfiguration;
@@ -3242,7 +3246,7 @@
32423246
};
32433247
name = Release;
32443248
};
3245-
1F81C007196992380066DF43 /* Development */ = {
3249+
1F81C007196992380066DF43 /* Debug */ = {
32463250
isa = XCBuildConfiguration;
32473251
buildSettings = {
32483252
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -3304,7 +3308,7 @@
33043308
VERSIONING_SYSTEM = "apple-generic";
33053309
VERSION_INFO_PREFIX = "";
33063310
};
3307-
name = Development;
3311+
name = Debug;
33083312
};
33093313
1F81C008196992380066DF43 /* Release */ = {
33103314
isa = XCBuildConfiguration;
@@ -3360,7 +3364,7 @@
33603364
};
33613365
name = Release;
33623366
};
3363-
1F96E5FB09B62F5C0063D669 /* Development */ = {
3367+
1F96E5FB09B62F5C0063D669 /* Debug */ = {
33643368
isa = XCBuildConfiguration;
33653369
buildSettings = {
33663370
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -3402,9 +3406,9 @@
34023406
WRAPPER_EXTENSION = framework;
34033407
ZERO_LINK = NO;
34043408
};
3405-
name = Development;
3409+
name = Debug;
34063410
};
3407-
1FB43C0110BFB6EF00490AA6 /* Development */ = {
3411+
1FB43C0110BFB6EF00490AA6 /* Debug */ = {
34083412
isa = XCBuildConfiguration;
34093413
buildSettings = {
34103414
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
@@ -3446,7 +3450,7 @@
34463450
WRAPPER_EXTENSION = framework;
34473451
ZERO_LINK = NO;
34483452
};
3449-
name = Development;
3453+
name = Debug;
34503454
};
34513455
1FB43C0210BFB6EF00490AA6 /* Release */ = {
34523456
isa = XCBuildConfiguration;
@@ -3618,83 +3622,83 @@
36183622
1F2553EF0D627363007D8DAF /* Build configuration list for PBXNativeTarget "ObjXMLCore" */ = {
36193623
isa = XCConfigurationList;
36203624
buildConfigurations = (
3621-
1F2553EB0D627363007D8DAF /* Development */,
3625+
1F2553EB0D627363007D8DAF /* Debug */,
36223626
1FD5DC180F2CFC8E00F8F769 /* Release */,
36233627
);
36243628
defaultConfigurationIsVisible = 0;
3625-
defaultConfigurationName = Development;
3629+
defaultConfigurationName = Release;
36263630
};
36273631
1F39596808A0CC4600BF7444 /* Build configuration list for PBXProject "ObjectiveXML" */ = {
36283632
isa = XCConfigurationList;
36293633
buildConfigurations = (
3630-
1F39596908A0CC4600BF7444 /* Development */,
3634+
1F39596908A0CC4600BF7444 /* Debug */,
36313635
1FD5DC150F2CFC8E00F8F769 /* Release */,
36323636
);
36333637
defaultConfigurationIsVisible = 0;
3634-
defaultConfigurationName = Development;
3638+
defaultConfigurationName = Release;
36353639
};
36363640
1F3C7C08136FE2EF009C0697 /* Build configuration list for PBXNativeTarget "ObjectiveXML (Linux)" */ = {
36373641
isa = XCConfigurationList;
36383642
buildConfigurations = (
3639-
1F3C7C09136FE2EF009C0697 /* Development */,
3643+
1F3C7C09136FE2EF009C0697 /* Debug */,
36403644
1F3C7C0A136FE2EF009C0697 /* Release */,
36413645
);
36423646
defaultConfigurationIsVisible = 0;
3643-
defaultConfigurationName = Development;
3647+
defaultConfigurationName = Release;
36443648
};
36453649
1F5752DE22C3726900EB658E /* Build configuration list for PBXNativeTarget "masonrunner" */ = {
36463650
isa = XCConfigurationList;
36473651
buildConfigurations = (
3648-
1F5752DF22C3726900EB658E /* Development */,
3652+
1F5752DF22C3726900EB658E /* Debug */,
36493653
1F5752E022C3726900EB658E /* Release */,
36503654
);
36513655
defaultConfigurationIsVisible = 0;
3652-
defaultConfigurationName = Development;
3656+
defaultConfigurationName = Release;
36533657
};
36543658
1F5752ED22C383D200EB658E /* Build configuration list for PBXNativeTarget "swiftdecoder" */ = {
36553659
isa = XCConfigurationList;
36563660
buildConfigurations = (
3657-
1F5752EE22C383D200EB658E /* Development */,
3661+
1F5752EE22C383D200EB658E /* Debug */,
36583662
1F5752EF22C383D200EB658E /* Release */,
36593663
);
36603664
defaultConfigurationIsVisible = 0;
3661-
defaultConfigurationName = Development;
3665+
defaultConfigurationName = Release;
36623666
};
36633667
1F5ED2341FDBCDBB001D28FB /* Build configuration list for PBXNativeTarget "ObjectiveXMLTests" */ = {
36643668
isa = XCConfigurationList;
36653669
buildConfigurations = (
3666-
1F5ED2351FDBCDBB001D28FB /* Development */,
3670+
1F5ED2351FDBCDBB001D28FB /* Debug */,
36673671
1F5ED2361FDBCDBB001D28FB /* Release */,
36683672
);
36693673
defaultConfigurationIsVisible = 0;
3670-
defaultConfigurationName = Development;
3674+
defaultConfigurationName = Release;
36713675
};
36723676
1F81C00B196992380066DF43 /* Build configuration list for PBXNativeTarget "ObjectiveXMLTouch" */ = {
36733677
isa = XCConfigurationList;
36743678
buildConfigurations = (
3675-
1F81C007196992380066DF43 /* Development */,
3679+
1F81C007196992380066DF43 /* Debug */,
36763680
1F81C008196992380066DF43 /* Release */,
36773681
);
36783682
defaultConfigurationIsVisible = 0;
3679-
defaultConfigurationName = Development;
3683+
defaultConfigurationName = Release;
36803684
};
36813685
1F96E5FA09B62F5C0063D669 /* Build configuration list for PBXNativeTarget "ObjectiveXML" */ = {
36823686
isa = XCConfigurationList;
36833687
buildConfigurations = (
3684-
1F96E5FB09B62F5C0063D669 /* Development */,
3688+
1F96E5FB09B62F5C0063D669 /* Debug */,
36853689
1FD5DC170F2CFC8E00F8F769 /* Release */,
36863690
);
36873691
defaultConfigurationIsVisible = 0;
3688-
defaultConfigurationName = Development;
3692+
defaultConfigurationName = Release;
36893693
};
36903694
1FB43C0010BFB6EF00490AA6 /* Build configuration list for PBXNativeTarget "ObjectiveXML (Windows)" */ = {
36913695
isa = XCConfigurationList;
36923696
buildConfigurations = (
3693-
1FB43C0110BFB6EF00490AA6 /* Development */,
3697+
1FB43C0110BFB6EF00490AA6 /* Debug */,
36943698
1FB43C0210BFB6EF00490AA6 /* Release */,
36953699
);
36963700
defaultConfigurationIsVisible = 0;
3697-
defaultConfigurationName = Development;
3701+
defaultConfigurationName = Release;
36983702
};
36993703
/* End XCConfigurationList section */
37003704
};

ObjectiveXML.xcodeproj/xcshareddata/xcschemes/MPWXmlKit (Linux).xcscheme

Lines changed: 1 addition & 5 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 = "1010"
3+
LastUpgradeVersion = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Release"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:ObjectiveXML.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

ObjectiveXML.xcodeproj/xcshareddata/xcschemes/ObjectiveXML.xcscheme

Lines changed: 3 additions & 7 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 = "1010"
3+
LastUpgradeVersion = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -25,17 +25,15 @@
2525
<TestAction
2626
buildConfiguration = "Release"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Release"
3735
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3937
launchStyle = "0"
4038
useCustomWorkingDirectory = "NO"
4139
ignoresPersistentStateOnLaunch = "NO"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:ObjectiveXML.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

ObjectiveXML.xcodeproj/xcshareddata/xcschemes/masonrunner.xcscheme

Lines changed: 3 additions & 7 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 = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:ObjectiveXML.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Release"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:ObjectiveXML.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"

0 commit comments

Comments
 (0)