Skip to content

Commit 32da06f

Browse files
authored
Merge pull request #41 from gitx/XcodeSuggestions
Xcode suggestions
2 parents 3a1df0e + 78bf4d5 commit 32da06f

File tree

4 files changed

+40
-44
lines changed

4 files changed

+40
-44
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@
452452
/* End PBXCopyFilesBuildPhase section */
453453

454454
/* Begin PBXFileReference section */
455-
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
456455
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
457456
200578C418932A82001C06C3 /* GTBlameSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlameSpec.m; sourceTree = "<group>"; };
458457
2089E43B17D9A58000F451DA /* GTTagSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTagSpec.m; sourceTree = "<group>"; };
@@ -635,6 +634,7 @@
635634
D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
636635
D0D8186C174421EB00995A2E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
637636
D0F4E28917C7F24200BBDE30 /* NSErrorGitSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSErrorGitSpec.m; sourceTree = "<group>"; };
637+
D19D707127B8DACB00A5C740 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
638638
DD3D9510182A81E1004AF532 /* GTBlame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTBlame.h; sourceTree = "<group>"; };
639639
DD3D9511182A81E1004AF532 /* GTBlame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlame.m; sourceTree = "<group>"; };
640640
DD3D951A182AB25C004AF532 /* GTBlameHunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTBlameHunk.h; sourceTree = "<group>"; };
@@ -1281,7 +1281,7 @@
12811281
attributes = {
12821282
LastSwiftUpdateCheck = 0700;
12831283
LastTestingUpgradeCheck = 0510;
1284-
LastUpgradeCheck = 0930;
1284+
LastUpgradeCheck = 1320;
12851285
ORGANIZATIONNAME = "GitHub, Inc";
12861286
TargetAttributes = {
12871287
88F05A6A16011E5400B7AD1D = {
@@ -1302,14 +1302,14 @@
13021302
};
13031303
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "ObjectiveGitFramework" */;
13041304
compatibilityVersion = "Xcode 3.2";
1305-
developmentRegion = English;
1305+
developmentRegion = en;
13061306
hasScannedForEncodings = 1;
13071307
knownRegions = (
1308-
English,
1309-
Japanese,
1310-
French,
1311-
German,
13121308
en,
1309+
fr,
1310+
de,
1311+
ja,
1312+
Base,
13131313
);
13141314
mainGroup = 0867D691FE84028FC02AAC07 /* ObjectiveGitFramework */;
13151315
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@@ -1669,7 +1669,7 @@
16691669
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
16701670
isa = PBXVariantGroup;
16711671
children = (
1672-
089C1667FE841158C02AAC07 /* English */,
1672+
D19D707127B8DACB00A5C740 /* en */,
16731673
);
16741674
name = InfoPlist.strings;
16751675
sourceTree = "<group>";
@@ -1744,6 +1744,7 @@
17441744
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
17451745
CLANG_WARN_COMMA = YES;
17461746
CLANG_WARN_INFINITE_RECURSION = YES;
1747+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
17471748
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
17481749
CLANG_WARN_STRICT_PROTOTYPES = YES;
17491750
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1755,7 +1756,7 @@
17551756
External/libgit2/include,
17561757
/usr/local/include,
17571758
);
1758-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1759+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17591760
LIBRARY_SEARCH_PATHS = (
17601761
.,
17611762
External,
@@ -1784,6 +1785,7 @@
17841785
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
17851786
CLANG_WARN_COMMA = YES;
17861787
CLANG_WARN_INFINITE_RECURSION = YES;
1788+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
17871789
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
17881790
CLANG_WARN_STRICT_PROTOTYPES = YES;
17891791
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1794,7 +1796,7 @@
17941796
External/libgit2/include,
17951797
/usr/local/include,
17961798
);
1797-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1799+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17981800
LIBRARY_SEARCH_PATHS = (
17991801
.,
18001802
External,
@@ -1917,6 +1919,7 @@
19171919
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
19181920
CLANG_WARN_COMMA = YES;
19191921
CLANG_WARN_INFINITE_RECURSION = YES;
1922+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
19201923
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
19211924
CLANG_WARN_STRICT_PROTOTYPES = YES;
19221925
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1927,7 +1930,7 @@
19271930
External/libgit2/include,
19281931
/usr/local/include,
19291932
);
1930-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1933+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
19311934
LIBRARY_SEARCH_PATHS = (
19321935
.,
19331936
External,
@@ -2000,7 +2003,7 @@
20002003
isa = XCBuildConfiguration;
20012004
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
20022005
buildSettings = {
2003-
CODE_SIGN_IDENTITY = "iPhone Developer";
2006+
CODE_SIGN_IDENTITY = "";
20042007
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
20052008
CURRENT_PROJECT_VERSION = 1;
20062009
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2057,7 +2060,7 @@
20572060
isa = XCBuildConfiguration;
20582061
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
20592062
buildSettings = {
2060-
CODE_SIGN_IDENTITY = "iPhone Developer";
2063+
CODE_SIGN_IDENTITY = "";
20612064
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
20622065
CURRENT_PROJECT_VERSION = 1;
20632066
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2082,7 +2085,7 @@
20822085
isa = XCBuildConfiguration;
20832086
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
20842087
buildSettings = {
2085-
CODE_SIGN_IDENTITY = "iPhone Developer";
2088+
CODE_SIGN_IDENTITY = "";
20862089
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
20872090
CURRENT_PROJECT_VERSION = 1;
20882091
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2107,7 +2110,7 @@
21072110
isa = XCBuildConfiguration;
21082111
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
21092112
buildSettings = {
2110-
CODE_SIGN_IDENTITY = "iPhone Developer";
2113+
CODE_SIGN_IDENTITY = "";
21112114
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
21122115
CURRENT_PROJECT_VERSION = 1;
21132116
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2137,6 +2140,7 @@
21372140
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
21382141
CLANG_WARN_COMMA = YES;
21392142
CLANG_WARN_INFINITE_RECURSION = YES;
2143+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
21402144
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
21412145
CLANG_WARN_STRICT_PROTOTYPES = YES;
21422146
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -2147,7 +2151,7 @@
21472151
External/libgit2/include,
21482152
/usr/local/include,
21492153
);
2150-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
2154+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
21512155
LIBRARY_SEARCH_PATHS = (
21522156
.,
21532157
External,

ObjectiveGitFramework.xcodeproj/xcshareddata/xcschemes/ObjectiveGit Mac.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 = "1320"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -83,6 +83,15 @@
8383
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
8484
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
8585
shouldUseLaunchSchemeArgsEnv = "YES">
86+
<MacroExpansion>
87+
<BuildableReference
88+
BuildableIdentifier = "primary"
89+
BlueprintIdentifier = "8DC2EF4F0486A6940098B216"
90+
BuildableName = "ObjectiveGit.framework"
91+
BlueprintName = "ObjectiveGit-Mac"
92+
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
93+
</BuildableReference>
94+
</MacroExpansion>
8695
<Testables>
8796
<TestableReference
8897
skipped = "NO">
@@ -95,17 +104,6 @@
95104
</BuildableReference>
96105
</TestableReference>
97106
</Testables>
98-
<MacroExpansion>
99-
<BuildableReference
100-
BuildableIdentifier = "primary"
101-
BlueprintIdentifier = "8DC2EF4F0486A6940098B216"
102-
BuildableName = "ObjectiveGit.framework"
103-
BlueprintName = "ObjectiveGit-Mac"
104-
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
105-
</BuildableReference>
106-
</MacroExpansion>
107-
<AdditionalOptions>
108-
</AdditionalOptions>
109107
</TestAction>
110108
<LaunchAction
111109
buildConfiguration = "Debug"
@@ -127,8 +125,6 @@
127125
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
128126
</BuildableReference>
129127
</MacroExpansion>
130-
<AdditionalOptions>
131-
</AdditionalOptions>
132128
</LaunchAction>
133129
<ProfileAction
134130
buildConfiguration = "Profile"

ObjectiveGitFramework.xcodeproj/xcshareddata/xcschemes/ObjectiveGit 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 = "1320"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -69,6 +69,15 @@
6969
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7070
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
7171
shouldUseLaunchSchemeArgsEnv = "YES">
72+
<MacroExpansion>
73+
<BuildableReference
74+
BuildableIdentifier = "primary"
75+
BlueprintIdentifier = "D01B6ED219F82E2000D411BC"
76+
BuildableName = "ObjectiveGit.framework"
77+
BlueprintName = "ObjectiveGit-iOS"
78+
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
79+
</BuildableReference>
80+
</MacroExpansion>
7281
<Testables>
7382
<TestableReference
7483
skipped = "NO">
@@ -81,17 +90,6 @@
8190
</BuildableReference>
8291
</TestableReference>
8392
</Testables>
84-
<MacroExpansion>
85-
<BuildableReference
86-
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "D01B6ED219F82E2000D411BC"
88-
BuildableName = "ObjectiveGit.framework"
89-
BlueprintName = "ObjectiveGit-iOS"
90-
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
91-
</BuildableReference>
92-
</MacroExpansion>
93-
<AdditionalOptions>
94-
</AdditionalOptions>
9593
</TestAction>
9694
<LaunchAction
9795
buildConfiguration = "Debug"
@@ -112,8 +110,6 @@
112110
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
113111
</BuildableReference>
114112
</MacroExpansion>
115-
<AdditionalOptions>
116-
</AdditionalOptions>
117113
</LaunchAction>
118114
<ProfileAction
119115
buildConfiguration = "Profile"
File renamed without changes.

0 commit comments

Comments
 (0)