Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libgit2 to 0.27 #645

Merged
merged 10 commits into from
Jun 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion External/libcrypto.a

This file was deleted.

2 changes: 1 addition & 1 deletion External/libgit2
Submodule libgit2 updated 112 files
1 change: 0 additions & 1 deletion External/libssl.a

This file was deleted.

2 changes: 2 additions & 0 deletions ObjectiveGit.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ framework module ObjectiveGit {
header "git2/sys/hashsig.h"
header "git2/sys/index.h"
header "git2/sys/mempack.h"
header "git2/sys/merge.h"
header "git2/sys/odb_backend.h"
header "git2/sys/refdb_backend.h"
header "git2/sys/reflog.h"
header "git2/sys/refs.h"
header "git2/sys/repository.h"
header "git2/sys/transport.h"
header "git2/sys/time.h"
header "git2/cred_helpers.h"
header "git2/sys/openssl.h"
header "git2/sys/stream.h"
Expand Down
116 changes: 56 additions & 60 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@
4D1C40D8182C006D00BE2960 /* GTBlobSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1C40D7182C006D00BE2960 /* GTBlobSpec.m */; };
4D79C0EE17DF9F4D00997DE4 /* GTCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */; settings = {ATTRIBUTES = (Public, ); }; };
4D79C0EF17DF9F4D00997DE4 /* GTCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */; };
4D9BCD24206D84AD003CD3CE /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9BCD23206D84AD003CD3CE /* libgit2.a */; };
4D9BCD25206D84B2003CD3CE /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9BCD23206D84AD003CD3CE /* libgit2.a */; };
4DBA4A3217DA73CE006CD5F5 /* GTRemoteSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */; };
4DC55AE51AD859AD0032563C /* GTCheckoutOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
4DC55AE61AD859AD0032563C /* GTCheckoutOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
4DC55AE71AD859AD0032563C /* GTCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */; };
4DC55AE81AD859AD0032563C /* GTCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */; };
4DFA918F207D0B87003CD3CE /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8D63865207ACCAA00D1FD32 /* Nimble.framework */; };
4DFFB15B183AA8D600D1565E /* GTRepository+RemoteOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFFB159183AA8D600D1565E /* GTRepository+RemoteOperations.h */; settings = {ATTRIBUTES = (Public, ); }; };
4DFFB15C183AA8D600D1565E /* GTRepository+RemoteOperations.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DFFB15A183AA8D600D1565E /* GTRepository+RemoteOperations.m */; };
55C8055013861FE7004DCB0F /* GTObjectDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C8054D13861F34004DCB0F /* GTObjectDatabase.m */; };
Expand Down Expand Up @@ -297,7 +300,7 @@
D040AF78177B9A9E001AD9EB /* GTSignatureSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D040AF77177B9A9E001AD9EB /* GTSignatureSpec.m */; };
D05FC5E219FAD039008C9348 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1F2FD317C6A8F3003DFADE /* libcrypto.a */; };
D05FC5E319FAD03C008C9348 /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1F2FD417C6A8F3003DFADE /* libssl.a */; };
D05FC5E419FAD040008C9348 /* libssh2-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A502B8617D6892D00BAF4A5 /* libssh2-ios.a */; };
D05FC5E419FAD040008C9348 /* libssh2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A502B8617D6892D00BAF4A5 /* libssh2.a */; };
D06D9E011755D10000558C17 /* GTEnumeratorSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D06D9E001755D10000558C17 /* GTEnumeratorSpec.m */; };
D0751CD918BE520400134314 /* GTFilterListSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D0751CD818BE520400134314 /* GTFilterListSpec.m */; };
D09C2E361755F16200065E36 /* GTSubmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = D09C2E341755F16200065E36 /* GTSubmodule.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -490,6 +493,7 @@
4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCredential.h; sourceTree = "<group>"; };
4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCredential.m; sourceTree = "<group>"; };
4D79C0F617DFAA7100997DE4 /* GTCredential+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTCredential+Private.h"; sourceTree = "<group>"; };
4D9BCD23206D84AD003CD3CE /* libgit2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgit2.a; path = External/build/lib/libgit2.a; sourceTree = "<group>"; };
4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemoteSpec.m; sourceTree = "<group>"; };
4DC55AE31AD859AD0032563C /* GTCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCheckoutOptions.h; sourceTree = "<group>"; };
4DC55AE41AD859AD0032563C /* GTCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCheckoutOptions.m; sourceTree = "<group>"; };
Expand All @@ -503,9 +507,9 @@
5BE612861745EE3300266D8C /* GTTreeBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTTreeBuilder.h; sourceTree = "<group>"; };
5BE612871745EE3300266D8C /* GTTreeBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTreeBuilder.m; sourceTree = "<group>"; };
5BE612921745EEBC00266D8C /* GTTreeBuilderSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTreeBuilderSpec.m; sourceTree = "<group>"; };
6A1F2FD317C6A8F3003DFADE /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = "External/ios-openssl/lib/libcrypto.a"; sourceTree = "<group>"; };
6A1F2FD417C6A8F3003DFADE /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = "External/ios-openssl/lib/libssl.a"; sourceTree = "<group>"; };
6A502B8617D6892D00BAF4A5 /* libssh2-ios.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libssh2-ios.a"; path = "External/libssh2-ios/lib/libssh2-ios.a"; sourceTree = "<group>"; };
6A1F2FD317C6A8F3003DFADE /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = External/build/lib/libcrypto.a; sourceTree = "<group>"; };
6A1F2FD417C6A8F3003DFADE /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = External/build/lib/libssl.a; sourceTree = "<group>"; };
6A502B8617D6892D00BAF4A5 /* libssh2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssh2.a; path = External/build/lib/libssh2.a; sourceTree = "<group>"; };
6EEB519F199D62B9001D72C0 /* GTFetchHeadEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTFetchHeadEntry.h; sourceTree = "<group>"; };
6EEB51A0199D62B9001D72C0 /* GTFetchHeadEntry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTFetchHeadEntry.m; sourceTree = "<group>"; };
79262F0E13C697BE00A4B1EA /* git2 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = git2; path = External/libgit2/include/git2; sourceTree = "<group>"; };
Expand Down Expand Up @@ -682,6 +686,7 @@
files = (
F8D6385D207AC75100D1FD32 /* libz.tbd in Frameworks */,
F8D6385C207AC74A00D1FD32 /* libiconv.tbd in Frameworks */,
4D9BCD24206D84AD003CD3CE /* libgit2.a in Frameworks */,
8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -694,7 +699,8 @@
F8D6385F207ACAE600D1FD32 /* libz.tbd in Frameworks */,
D05FC5E319FAD03C008C9348 /* libssl.a in Frameworks */,
D05FC5E219FAD039008C9348 /* libcrypto.a in Frameworks */,
D05FC5E419FAD040008C9348 /* libssh2-ios.a in Frameworks */,
D05FC5E419FAD040008C9348 /* libssh2.a in Frameworks */,
4D9BCD25206D84B2003CD3CE /* libgit2.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -705,6 +711,7 @@
F84277BE207B104A008AB8E8 /* XCTest.framework in Frameworks */,
F8D63868207ACCEE00D1FD32 /* Quick.framework in Frameworks */,
F879D83C1B4B7F7D002D5C07 /* ObjectiveGit.framework in Frameworks */,
4DFA918F207D0B87003CD3CE /* Nimble.framework in Frameworks */,
F8D6386A207ACDDD00D1FD32 /* ZipArchive.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -744,16 +751,17 @@
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
isa = PBXGroup;
children = (
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
306123A817EA5261006591D4 /* extobjc */,
889923F919FF5DD40092A9A6 /* git2 */,
6A1F2FD317C6A8F3003DFADE /* libcrypto.a */,
F8D63860207ACAF600D1FD32 /* libiconv.tbd */,
F8D6385B207AC74A00D1FD32 /* libiconv.tbd */,
6A502B8617D6892D00BAF4A5 /* libssh2-ios.a */,
6A1F2FD417C6A8F3003DFADE /* libssl.a */,
23BB67BB1C7DF45300A37A66 /* libz.tbd */,
F8D6385E207ACAE600D1FD32 /* libz.tbd */,
6A1F2FD417C6A8F3003DFADE /* libssl.a */,
6A502B8617D6892D00BAF4A5 /* libssh2.a */,
4D9BCD23206D84AD003CD3CE /* libgit2.a */,
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
D0A0128B19F9853D007F1914 /* Nimble.framework */,
F8D63865207ACCAA00D1FD32 /* Nimble.framework */,
D0A0128819F98475007F1914 /* Quick.framework */,
Expand Down Expand Up @@ -1681,6 +1689,11 @@
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/opt/openssl/lib,
"$(PROJECT_DIR)/External/build/lib",
);
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2",
Expand All @@ -1705,6 +1718,11 @@
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/opt/openssl/lib,
"$(PROJECT_DIR)/External/build/lib",
);
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2",
Expand Down Expand Up @@ -1752,7 +1770,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1790,7 +1808,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1923,7 +1941,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand All @@ -1940,6 +1958,11 @@
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/opt/openssl/lib,
"$(PROJECT_DIR)/External/build/lib",
);
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2",
Expand Down Expand Up @@ -1988,22 +2011,15 @@
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"External/libssh2-ios/include/libssh2",
External/libgit2/include,
External/build/include,
);
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"External/libgit2-ios",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/External/build/lib";
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2-ios",
"-all_load",
);
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = ObjectiveGit;
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/External/libgit2/include";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -2052,22 +2068,15 @@
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"External/libssh2-ios/include/libssh2",
External/libgit2/include,
External/build/include,
);
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"External/libgit2-ios",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/External/build/lib";
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2-ios",
"-all_load",
);
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = ObjectiveGit;
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/External/libgit2/include";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -2084,22 +2093,15 @@
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"External/libssh2-ios/include/libssh2",
External/libgit2/include,
External/build/include,
);
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"External/libgit2-ios",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/External/build/lib";
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2-ios",
"-all_load",
);
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = ObjectiveGit;
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/External/libgit2/include";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -2116,22 +2118,15 @@
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"External/libssh2-ios/include/libssh2",
External/libgit2/include,
External/build/include,
);
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
"External/libgit2-ios",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/External/build/lib";
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2-ios",
"-all_load",
);
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = ObjectiveGit;
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/External/libgit2/include";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -2166,7 +2161,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand All @@ -2183,6 +2178,11 @@
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/opt/openssl/lib,
"$(PROJECT_DIR)/External/build/lib",
);
MODULEMAP_FILE = ObjectiveGit.modulemap;
OTHER_LDFLAGS = (
"-lgit2",
Expand Down Expand Up @@ -2317,7 +2317,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand Down Expand Up @@ -2362,7 +2361,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
VALIDATE_PRODUCT = YES;
};
name = Test;
Expand Down Expand Up @@ -2409,7 +2407,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down Expand Up @@ -2455,7 +2452,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
VALIDATE_PRODUCT = YES;
};
name = Profile;
Expand Down
9 changes: 8 additions & 1 deletion ObjectiveGitTests/Libgit2FeaturesSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@
expect(@(git_features & GIT_FEATURE_HTTPS)).to(beTruthy());
});

xit(@"should be built with SSH enabled", ^{
it(@"should be built with SSH enabled", ^{
expect(@(git_features & GIT_FEATURE_SSH)).to(beTruthy());
});

it(@"should have ssh memory credentials", ^{
NSError *error;
GTCredential *cred = [GTCredential credentialWithUserName:@"null" publicKeyString:@"pub" privateKeyString:@"priv" passphrase:@"pass" error:&error];

expect(cred).notTo(beNil());
expect(error).to(beNil());
});
});

QuickSpecEnd
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export SCRIPT_DIR=$(dirname "$0")
export SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)

##
## Configuration Variables
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
##

set -o pipefail
SCRIPT_DIR=$(dirname "$0")
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
XCWORKSPACE="ObjectiveGitFramework.xcworkspace"
XCODE_OPTIONS=$(RUN_CLANG_STATIC_ANALYZER=NO ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO)

Expand Down
Loading