Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
8 years ago
Commit
64878cb24bf0d3cfd0cbaf30fe0c89d162297bd0
2 parents
17ae7919
f63a2365
Merge pull request #1593 from corydolphin:patch/fix-carthage-tvos
Enables BITCODE for tvOS builds
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
.travis.yml
SDWebImage.xcodeproj/project.pbxproj
.travis.yml
View file @
64878cb
...
...
@@ -19,6 +19,7 @@ before_install:
- xcpretty --version
- xcodebuild -version
- xcodebuild -showsdks
- brew install carthage
script:
- set -o pipefail
...
...
@@ -47,5 +48,7 @@ script:
-
xcodebuild clean -workspace SDWebImage.xcworkspace -scheme 'SDWebImage iOS static' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c
-
xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Debug | xcpretty -c
-
carthage build --no-skip-current
after_success:
- bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
...
...
SDWebImage.xcodeproj/project.pbxproj
View file @
64878cb
...
...
@@ -2717,6 +2717,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
...
...
@@ -2746,6 +2747,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
...
...
Please
register
or
login
to post a comment