File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 21
21
- name : pre build
22
22
run : script/bootstrap && script/update_libgit2
23
23
- 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"
Original file line number Diff line number Diff line change 1703
1703
);
1704
1704
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1705
1705
PRODUCT_NAME = ObjectiveGit;
1706
+ VALID_ARCHS = "x86_64 arm64";
1706
1707
WRAPPER_EXTENSION = framework;
1707
1708
};
1708
1709
name = Debug;
1733
1734
);
1734
1735
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1735
1736
PRODUCT_NAME = ObjectiveGit;
1737
+ VALID_ARCHS = "x86_64 arm64";
1736
1738
WRAPPER_EXTENSION = framework;
1737
1739
};
1738
1740
name = Release;
1977
1979
);
1978
1980
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1979
1981
PRODUCT_NAME = ObjectiveGit;
1982
+ VALID_ARCHS = "x86_64 arm64";
1980
1983
WRAPPER_EXTENSION = framework;
1981
1984
};
1982
1985
name = Test;
2199
2202
);
2200
2203
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
2201
2204
PRODUCT_NAME = ObjectiveGit;
2205
+ VALID_ARCHS = "x86_64 arm64";
2202
2206
WRAPPER_EXTENSION = framework;
2203
2207
};
2204
2208
name = Profile;
You can’t perform that action at this time.
0 commit comments