Skip to content

Commit

Permalink
Changed build target to iOS 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Apr 13, 2017
1 parent 978a830 commit b785b9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ObjectiveDropboxOfficial.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.osx.public_header_files = 'Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/**/*.h'
s.ios.public_header_files = 'Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/**/*.h'

s.osx.frameworks = 'AppKit', 'SafariServices', 'SystemConfiguration', 'Foundation'
s.osx.frameworks = 'AppKit', 'SystemConfiguration', 'Foundation'
s.ios.frameworks = 'UIKit', 'SafariServices', 'SystemConfiguration', 'Foundation'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Full documentation [here](http://dropbox.github.io/dropbox-sdk-obj-c/api-docs/la

## System requirements

- iOS 8.0+
- iOS 9.0+
- macOS 10.10+
- Xcode 7.3+

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4382,7 +4382,7 @@
GCC_WARN_SHADOW = YES;
INFOPLIST_FILE = "$(SRCROOT)/Platform/ObjectiveDropboxOfficial_iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dropbox.ObjectiveDropboxOfficial;
PRODUCT_NAME = ObjectiveDropboxOfficial;
Expand All @@ -4408,7 +4408,7 @@
GCC_WARN_SHADOW = YES;
INFOPLIST_FILE = "$(SRCROOT)/Platform/ObjectiveDropboxOfficial_iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dropbox.ObjectiveDropboxOfficial;
PRODUCT_NAME = ObjectiveDropboxOfficial;
Expand Down

0 comments on commit b785b9b

Please sign in to comment.