Skip to content

Commit

Permalink
>Release date: 2015-09-21 for alpha testers
Browse files Browse the repository at this point in the history
Again false positives on leaving region

* [FIX] iBeacon setup UI closes #326
* [FIX] Limit TID entry to 2 alphanumeric characters closes #320
* [NEW] iOS9 and Xcode7 compatibility
  • Loading branch information
Christoph Krey committed Sep 21, 2015
1 parent 097d052 commit 595ee99
Show file tree
Hide file tree
Showing 92 changed files with 1,084 additions and 1,923 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ DerivedData
.idea/
*.hmap
*.xccheckout
*.xcsettings

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OnTracks iOS App 8.0 Release Notes
OnTracks iOS App Release Notes
===================================

## OwnTracks 8.2.15
>Release date: 2015-09-21 for alpha testers
Again false positives on leaving region

* [FIX] iBeacon setup UI closes #326
* [FIX] Limit TID entry to 2 alphanumeric characters closes #320
* [NEW] iOS9 and Xcode7 compatibility

## OwnTracks 8.2.14
>Release date: 2015-08-27 for alpha testers
Expand Down
Binary file removed OwnTracks/Crashlytics.framework/Crashlytics
Binary file not shown.
Binary file removed OwnTracks/Crashlytics.framework/run
Binary file not shown.
Binary file removed OwnTracks/Crashlytics.framework/submit
Binary file not shown.
Binary file removed OwnTracks/Fabric.framework/Fabric
Binary file not shown.
23 changes: 0 additions & 23 deletions OwnTracks/Fabric.framework/Headers/FABAttributes.h

This file was deleted.

75 changes: 0 additions & 75 deletions OwnTracks/Fabric.framework/Headers/Fabric.h

This file was deleted.

Binary file removed OwnTracks/Fabric.framework/run
Binary file not shown.
6 changes: 3 additions & 3 deletions OwnTracks/OwnTracks WatchKit App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>org.mqttitude.MQTTitude.watchkitapp</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.2.14</string>
<string>8.2.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.2.14</string>
<string>8.2.15</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
6 changes: 3 additions & 3 deletions OwnTracks/OwnTracks WatchKit Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>org.mqttitude.MQTTitude.OwnTracksWatchkitExtension</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>8.2.14</string>
<string>8.2.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.2.14</string>
<string>8.2.15</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
Loading

0 comments on commit 595ee99

Please sign in to comment.