Skip to content

Commit c048806

Browse files
committed
Added dependencies as submodules for non-cocoapods usage.
1 parent a857a17 commit c048806

File tree

9 files changed

+328
-41
lines changed

9 files changed

+328
-41
lines changed

.gitmodules

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[submodule "External/Bolts"]
2+
path = External/Bolts
3+
url = https://github.com/BoltsFramework/Bolts-iOS.git
4+
[submodule "External/Mantle"]
5+
path = External/Mantle
6+
url = https://github.com/Mantle/Mantle.git
7+
[submodule "External/TMCache"]
8+
path = External/TMCache
9+
url = https://github.com/tumblr/TMCache.git
10+
[submodule "External/CSURITemplate"]
11+
path = External/CSURITemplate
12+
url = https://github.com/cogenta/CSURITemplate.git
13+
[submodule "External/XMLDictionary"]
14+
path = External/XMLDictionary
15+
url = https://github.com/nicklockwood/XMLDictionary.git
16+
[submodule "External/UICKeyChainStore"]
17+
path = External/UICKeyChainStore
18+
url = https://github.com/kishikawakatsumi/UICKeyChainStore.git

AWSiOSSDK-Prefix.pch

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
#ifdef __OBJC__
88
#import <Foundation/Foundation.h>
9+
#import <UIKit/UIKit.h>
910
#endif

AWSiOSSDK.xcodeproj/project.pbxproj

+303-41
Large diffs are not rendered by default.

External/Bolts

Submodule Bolts added at 513935f

External/CSURITemplate

Submodule CSURITemplate added at ab141fc

External/Mantle

Submodule Mantle added at 00285df

External/TMCache

Submodule TMCache added at 89c7088

External/UICKeyChainStore

Submodule UICKeyChainStore added at c47e7df

External/XMLDictionary

Submodule XMLDictionary added at ec3f9e4

0 commit comments

Comments
 (0)