Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owntracks/ios
OwnTracks' iPhone App
https://github.com/owntracks/ios
cocoapods geolocation ipad iphone mqtt objective-c owntracks
Last synced: 3 months ago
JSON representation
OwnTracks' iPhone App
- Host: GitHub
- URL: https://github.com/owntracks/ios
- Owner: owntracks
- License: other
- Created: 2014-02-03T13:46:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T15:01:39.000Z (3 months ago)
- Last Synced: 2024-08-02T16:35:05.870Z (3 months ago)
- Topics: cocoapods, geolocation, ipad, iphone, mqtt, objective-c, owntracks
- Language: Objective-C
- Homepage: http://owntracks.org
- Size: 72.5 MB
- Stars: 322
- Watchers: 32
- Forks: 91
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - OwnTracks
README
ios
===# OwnTracks' iPhone App
OwnTracks initially was __MQTTitude__.
# Prepare to Compile and Run
## CocoaPods
OwnTracks uses [COCOAPODS](https://cocoapods.org).## 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.