IOT>> ios>> 返回
项目作者: owntracks

项目描述 :
OwnTracks' iPhone App
高级语言: Objective-C
项目地址: git://github.com/owntracks/ios.git
创建时间: 2014-02-03T13:46:26Z
项目社区:https://github.com/owntracks/ios

开源协议:Other

下载


ios

OwnTracks’ iPhone App

OwnTracks initially was MQTTitude.

Prepare to Compile and Run

CocoaPods

OwnTracks uses COCOAPODS.

Xcode

Staying in the OwnTracks/ directory,
launch xcode:

  1. % 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:

  1. com.example.OwnTracks

For the OwnTracksToday target, set the Bundle Identifier accordingly:

  1. 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.,

  1. 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.