Merge pull request #66 from michalkalinowski-/carthage_fix
Carthage fix
This commit is contained in:
commit
5f0f429df8
|
|
@ -39,7 +39,7 @@ $ open MyProject.xcworkspace
|
|||
If you are using Carthage you will need to add this to your `Cartfile`
|
||||
|
||||
```bash
|
||||
github “jpotts18/SwiftValidator”
|
||||
github "jpotts18/SwiftValidator"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
|
|
@ -20,6 +20,20 @@
|
|||
ReferencedContainer = "container:Validator.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "NO"
|
||||
buildForProfiling = "NO"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "62D1AE161A1E6D4400E4DFF8"
|
||||
BuildableName = "Validator.app"
|
||||
BlueprintName = "Validator"
|
||||
ReferencedContainer = "container:Validator.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
|
|
|
|||
Loading…
Reference in New Issue