Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit eda412e

Browse files
Update to Xcode 7 and reorganize project structure
1 parent 3022aae commit eda412e

File tree

171 files changed

+1555
-5070
lines changed

Some content is hidden

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

171 files changed

+1555
-5070
lines changed

.gitmodules

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "Vendor/PocketSocket"]
2+
path = Vendor/PocketSocket
3+
url = git://github.com/zwopple/PocketSocket.git
4+
[submodule "Vendor/InflectorKit"]
5+
path = Vendor/InflectorKit
6+
url = git://github.com/mattt/InflectorKit.git
7+
[submodule "Vendor/SimpleKeychain"]
8+
path = Vendor/SimpleKeychain
9+
url = git://github.com/auth0/SimpleKeychain.git
10+
[submodule "Vendor/ocmock"]
11+
path = Vendor/ocmock
12+
url = git://github.com/erikdoe/ocmock.git

Cartfile

-8
This file was deleted.

Cartfile.private

-2
This file was deleted.

Cartfile.resolved

-4
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Headers

-1
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/InflectorKit

-1
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Modules

-1
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Resources

-1
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Versions/A/Headers/InflectorKit.h

-20
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Versions/A/Headers/NSString+InflectorKit.h

-40
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Versions/A/Headers/TTTStringInflector.h

-76
This file was deleted.
Binary file not shown.

Carthage/Build/Mac/InflectorKit.framework/Versions/A/Modules/module.modulemap

-6
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Versions/A/Resources/Info.plist

-45
This file was deleted.

Carthage/Build/Mac/InflectorKit.framework/Versions/Current

-1
This file was deleted.

Carthage/Build/Mac/OCMock.framework/Headers

-1
This file was deleted.

Carthage/Build/Mac/OCMock.framework/OCMock

-1
This file was deleted.

Carthage/Build/Mac/OCMock.framework/Resources

-1
This file was deleted.

Carthage/Build/Mac/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h

-26
This file was deleted.

Carthage/Build/Mac/OCMock.framework/Versions/A/Headers/OCMArg.h

-53
This file was deleted.

Carthage/Build/Mac/OCMock.framework/Versions/A/Headers/OCMConstraint.h

-71
This file was deleted.

0 commit comments

Comments
 (0)