Skip to content

Commit 5f0f429

Browse files
committed
Merge pull request #66 from michalkalinowski-/carthage_fix
Carthage fix
2 parents 3645d74 + 4ae2d89 commit 5f0f429

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ open MyProject.xcworkspace
3939
If you are using Carthage you will need to add this to your `Cartfile`
4040

4141
```bash
42-
github jpotts18/SwiftValidator
42+
github "jpotts18/SwiftValidator"
4343
```
4444

4545
## Usage

Validator.xcodeproj/xcshareddata/xcschemes/SwiftValidator.xcscheme

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
ReferencedContainer = "container:Validator.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "NO">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "62D1AE161A1E6D4400E4DFF8"
32+
BuildableName = "Validator.app"
33+
BlueprintName = "Validator"
34+
ReferencedContainer = "container:Validator.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
2337
</BuildActionEntries>
2438
</BuildAction>
2539
<TestAction

0 commit comments

Comments
 (0)