Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 9bb55df

Browse files
committed
Add robrix/Madness and jspahrsummers/xcconfigs
1 parent 3bfa104 commit 9bb55df

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

.gitignore

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,4 @@ DerivedData
1717
*.ipa
1818
*.xcuserstate
1919

20-
# CocoaPods
21-
#
22-
# We recommend against adding the Pods directory to your .gitignore. However
23-
# you should judge for yourself, the pros and cons are mentioned at:
24-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
25-
#
26-
# Pods/
20+
Carthage/

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "Carthage/Checkouts/Madness"]
2+
path = Carthage/Checkouts/Madness
3+
url = https://github.com/robrix/Madness.git
4+
[submodule "Carthage/Checkouts/xcconfigs"]
5+
path = Carthage/Checkouts/xcconfigs
6+
url = https://github.com/jspahrsummers/xcconfigs.git

Cartfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "robrix/Madness" "master"

Cartfile.private

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "jspahrsummers/xcconfigs"

Cartfile.resolved

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "robrix/Madness" "53e28ba08dbf7ba42bdfb53904e9b9a21672db56"
2+
github "jspahrsummers/xcconfigs" "0.7"

Carthage/Checkouts/Madness

Submodule Madness added at 53e28ba

Carthage/Checkouts/xcconfigs

Submodule xcconfigs added at 6c64238

0 commit comments

Comments
 (0)