forked from facebook/componentkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from CocoaPods to Carthage for development
and add Carthage support
- Loading branch information
Conrad Kramer
committed
Apr 19, 2016
1 parent
c813e5d
commit 1a2e923
Showing
24 changed files
with
1,857 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
Pods | ||
Example/WildeGuess/Pod | ||
*xcuserdata | ||
*.xcworkspace | ||
appledoc | ||
*.gcov | ||
.DS_Store | ||
ObjectiveC.gc* | ||
Carthage/Build | ||
ObjectiveC.gc* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "Carthage/Checkouts/ocmock"] | ||
path = Carthage/Checkouts/ocmock | ||
url = https://github.com/erikdoe/ocmock.git | ||
[submodule "Carthage/Checkouts/xcconfigs"] | ||
path = Carthage/Checkouts/xcconfigs | ||
url = https://github.com/jspahrsummers/xcconfigs.git | ||
[submodule "Carthage/Checkouts/ios-snapshot-test-case"] | ||
path = Carthage/Checkouts/ios-snapshot-test-case | ||
url = https://github.com/facebook/ios-snapshot-test-case.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
github "erikdoe/ocmock" ~> 3.3 | ||
github "facebook/ios-snapshot-test-case" ~> 2.1 | ||
github "jspahrsummers/xcconfigs" ~> 0.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
github "facebook/ios-snapshot-test-case" "2.1.0" | ||
github "erikdoe/ocmock" "v3.3" | ||
github "jspahrsummers/xcconfigs" "0.9" |
Submodule ios-snapshot-test-case
added at
8e2aca
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// Copyright (c) 2014-present, Facebook, Inc. | ||
// All rights reserved. | ||
// | ||
// This source code is licensed under the BSD-style license found in the | ||
// LICENSE file in the root directory of this source tree. An additional grant | ||
// of patent rights can be found in the PATENTS file in the same directory. | ||
// | ||
|
||
#include "../Carthage/Checkouts/xcconfigs/iOS/iOS-Framework.xcconfig" | ||
|
||
PRODUCT_NAME = ComponentKit | ||
INFOPLIST_FILE = ComponentKit/Info.plist | ||
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.ComponentKit | ||
ALWAYS_SEARCH_USER_PATHS = NO | ||
CLANG_ENABLE_OBJC_ARC = YES | ||
CLANG_ENABLE_MODULES = YES | ||
|
||
ONLY_ACTIVE_ARCH[config=Debug] = YES | ||
GCC_OPTIMIZATION_LEVEL[config=Debug] = 0 | ||
COPY_PHASE_STRIP[config=Debug] = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>NSPrincipalClass</key> | ||
<string></string> | ||
</dict> | ||
</plist> |
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
ComponentSnapshotTestCase/ComponentSnapshotTestCase.podspec
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.