Skip to content

Commit

Permalink
3.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiming Yuan committed Mar 30, 2018
1 parent 0ffad48 commit ef0c38f
Show file tree
Hide file tree
Showing 434 changed files with 98,538 additions and 38,523 deletions.
698 changes: 634 additions & 64 deletions .jazzy.json

Large diffs are not rendered by default.

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 = '3.7.0'
s.version = '3.8.0'
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 @@ -167,7 +167,7 @@ brew install carthage

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

Then, run the following command to checkout and build the Dropbox Objective-C SDK repository:
Expand Down
14,396 changes: 8,053 additions & 6,343 deletions Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.7.0</string>
<string>3.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.7.0</string>
<string>3.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,24 @@ NS_ASSUME_NONNULL_BEGIN

#pragma mark - Instance fields

/// The namespace id for user's root namespace. It will be the namespace id of
/// the shared team root if the user is member of a CDM team. Otherwise it will
/// be same as `homeNamespaceId` in `DBCOMMONRootInfo`.
/// The namespace ID for user's root namespace. It will be the namespace ID of
/// the shared team root if the user is member of a team with a separate team
/// root. Otherwise it will be same as `homeNamespaceId` in `DBCOMMONRootInfo`.
@property (nonatomic, readonly, copy) NSString *rootNamespaceId;

/// The namespace id for user's home namespace.
/// The namespace ID for user's home namespace.
@property (nonatomic, readonly, copy) NSString *homeNamespaceId;

#pragma mark - Constructors

///
/// Full constructor for the struct (exposes all instance variables).
///
/// @param rootNamespaceId The namespace id for user's root namespace. It will
/// be the namespace id of the shared team root if the user is member of a CDM
/// team. Otherwise it will be same as `homeNamespaceId` in `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace id for user's home namespace.
/// @param rootNamespaceId The namespace ID for user's root namespace. It will
/// be the namespace ID of the shared team root if the user is member of a team
/// with a separate team root. Otherwise it will be same as `homeNamespaceId` in
/// `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace ID for user's home namespace.
///
/// @return An initialized instance.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
///
/// The `TeamRootInfo` struct.
///
/// Root info when user is member of a CDM team.
/// Root info when user is member of a team with a separate root namespace ID.
///
/// This class implements the `DBSerializable` protocol (serialize and
/// deserialize instance methods), which is required for all Obj-C SDK API route
Expand All @@ -36,10 +36,11 @@ NS_ASSUME_NONNULL_BEGIN
///
/// Full constructor for the struct (exposes all instance variables).
///
/// @param rootNamespaceId The namespace id for user's root namespace. It will
/// be the namespace id of the shared team root if the user is member of a CDM
/// team. Otherwise it will be same as `homeNamespaceId` in `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace id for user's home namespace.
/// @param rootNamespaceId The namespace ID for user's root namespace. It will
/// be the namespace ID of the shared team root if the user is member of a team
/// with a separate team root. Otherwise it will be same as `homeNamespaceId` in
/// `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace ID for user's home namespace.
/// @param homePath The path for user's home directory under the shared team
/// root.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ NS_ASSUME_NONNULL_BEGIN
///
/// The `UserRootInfo` struct.
///
/// Root info when user is not member of a CDM team.
/// Root info when user is not member of a team or the user is a member of a
/// team and the team does not have a separate root namespace.
///
/// This class implements the `DBSerializable` protocol (serialize and
/// deserialize instance methods), which is required for all Obj-C SDK API route
Expand All @@ -33,10 +34,11 @@ NS_ASSUME_NONNULL_BEGIN
///
/// Full constructor for the struct (exposes all instance variables).
///
/// @param rootNamespaceId The namespace id for user's root namespace. It will
/// be the namespace id of the shared team root if the user is member of a CDM
/// team. Otherwise it will be same as `homeNamespaceId` in `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace id for user's home namespace.
/// @param rootNamespaceId The namespace ID for user's root namespace. It will
/// be the namespace ID of the shared team root if the user is member of a team
/// with a separate team root. Otherwise it will be same as `homeNamespaceId` in
/// `DBCOMMONRootInfo`.
/// @param homeNamespaceId The namespace ID for user's home namespace.
///
/// @return An initialized instance.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ NS_ASSUME_NONNULL_BEGIN
/// The deadline for this file request.
@property (nonatomic, readonly) NSDate *deadline;

/// If set, allow uploads after the deadline has passed. These uploads will be
/// marked overdue.
/// If set, allow uploads after the deadline has passed. These uploads will
/// be marked overdue.
@property (nonatomic, readonly, nullable) DBFILEREQUESTSGracePeriod *allowLateUploads;

#pragma mark - Constructors
Expand All @@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN
///
/// @param deadline The deadline for this file request.
/// @param allowLateUploads If set, allow uploads after the deadline has passed.
/// These uploads will be marked overdue.
/// These uploads will be marked overdue.
///
/// @return An initialized instance.
///
Expand Down
Loading

0 comments on commit ef0c38f

Please sign in to comment.