Skip to content

Commit

Permalink
Merge pull request #9 from rizumi/carthage
Browse files Browse the repository at this point in the history
Support Carthage
  • Loading branch information
xoudini authored Jun 5, 2020
2 parents abb5f9b + e5e4ba4 commit c4b90c5
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 1 deletion.
77 changes: 77 additions & 0 deletions Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3755AE171DDF99F5007E5EBF"
BuildableName = "Emojica.framework"
BlueprintName = "Emojica"
ReferencedContainer = "container:Emojica.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "37692A3C1FCCC0AB00E9E15B"
BuildableName = "EmojicaTests.xctest"
BlueprintName = "EmojicaTests"
ReferencedContainer = "container:Emojica.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3755AE171DDF99F5007E5EBF"
BuildableName = "Emojica.framework"
BlueprintName = "Emojica"
ReferencedContainer = "container:Emojica.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
8 changes: 8 additions & 0 deletions Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ready to go.

## Installation

### CocoaPods
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)

1. Add the pod to your `Podfile`:

Expand All @@ -66,6 +66,20 @@ ready to go.
$ cd /Path/To/Your/Project/ && pod install
```

### [Carthage](https://github.com/Carthage/Carthage)

1. Add this to your `Cartfile`:

```
github "xoudini/emojica"
```
2. Navigate into your project directory and install/update:
```sh
$ cd /Path/To/Your/Project/ && carthage update
```

###   Manual installation

1. Clone the repository, and drag `Emojica.xcodeproj` into your project
Expand Down

0 comments on commit c4b90c5

Please sign in to comment.