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

Enable bitcode + chroma threshold #78

Merged
merged 2 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
enable bitcode and remove release_tests from Podfile (source only)
  • Loading branch information
ramicaza committed Jan 11, 2022
commit 6fce480de4a115323dacc5c29be825f451ee9631
4 changes: 0 additions & 4 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ target 'ViroReact' do
common_pods
end


target 'ViroReact_release_tests' do
common_pods
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,6 @@ SPEC CHECKSUMS:
ReactCommon: eafed38eec7b591c31751bfa7494801618460459
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4

PODFILE CHECKSUM: c5031396e33037beb74c6a7fa446f6fef291ccfc
PODFILE CHECKSUM: 2f072e2fed9f1809f46efe7a9b03908f8a9c7d30

COCOAPODS: 1.11.2
18 changes: 1 addition & 17 deletions ios/ViroReact.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,6 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
131E1ED120B89C190075D8E0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8BDD9D9E1E09F39B00A42870 /* Pods.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 080D7323FFBA699FD466424B6566634E;
remoteInfo = "Pods-ViroReact_release_tests";
};
4130E56C276D9EF2001A9615 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8BDD9D9E1E09F39B00A42870 /* Pods.xcodeproj */;
Expand Down Expand Up @@ -860,7 +853,6 @@
4130E571276D9EF2001A9615 /* fmt */,
4130E573276D9EF2001A9615 /* glog */,
8BDD9DA31E09F39B00A42870 /* Pods-ViroReact */,
131E1ED220B89C190075D8E0 /* Pods-ViroReact_release_tests */,
4130E575276D9EF2001A9615 /* RCT-Folly */,
4130E577276D9EF2001A9615 /* RCTTypeSafety */,
4130E579276D9EF2001A9615 /* React-Core */,
Expand Down Expand Up @@ -1218,14 +1210,6 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
131E1ED220B89C190075D8E0 /* Pods-ViroReact_release_tests */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
name = "Pods-ViroReact_release_tests";
path = "libPods-ViroReact_release_tests.a";
remoteRef = 131E1ED120B89C190075D8E0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
4130E56D276D9EF2001A9615 /* DoubleConversion */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down Expand Up @@ -1725,7 +1709,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 8EB99B003C13099B09EC75DC /* Pods-ViroReact.release.xcconfig */;
buildSettings = {
ENABLE_BITCODE = NO;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/dist/ViroRenderer",
Expand Down