Skip to content

Commit f98742b

Browse files
author
Stephen Cobbe
committed
1.0.4 release. Fixed project bug.
1 parent 94ac252 commit f98742b

File tree

8 files changed

+1795
-1797
lines changed

8 files changed

+1795
-1797
lines changed

Examples/DBRoulette/DBRoulette/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
2-
- ObjectiveDropboxOfficial (1.0.0)
2+
- ObjectiveDropboxOfficial (1.0.3)
33

44
DEPENDENCIES:
55
- ObjectiveDropboxOfficial
66

77
SPEC CHECKSUMS:
8-
ObjectiveDropboxOfficial: ba5b6ead3fb2a2d054108fbd7c6173bfd1d4b1f7
8+
ObjectiveDropboxOfficial: 8c5ed2dc067b15d1f07d8ddfd2343ce3a272d0f7
99

1010
PODFILE CHECKSUM: 4d2f0f91f48989221c9f8ec5525875a7a6320274
1111

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use [CocoaPods](http://cocoapods.org), a dependency manager for Cocoa project
3636
$ gem install cocoapods
3737
```
3838

39-
Then navigate to the directory that contains your project and create a new file called **Podfile**. You can do this either with `pod init`, or open an existing Podfile, and then add `pod 'ObjectiveDropboxOfficial'` to the main loop. Your Podfile should look something like this:
39+
Then navigate to the directory that contains your project and create a new file called `Podfile`. You can do this either with `pod init`, or open an existing Podfile, and then add `pod 'ObjectiveDropboxOfficial'` to the main loop. Your Podfile should look something like this:
4040

4141
```ruby
4242
target '<YOUR_PROJECT_NAME>' do
@@ -69,7 +69,7 @@ brew install carthage
6969

7070
```
7171
# ObjectiveDropboxOfficial
72-
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 1.0.2
72+
github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 1.0.4
7373
```
7474

7575
Then, run the following command to install the dependency to checkout and build the Dropbox Objective-C SDK repository:
@@ -99,7 +99,7 @@ $(SRCROOT)/Carthage/Build/iOS/ObjectiveDropboxOfficial.framework
9999
carthage update --platform Mac
100100
```
101101

102-
In the Project Navigator in Xcode, select your project, and then navigate to **General** > **Embedded Binaries**, then drag and drop `ObjectiveDropboxOfficial.framework` (from `Carthage/Build/iOS`).
102+
In the Project Navigator in Xcode, select your project, and then navigate to **General** > **Embedded Binaries**, then drag and drop `ObjectiveDropboxOfficial.framework` (from `Carthage/Build/Mac`).
103103

104104
Then navigate to **Build Phases** > **+** > **New Copy Files Phase**. In the newly-created **Copy Files** section, click the **Destination** drop-down menu and select **Products Directory**, then drag and drop `ObjectiveDropboxOfficial.framework.dSYM` (from `Carthage/Build/Mac`).
105105

Source/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj

Lines changed: 1765 additions & 1766 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "F27DE9E11D7FF909003B1CEE"
18-
BuildableName = "ObjectiveDropboxOfficial_OSX.framework"
19-
BlueprintName = "ObjectiveDropboxOfficial_OSX"
18+
BuildableName = "ObjectiveDropboxOfficial_macOS.framework"
19+
BlueprintName = "ObjectiveDropboxOfficial_macOS"
2020
ReferencedContainer = "container:ObjectiveDropboxOfficial.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -46,8 +46,8 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "F27DE9E11D7FF909003B1CEE"
49-
BuildableName = "ObjectiveDropboxOfficial_OSX.framework"
50-
BlueprintName = "ObjectiveDropboxOfficial_OSX"
49+
BuildableName = "ObjectiveDropboxOfficial_macOS.framework"
50+
BlueprintName = "ObjectiveDropboxOfficial_macOS"
5151
ReferencedContainer = "container:ObjectiveDropboxOfficial.xcodeproj">
5252
</BuildableReference>
5353
</MacroExpansion>
@@ -64,8 +64,8 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "F27DE9E11D7FF909003B1CEE"
67-
BuildableName = "ObjectiveDropboxOfficial_OSX.framework"
68-
BlueprintName = "ObjectiveDropboxOfficial_OSX"
67+
BuildableName = "ObjectiveDropboxOfficial_macOS.framework"
68+
BlueprintName = "ObjectiveDropboxOfficial_macOS"
6969
ReferencedContainer = "container:ObjectiveDropboxOfficial.xcodeproj">
7070
</BuildableReference>
7171
</MacroExpansion>

Source/ObjectiveDropboxOfficial_OSX/ObjectiveDropboxOfficial_OSX.h

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// ObjectiveDropboxOfficial_macOS.h
3+
// ObjectiveDropboxOfficial_macOS
4+
//
5+
// Copyright © 2016 Dropbox. All rights reserved.
6+
//
7+
8+
#import <Cocoa/Cocoa.h>
9+
10+
//! Project version number for ObjectiveDropboxOfficial_macOS.
11+
FOUNDATION_EXPORT double ObjectiveDropboxOfficial_macOSVersionNumber;
12+
13+
//! Project version string for ObjectiveDropboxOfficial_macOS.
14+
FOUNDATION_EXPORT const unsigned char ObjectiveDropboxOfficial_macOSVersionString[];
15+
16+
// In this header, you should import all the public headers of your framework using statements like #import <ObjectiveDropboxOfficial_macOS/PublicHeader.h>
17+
18+
#import <ObjectiveDropboxOfficial_macOS/DropboxSDKImports.h>

stone

Submodule stone updated from aa400c5 to a69b888

0 commit comments

Comments
 (0)