Skip to content

Commit 95549ab

Browse files
authored
Merge pull request #37 from gitx/arm64Jono
Arm64 (VALID_ARCHS)
2 parents eec4f92 + 7aeb5dd commit 95549ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: pre build
2222
run: script/bootstrap && script/update_libgit2
2323
- name: Test and archive project
24-
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64 arm64"
24+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,6 +1703,7 @@
17031703
);
17041704
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
17051705
PRODUCT_NAME = ObjectiveGit;
1706+
VALID_ARCHS = "x86_64 arm64";
17061707
WRAPPER_EXTENSION = framework;
17071708
};
17081709
name = Debug;
@@ -1733,6 +1734,7 @@
17331734
);
17341735
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
17351736
PRODUCT_NAME = ObjectiveGit;
1737+
VALID_ARCHS = "x86_64 arm64";
17361738
WRAPPER_EXTENSION = framework;
17371739
};
17381740
name = Release;
@@ -1977,6 +1979,7 @@
19771979
);
19781980
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
19791981
PRODUCT_NAME = ObjectiveGit;
1982+
VALID_ARCHS = "x86_64 arm64";
19801983
WRAPPER_EXTENSION = framework;
19811984
};
19821985
name = Test;
@@ -2199,6 +2202,7 @@
21992202
);
22002203
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
22012204
PRODUCT_NAME = ObjectiveGit;
2205+
VALID_ARCHS = "x86_64 arm64";
22022206
WRAPPER_EXTENSION = framework;
22032207
};
22042208
name = Profile;

0 commit comments

Comments
 (0)