Skip to content

Commit

Permalink
Merge pull request #9 from gonzalezreal/carthage
Browse files Browse the repository at this point in the history
Carthage support
  • Loading branch information
gonzalezreal committed Mar 6, 2015
2 parents 1fff1fe + 04b936f commit 08d5d0b
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 295 deletions.
471 changes: 220 additions & 251 deletions Groot.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,12 +14,26 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "99EB2D8519644636008FC282"
BuildableName = "libGroot.a"
BlueprintIdentifier = "B4DC1AEB1AA9CA5E00F67403"
BuildableName = "Groot.framework"
BlueprintName = "Groot"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B4DC1AF61AA9CA5E00F67403"
BuildableName = "GrootTests.xctest"
BlueprintName = "GrootTests"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand All @@ -32,13 +46,22 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "99EB2D9519644636008FC282"
BlueprintIdentifier = "B4DC1AF61AA9CA5E00F67403"
BuildableName = "GrootTests.xctest"
BlueprintName = "GrootTests"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B4DC1AEB1AA9CA5E00F67403"
BuildableName = "Groot.framework"
BlueprintName = "Groot"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
Expand All @@ -49,6 +72,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B4DC1AEB1AA9CA5E00F67403"
BuildableName = "Groot.framework"
BlueprintName = "Groot"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -58,6 +90,15 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B4DC1AEB1AA9CA5E00F67403"
BuildableName = "Groot.framework"
BlueprintName = "Groot"
ReferencedContainer = "container:Groot.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions Groot/Groot-Prefix.pch

This file was deleted.

8 changes: 8 additions & 0 deletions Groot/Groot.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import <UIKit/UIKit.h>

//! Project version number for Groot.
FOUNDATION_EXPORT double GrootVersionNumber;

//! Project version string for Groot.
FOUNDATION_EXPORT const unsigned char GrootVersionString[];

#import <Groot/GRTManagedStore.h>
#import <Groot/GRTValueTransformer.h>
#import <Groot/GRTJSONSerialization.h>
26 changes: 26 additions & 0 deletions Groot/Info.plist
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>com.gonzalezreal.$(PRODUCT_NAME:rfc1034identifier)</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>
6 changes: 4 additions & 2 deletions GrootTests/GrootTests-Info.plist → GrootTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.gonzalezreal.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.gonzalezreal.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 0 additions & 2 deletions GrootTests/en.lproj/InfoPlist.strings

This file was deleted.

0 comments on commit 08d5d0b

Please sign in to comment.