Skip to content

Commit

Permalink
1.1.2 release. Changed macOS project deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Oct 9, 2016
1 parent 6dffdb3 commit 4bdd788
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ObjectiveDropboxOfficial.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveDropboxOfficial'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Dropbox Objective C SDK for APIv2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ brew install carthage

```
# ObjectiveDropboxOfficial
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 1.1.1
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 1.1.2
```

Then, run the following command to checkout and build the Dropbox Objective-C SDK repository:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5867,7 +5867,7 @@
INFOPLIST_FILE = ObjectiveDropboxOfficial_macOS/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.dropbox.ObjectiveDropboxOfficial;
PRODUCT_NAME = ObjectiveDropboxOfficial;
SDKROOT = macosx;
Expand All @@ -5888,7 +5888,7 @@
INFOPLIST_FILE = ObjectiveDropboxOfficial_macOS/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.dropbox.ObjectiveDropboxOfficial;
PRODUCT_NAME = ObjectiveDropboxOfficial;
SDKROOT = macosx;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "DBTasks.h"
#import "DBTransportClient.h"

static NSString const *const kVersion = @"1.1.1";
static NSString const *const kVersion = @"1.1.2";
static NSString const *const kDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2";
static NSString const *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";

Expand Down

0 comments on commit 4bdd788

Please sign in to comment.