Skip to content

Commit 5ec9560

Browse files
author
Stephen Cobbe
committed
Added public header file.
1 parent 3d43c92 commit 5ec9560

File tree

404 files changed

+1339
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+1339
-441
lines changed

Examples/DBRoulette_Carthage/DBRoulette_Carthage.xcodeproj/project.pbxproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
F26075B21D7F5ECA00632951 /* Sources */,
9090
F26075B31D7F5ECA00632951 /* Frameworks */,
9191
F26075B41D7F5ECA00632951 /* Resources */,
92+
F27897A21D7F909F00A42C87 /* ShellScript */,
9293
);
9394
buildRules = (
9495
);
@@ -144,6 +145,23 @@
144145
};
145146
/* End PBXResourcesBuildPhase section */
146147

148+
/* Begin PBXShellScriptBuildPhase section */
149+
F27897A21D7F909F00A42C87 /* ShellScript */ = {
150+
isa = PBXShellScriptBuildPhase;
151+
buildActionMask = 2147483647;
152+
files = (
153+
);
154+
inputPaths = (
155+
"$(SRCROOT)/Carthage/Build/iOS/ObjectiveDropboxOfficial.framework",
156+
);
157+
outputPaths = (
158+
);
159+
runOnlyForDeploymentPostprocessing = 0;
160+
shellPath = /bin/sh;
161+
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
162+
};
163+
/* End PBXShellScriptBuildPhase section */
164+
147165
/* Begin PBXSourcesBuildPhase section */
148166
F26075B21D7F5ECA00632951 /* Sources */ = {
149167
isa = PBXSourcesBuildPhase;
@@ -265,6 +283,10 @@
265283
isa = XCBuildConfiguration;
266284
buildSettings = {
267285
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
286+
FRAMEWORK_SEARCH_PATHS = (
287+
"$(inherited)",
288+
"$(PROJECT_DIR)/Carthage/Build/iOS",
289+
);
268290
INFOPLIST_FILE = DBRoulette_Carthage/Info.plist;
269291
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
270292
PRODUCT_BUNDLE_IDENTIFIER = "com.dropbox.DBRoulette-Carthage";
@@ -276,6 +298,10 @@
276298
isa = XCBuildConfiguration;
277299
buildSettings = {
278300
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
301+
FRAMEWORK_SEARCH_PATHS = (
302+
"$(inherited)",
303+
"$(PROJECT_DIR)/Carthage/Build/iOS",
304+
);
279305
INFOPLIST_FILE = DBRoulette_Carthage/Info.plist;
280306
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281307
PRODUCT_BUNDLE_IDENTIFIER = "com.dropbox.DBRoulette-Carthage";
@@ -302,6 +328,7 @@
302328
F26075CF1D7F5ECA00632951 /* Release */,
303329
);
304330
defaultConfigurationIsVisible = 0;
331+
defaultConfigurationName = Release;
305332
};
306333
/* End XCConfigurationList section */
307334
};

Examples/DBRoulette_Carthage/DBRoulette_Carthage/ViewController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#import "ViewController.h"
1010

11+
#import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h>
12+
1113
@interface ViewController ()
1214

1315
@end
@@ -16,6 +18,7 @@ @implementation ViewController
1618

1719
- (void)viewDidLoad {
1820
[super viewDidLoad];
21+
1922
// Do any additional setup after loading the view, typically from a nib.
2023
}
2124

Source/ObjectiveDropboxOfficial.xcodeproj/project.pbxproj

Lines changed: 868 additions & 2 deletions
Large diffs are not rendered by default.

Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ FOUNDATION_EXPORT const unsigned char ObjectiveDropboxOfficialVersionString[];
1616

1717
// In this header, you should import all the public headers of your framework using statements like #import
1818
// <ObjectiveDropboxOfficial/PublicHeader.h>
19+
20+
#import <ObjectiveDropboxOfficial/DropboxSDKImports.h>

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCLaunchEmptyResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCLaunchResultBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCPollArg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCPollEmptyResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCPollError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Async/DBASYNCPollResultBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/// Auto-generated by Stone, do not modify.
55
///
66

7-
#import "DBSerializableProtocol.h"
87
#import <Foundation/Foundation.h>
8+
@protocol DBSerializable;
99

1010
#pragma mark - API Object
1111

0 commit comments

Comments
 (0)