Skip to content

Commit 56d4e10

Browse files
committed
Merge pull request #523 from libgit2/xcode-7
Xcode 7 + silence stupid warning
2 parents 9219175 + 4a6fd2d commit 56d4e10

File tree

11 files changed

+118
-28
lines changed

11 files changed

+118
-28
lines changed

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "jspahrsummers/xcconfigs" >= 0.7.1
2-
github "Quick/Quick" ~> 0.3
3-
github "Quick/Nimble" ~> 0.4
2+
github "Quick/Quick" ~> 0.6
3+
github "Quick/Nimble" ~> 2.0
44
github "ZipArchive/ZipArchive" ~> 0.3

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Quick/Nimble" "v0.4.2"
2-
github "Quick/Quick" "v0.3.1"
3-
github "ZipArchive/ZipArchive" "v0.3.2"
4-
github "jspahrsummers/xcconfigs" "0.7.2"
1+
github "Quick/Nimble" "v2.0.0"
2+
github "Quick/Quick" "v0.6.0"
3+
github "ZipArchive/ZipArchive" "v0.3.3"
4+
github "jspahrsummers/xcconfigs" "0.8.1"

Carthage/Checkouts/xcconfigs

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>org.libgit2.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

ObjectiveGit.modulemap

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,74 @@ framework module ObjectiveGit {
6868
header "git2/sys/stream.h"
6969
header "git2/trace.h"
7070

71+
exclude header "git2/inttypes.h"
72+
exclude header "git2/stdint.h"
73+
exclude header "git2/sys/git2/annotated_commit.h"
74+
exclude header "git2/sys/git2/attr.h"
75+
exclude header "git2/sys/git2/blame.h"
76+
exclude header "git2/sys/git2/blob.h"
77+
exclude header "git2/sys/git2/branch.h"
78+
exclude header "git2/sys/git2/buffer.h"
79+
exclude header "git2/sys/git2/checkout.h"
80+
exclude header "git2/sys/git2/cherrypick.h"
81+
exclude header "git2/sys/git2/clone.h"
82+
exclude header "git2/sys/git2/commit.h"
83+
exclude header "git2/sys/git2/cred_helpers.h"
84+
exclude header "git2/sys/git2/describe.h"
85+
exclude header "git2/sys/git2/errors.h"
86+
exclude header "git2/sys/git2/global.h"
87+
exclude header "git2/sys/git2/graph.h"
88+
exclude header "git2/sys/git2/ignore.h"
89+
exclude header "git2/sys/git2/index.h"
90+
exclude header "git2/sys/git2/indexer.h"
91+
exclude header "git2/sys/git2/inttypes.h"
92+
exclude header "git2/sys/git2/merge.h"
93+
exclude header "git2/sys/git2/message.h"
94+
exclude header "git2/sys/git2/notes.h"
95+
exclude header "git2/sys/git2/object.h"
96+
exclude header "git2/sys/git2/odb_backend.h"
97+
exclude header "git2/sys/git2/oidarray.h"
98+
exclude header "git2/sys/git2/pack.h"
99+
exclude header "git2/sys/git2/patch.h"
100+
exclude header "git2/sys/git2/pathspec.h"
101+
exclude header "git2/sys/git2/rebase.h"
102+
exclude header "git2/sys/git2/refdb.h"
103+
exclude header "git2/sys/git2/reflog.h"
104+
exclude header "git2/sys/git2/refs.h"
105+
exclude header "git2/sys/git2/refspec.h"
106+
exclude header "git2/sys/git2/remote.h"
107+
exclude header "git2/sys/git2/repository.h"
108+
exclude header "git2/sys/git2/reset.h"
109+
exclude header "git2/sys/git2/revert.h"
110+
exclude header "git2/sys/git2/revparse.h"
111+
exclude header "git2/sys/git2/revwalk.h"
112+
exclude header "git2/sys/git2/signature.h"
113+
exclude header "git2/sys/git2/stash.h"
114+
exclude header "git2/sys/git2/stdint.h"
115+
exclude header "git2/sys/git2/strarray.h"
116+
exclude header "git2/sys/git2/submodule.h"
117+
exclude header "git2/sys/git2/tag.h"
118+
exclude header "git2/sys/git2/trace.h"
119+
exclude header "git2/sys/git2/transaction.h"
120+
exclude header "git2/sys/git2/transport.h"
121+
exclude header "git2/sys/git2/tree.h"
122+
exclude header "git2/sys/git2/version.h"
123+
exclude header "git2/sys/git2/sys/commit.h"
124+
exclude header "git2/sys/git2/sys/config.h"
125+
exclude header "git2/sys/git2/sys/diff.h"
126+
exclude header "git2/sys/git2/sys/filter.h"
127+
exclude header "git2/sys/git2/sys/hashsig.h"
128+
exclude header "git2/sys/git2/sys/index.h"
129+
exclude header "git2/sys/git2/sys/mempack.h"
130+
exclude header "git2/sys/git2/sys/odb_backend.h"
131+
exclude header "git2/sys/git2/sys/openssl.h"
132+
exclude header "git2/sys/git2/sys/refdb_backend.h"
133+
exclude header "git2/sys/git2/sys/reflog.h"
134+
exclude header "git2/sys/git2/sys/refs.h"
135+
exclude header "git2/sys/git2/sys/repository.h"
136+
exclude header "git2/sys/git2/sys/stream.h"
137+
exclude header "git2/sys/git2/sys/transport.h"
138+
71139
export *
72140
module * { export * }
73141
}

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@
319319
F8D007701B4F7CA8009A8DAF /* NSErrorGitSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D0F4E28917C7F24200BBDE30 /* NSErrorGitSpec.m */; };
320320
F8D007711B4F7CB0009A8DAF /* NSDataGitSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D01EFD9F195DEF2200838D24 /* NSDataGitSpec.m */; };
321321
F8D007721B4F7CB6009A8DAF /* NSArray+StringArraySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 307623AA17C6C8BD00E2CDF1 /* NSArray+StringArraySpec.m */; };
322-
F8D1BDEE1B31FE7C00CDEC90 /* GTRepository+Pull.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */; settings = {ATTRIBUTES = (Public, ); }; };
323322
F8D007731B4F7CC3009A8DAF /* GTSignatureSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D040AF77177B9A9E001AD9EB /* GTSignatureSpec.m */; };
324323
F8D007741B4F7CCC009A8DAF /* GTOIDSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D040AF6F177B9779001AD9EB /* GTOIDSpec.m */; };
325324
F8D007761B4F7D10009A8DAF /* GTTimeAdditionsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B1E7FF1703871900D0814D /* GTTimeAdditionsSpec.m */; };
@@ -350,17 +349,18 @@
350349
F8D0079E1B4FA03B009A8DAF /* GTTreeSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88328127173D8A64006D7DCF /* GTTreeSpec.m */; };
351350
F8D0079F1B4FA03B009A8DAF /* GTObjectDatabaseSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88948AC81779243600809CDA /* GTObjectDatabaseSpec.m */; };
352351
F8D007A01B4FA03B009A8DAF /* GTRepository+StatusSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A269AC17B4878C000FE64E /* GTRepository+StatusSpec.m */; };
353-
F8D1BDEF1B31FE7C00CDEC90 /* GTRepository+Pull.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */; settings = {ATTRIBUTES = (Public, ); }; };
354352
F8D007A11B4FA03B009A8DAF /* GTRepositoryStashingSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D015F7D417F6965400AD5E1F /* GTRepositoryStashingSpec.m */; };
355353
F8D007A21B4FA03B009A8DAF /* GTFilterSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 886E623618AECD86000611A0 /* GTFilterSpec.m */; };
356354
F8D007A31B4FA03B009A8DAF /* GTFilterListSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D0751CD818BE520400134314 /* GTFilterListSpec.m */; };
357355
F8D007A41B4FA03B009A8DAF /* GTRepositoryResetSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88234B2518F2FE260039972E /* GTRepositoryResetSpec.m */; };
358356
F8D007A51B4FA03B009A8DAF /* GTDiffDeltaSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 8870390A1975E3F2004118D7 /* GTDiffDeltaSpec.m */; };
359357
F8D007A61B4FA03B009A8DAF /* GTRepositoryAttributesSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E353051982EA6B0051001F /* GTRepositoryAttributesSpec.m */; };
360358
F8D007A71B4FA040009A8DAF /* QuickSpec+GTFixtures.m in Sources */ = {isa = PBXBuildFile; fileRef = 88A994CA16FCED1D00402C7B /* QuickSpec+GTFixtures.m */; };
359+
F8D007A81B4FA045009A8DAF /* fixtures.zip in Resources */ = {isa = PBXBuildFile; fileRef = D09C2E50175602A500065E36 /* fixtures.zip */; };
360+
F8D1BDEE1B31FE7C00CDEC90 /* GTRepository+Pull.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */; settings = {ATTRIBUTES = (Public, ); }; };
361+
F8D1BDEF1B31FE7C00CDEC90 /* GTRepository+Pull.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */; settings = {ATTRIBUTES = (Public, ); }; };
361362
F8D1BDF01B31FE7C00CDEC90 /* GTRepository+Pull.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D1BDED1B31FE7C00CDEC90 /* GTRepository+Pull.m */; };
362363
F8D1BDF11B31FE7C00CDEC90 /* GTRepository+Pull.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D1BDED1B31FE7C00CDEC90 /* GTRepository+Pull.m */; };
363-
F8D007A81B4FA045009A8DAF /* fixtures.zip in Resources */ = {isa = PBXBuildFile; fileRef = D09C2E50175602A500065E36 /* fixtures.zip */; };
364364
F8E4A2911A170CA6006485A8 /* GTRemotePushSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E4A2901A170CA6006485A8 /* GTRemotePushSpec.m */; };
365365
F8EFA0371B405020000FF7D0 /* GTRepository+PullSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = F8EFA0361B405020000FF7D0 /* GTRepository+PullSpec.m */; };
366366
F8EFA03A1B4059ED000FF7D0 /* GTUtilityFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F8EFA0391B4059ED000FF7D0 /* GTUtilityFunctions.m */; };
@@ -628,14 +628,14 @@
628628
F879D82F1B4B77F4002D5C07 /* Libgit2FeaturesSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Libgit2FeaturesSpec.m; sourceTree = "<group>"; };
629629
F879D8361B4B7F7C002D5C07 /* ObjectiveGit-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ObjectiveGit-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
630630
F879D8461B4B8138002D5C07 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = "Carthage/Checkouts/Nimble/build/Debug-iphoneos/Nimble.framework"; sourceTree = "<group>"; };
631-
F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Pull.h"; sourceTree = "<group>"; };
632631
F8D007801B4F9758009A8DAF /* SSZipArchive.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = Carthage/Checkouts/ZipArchive/SSZipArchive/SSZipArchive.m; sourceTree = "<group>"; };
633632
F8D007821B4F97F9009A8DAF /* ioapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = Carthage/Checkouts/ZipArchive/SSZipArchive/minizip/ioapi.c; sourceTree = "<group>"; };
634633
F8D007831B4F97F9009A8DAF /* mztools.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = Carthage/Checkouts/ZipArchive/SSZipArchive/minizip/mztools.c; sourceTree = "<group>"; };
635-
F8D1BDED1B31FE7C00CDEC90 /* GTRepository+Pull.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Pull.m"; sourceTree = "<group>"; };
636634
F8D007841B4F97F9009A8DAF /* unzip.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = Carthage/Checkouts/ZipArchive/SSZipArchive/minizip/unzip.c; sourceTree = "<group>"; };
637635
F8D007851B4F97F9009A8DAF /* zip.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = zip.c; path = Carthage/Checkouts/ZipArchive/SSZipArchive/minizip/zip.c; sourceTree = "<group>"; };
638636
F8D0078A1B4F9F9E009A8DAF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; };
637+
F8D1BDEC1B31FE7C00CDEC90 /* GTRepository+Pull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Pull.h"; sourceTree = "<group>"; };
638+
F8D1BDED1B31FE7C00CDEC90 /* GTRepository+Pull.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Pull.m"; sourceTree = "<group>"; };
639639
F8E4A2901A170CA6006485A8 /* GTRemotePushSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemotePushSpec.m; sourceTree = "<group>"; };
640640
F8EFA0361B405020000FF7D0 /* GTRepository+PullSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+PullSpec.m"; sourceTree = "<group>"; };
641641
F8EFA0381B4059ED000FF7D0 /* GTUtilityFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTUtilityFunctions.h; sourceTree = "<group>"; };
@@ -798,7 +798,6 @@
798798
88A994B916FCE7D400402C7B /* GTBranchSpec.m */,
799799
88F05AA416011FFD00B7AD1D /* GTCommitSpec.m */,
800800
88C0BC5817038CF3009E99AA /* GTConfigurationSpec.m */,
801-
8870390A1975E3F2004118D7 /* GTDiffDeltaSpec.m */,
802801
30865A90167F503400B1AB6E /* GTDiffSpec.m */,
803802
D06D9E001755D10000558C17 /* GTEnumeratorSpec.m */,
804803
D0751CD818BE520400134314 /* GTFilterListSpec.m */,
@@ -1257,7 +1256,7 @@
12571256
attributes = {
12581257
LastSwiftUpdateCheck = 0700;
12591258
LastTestingUpgradeCheck = 0510;
1260-
LastUpgradeCheck = 0630;
1259+
LastUpgradeCheck = 0700;
12611260
ORGANIZATIONNAME = "GitHub, Inc";
12621261
TargetAttributes = {
12631262
D01B6ED219F82E2000D411BC = {
@@ -1660,6 +1659,7 @@
16601659
"-lssl",
16611660
"-lcurl",
16621661
);
1662+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
16631663
PRODUCT_NAME = ObjectiveGit;
16641664
WRAPPER_EXTENSION = framework;
16651665
};
@@ -1684,6 +1684,7 @@
16841684
"-lssl",
16851685
"-lcurl",
16861686
);
1687+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
16871688
PRODUCT_NAME = ObjectiveGit;
16881689
WRAPPER_EXTENSION = framework;
16891690
};
@@ -1694,6 +1695,7 @@
16941695
baseConfigurationReference = D0A463D817E57C45000F5021 /* Debug.xcconfig */;
16951696
buildSettings = {
16961697
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
1698+
ENABLE_TESTABILITY = YES;
16971699
GCC_NO_COMMON_BLOCKS = YES;
16981700
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
16991701
HEADER_SEARCH_PATHS = (
@@ -1806,6 +1808,7 @@
18061808
);
18071809
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
18081810
MACOSX_DEPLOYMENT_TARGET = 10.9;
1811+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
18091812
PRODUCT_NAME = "$(TARGET_NAME)";
18101813
};
18111814
name = Debug;
@@ -1820,6 +1823,7 @@
18201823
);
18211824
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
18221825
MACOSX_DEPLOYMENT_TARGET = 10.9;
1826+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
18231827
PRODUCT_NAME = "$(TARGET_NAME)";
18241828
};
18251829
name = Release;
@@ -1872,6 +1876,7 @@
18721876
"-lssl",
18731877
"-lcurl",
18741878
);
1879+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
18751880
PRODUCT_NAME = ObjectiveGit;
18761881
WRAPPER_EXTENSION = framework;
18771882
};
@@ -1887,6 +1892,7 @@
18871892
);
18881893
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
18891894
MACOSX_DEPLOYMENT_TARGET = 10.9;
1895+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
18901896
PRODUCT_NAME = "$(TARGET_NAME)";
18911897
};
18921898
name = Test;
@@ -1917,6 +1923,7 @@
19171923
"-lgit2-ios",
19181924
"-all_load",
19191925
);
1926+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
19201927
PRODUCT_NAME = ObjectiveGit;
19211928
VERSIONING_SYSTEM = "apple-generic";
19221929
VERSION_INFO_PREFIX = "";
@@ -1981,6 +1988,7 @@
19811988
"-lgit2-ios",
19821989
"-all_load",
19831990
);
1991+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
19841992
PRODUCT_NAME = ObjectiveGit;
19851993
VERSIONING_SYSTEM = "apple-generic";
19861994
VERSION_INFO_PREFIX = "";
@@ -2013,6 +2021,7 @@
20132021
"-lgit2-ios",
20142022
"-all_load",
20152023
);
2024+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
20162025
PRODUCT_NAME = ObjectiveGit;
20172026
VERSIONING_SYSTEM = "apple-generic";
20182027
VERSION_INFO_PREFIX = "";
@@ -2045,6 +2054,7 @@
20452054
"-lgit2-ios",
20462055
"-all_load",
20472056
);
2057+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
20482058
PRODUCT_NAME = ObjectiveGit;
20492059
VERSIONING_SYSTEM = "apple-generic";
20502060
VERSION_INFO_PREFIX = "";
@@ -2099,6 +2109,7 @@
20992109
"-lssl",
21002110
"-lcurl",
21012111
);
2112+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
21022113
PRODUCT_NAME = ObjectiveGit;
21032114
WRAPPER_EXTENSION = framework;
21042115
};
@@ -2114,6 +2125,7 @@
21142125
);
21152126
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
21162127
MACOSX_DEPLOYMENT_TARGET = 10.9;
2128+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
21172129
PRODUCT_NAME = "$(TARGET_NAME)";
21182130
};
21192131
name = Profile;
@@ -2220,6 +2232,7 @@
22202232
External,
22212233
);
22222234
MTL_ENABLE_DEBUG_INFO = YES;
2235+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
22232236
PRODUCT_NAME = "$(TARGET_NAME)";
22242237
SDKROOT = iphoneos;
22252238
};
@@ -2271,6 +2284,7 @@
22712284
External,
22722285
);
22732286
MTL_ENABLE_DEBUG_INFO = NO;
2287+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
22742288
PRODUCT_NAME = "$(TARGET_NAME)";
22752289
SDKROOT = iphoneos;
22762290
VALIDATE_PRODUCT = YES;
@@ -2323,6 +2337,7 @@
23232337
External,
23242338
);
23252339
MTL_ENABLE_DEBUG_INFO = NO;
2340+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
23262341
PRODUCT_NAME = "$(TARGET_NAME)";
23272342
SDKROOT = iphoneos;
23282343
VALIDATE_PRODUCT = YES;
@@ -2375,6 +2390,7 @@
23752390
External,
23762391
);
23772392
MTL_ENABLE_DEBUG_INFO = NO;
2393+
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
23782394
PRODUCT_NAME = "$(TARGET_NAME)";
23792395
SDKROOT = iphoneos;
23802396
VALIDATE_PRODUCT = YES;

ObjectiveGitFramework.xcodeproj/xcshareddata/xcschemes/ObjectiveGit Mac.xcscheme

Lines changed: 8 additions & 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 = "0630"
3+
LastUpgradeVersion = "0700"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,16 +62,19 @@
6262
ReferencedContainer = "container:ObjectiveGitFramework.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Debug"
6770
selectedDebuggerIdentifier = ""
6871
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Debug"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
7476
debugXPCServices = "NO"
77+
debugServiceExtension = "internal"
7578
allowLocationSimulation = "YES">
7679
<MacroExpansion>
7780
<BuildableReference
@@ -86,10 +89,10 @@
8689
</AdditionalOptions>
8790
</LaunchAction>
8891
<ProfileAction
92+
buildConfiguration = "Profile"
8993
shouldUseLaunchSchemeArgsEnv = "YES"
9094
savedToolIdentifier = ""
9195
useCustomWorkingDirectory = "NO"
92-
buildConfiguration = "Profile"
9396
debugDocumentVersioning = "YES">
9497
<MacroExpansion>
9598
<BuildableReference

0 commit comments

Comments
 (0)