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
Email Patches
Plain Diff
Browse Files
Authored by
DreamPiggy
7 years ago
Commit
a33d8dd7e03ffce69d73c21ec816e4ec538f8fd3
1 parent
266b9be6
Update macOS Demo deployment target to 10.10 to support build on Xcode 9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Examples/SDWebImage Demo.xcodeproj/project.pbxproj
Examples/SDWebImage Demo.xcodeproj/project.pbxproj
View file @
a33d8dd
...
...
@@ -887,7 +887,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "SDWebImage OSX Demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.
8
;
MACOSX_DEPLOYMENT_TARGET = 10.
10
;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.SDWebImage-OSX-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
...
...
@@ -927,7 +927,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "SDWebImage OSX Demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.
8
;
MACOSX_DEPLOYMENT_TARGET = 10.
10
;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.SDWebImage-OSX-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
...
...
Please
register
or
login
to post a comment