NicoJuicy / ios

OwnTracks' iPhone App

Home Page:http://owntracks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios

OwnTracks' iPhone App

OwnTracks initially was MQTTitude.

Prepare to Compile and Run

CocoaPods

There are two Pods used not available via COCOAPODS. Clone these two repositories into your home directory: ABStaticTableViewController, and mqttc/MinL.

Then re-run pod:

     % cd OwnTracks
     % pod install

Xcode

Staying in the OwnTracks/ directory, launch xcode:

     % open OwnTracks.xcworkspace

Next, click on the OwnTacks project and you will see two targets, OwnTracks and OwnTracksToday. For each project, go to the General tab.

For the OwnTracks target, set the Bundle Identifier accordingly:

     com.example.OwnTracks

For the OwnTracksToday target, set the Bundle Identifier accordingly:

     com.example.OwnTracks.OwnTracksToday

For the OwnTracks project, go to the Signing and Capabilities tab and set the appropriate team. Then scroll down to App Groups, uncheck group.org.owntracks.OwnTracks, and then click on the + to create your own group, e.g.,

     group.com.example.OwnTracks

Finally, for the OwnTracksToday project, go to the Signing and Capabilities tab, set the appropriate team. Then scroll down to App Groups, uncheck group.org.owntracks.OwnTracks, and check the group you create for the OwnTracks project.

Note that most these changes will result in Xcode creating provision profiles, repairing things, etc. Please take your time and be patient!

With these steps complete, you should be able to compile and run the project.

About

OwnTracks' iPhone App

http://owntracks.org

License:Other


Languages

Language:Objective-C 99.4%Language:Shell 0.3%Language:Makefile 0.2%Language:Ruby 0.1%