Skip to content

Commit

Permalink
1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tovkal committed Jan 13, 2016
1 parent 1b551e4 commit fdefb05
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion TramuntanApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
Crashlytics.sharedInstance().recordError(NSError(domain: "AppDelegate", code: 1, userInfo: [NSLocalizedDescriptionKey: "RootviewController is not a UITabBarController"]))
return false
}

switch(quickAction) {
case .OpenAR:
tabBar.selectedIndex = 0
Expand Down
40 changes: 20 additions & 20 deletions TramuntanApp/Supporting Files/TramuntanApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1 </string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>2</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -41,24 +41,24 @@
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location is used to make the proper calculations to show you the mountain on the Augmented Reality view or to show your location on the map</string>
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>ar</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Augmented Reality</string>
<key>UIApplicationShortcutItemType</key>
<string>com.tovkal.TramuntanApp.OpenAR</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>map</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Map</string>
<key>UIApplicationShortcutItemType</key>
<string>com.tovkal.TramuntanApp.OpenMap</string>
</dict>
</array>
<array>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>ar</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Augmented Reality</string>
<key>UIApplicationShortcutItemType</key>
<string>com.tovkal.TramuntanApp.OpenAR</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>map</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Map</string>
<key>UIApplicationShortcutItemType</key>
<string>com.tovkal.TramuntanApp.OpenMap</string>
</dict>
</array>
<key>UILaunchStoryboardName</key>
<string>Main</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit fdefb05

Please sign in to comment.