Skip to content

Commit

Permalink
Disable bitcode for HtmlSnapshotTesting target (#49)
Browse files Browse the repository at this point in the history
Because it's built together with Html target on carthage bootstrap
  • Loading branch information
jessearmand authored and stephencelis committed Mar 23, 2019
1 parent 1ecc4b3 commit cb03c9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Html.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down Expand Up @@ -1047,6 +1048,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down Expand Up @@ -1159,6 +1161,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down Expand Up @@ -1242,6 +1245,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down Expand Up @@ -1389,6 +1393,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down Expand Up @@ -1482,6 +1487,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\".\"",
Expand Down
2 changes: 2 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ targets:
info:
path: Info.plist
platform: [macOS, iOS, tvOS]
settings:
ENABLE_BITCODE: false
scheme:
testTargets: [HtmlSnapshotTestingTests_$platform]
sources: [Sources/HtmlSnapshotTesting]
Expand Down

0 comments on commit cb03c9b

Please sign in to comment.