You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ GreatCircle can be used via [Carthage dependency manager](https://github.com/Car
37
37
38
38
### Carthage
39
39
40
+
There are excellent [Instructions](https://github.com/Carthage/Carthage#getting-started) available on the [Carthage](https://github.com/Carthage/Carthage) site, which are summarized below.
41
+
40
42
#### Add GreatCircle to your Cartfile
41
43
42
44
```github "softwarenerd/GreatCircle"```
@@ -47,13 +49,25 @@ GreatCircle can be used via [Carthage dependency manager](https://github.com/Car
47
49
48
50
#### Add GreatCircle.framework to Linked Frameworks and Libraries
49
51
52
+
On your application targets’ “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop GreatCircle.framework the Carthage/Build/iOS folder on disk.
Add a run script that uses the ```carthage copy-frameworks``` command to copy the ```GreatCircle.framework```
58
+
On your application targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase”. Create a Run Script in which you specify your shell (ex: `bin/sh`), add the following contents to the script area below the shell:
If this is the first time you've used a CocoaPod in your project, you will need to switch from your ProjectName.xcodeproj file to the ProjectName.xcworkspace that was created by the `pod install` command.
0 commit comments