Skip to content

Commit

Permalink
update framework to v2.2.3025
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Kao committed Nov 4, 2014
1 parent aab7bad commit 586fe7d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,10 @@


---
### 2.2 (build 3025)

- add: missing localized strings

### 2.2 (build 3017)

- add: camera permission handling
Expand Down
@@ -1,4 +1,4 @@
#define PANICAR_BUILD 3010
#define PANICAR_BUILD 3018
#define PANICAR_VERSION @"2.2"
#define PANICAR_FULL_VERSION @"2.2.3010"
#define PANICAR_FULL_VERSION @"2.2.3018"
#define PANICAR_CONFIGURATION @"Debug"
Binary file modified Framework/PanicARKit.framework/Versions/A/PanicARKit
Binary file not shown.
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>CFBuildDate</key>
<string>2014-10-24 09:15:37</string>
<string>2014-11-04 09:02:49</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>libPanicARLib</string>
<key>CFBundleFullVersionString</key>
<string>2.2.3017</string>
<string>2.2.3025</string>
<key>CFBundleIdentifier</key>
<string>com.dopanic.panicarlib</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -21,6 +21,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3017</string>
<string>3025</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Framework/PanicARKit.version.txt
@@ -1 +1 @@
2.2 build 3017 @ Release
2.2 build 3025 @ Release
26 changes: 11 additions & 15 deletions Framework/PanicARKitResources.bundle/en.lproj/PanicARKit.strings
Expand Up @@ -10,21 +10,17 @@
/* OK */
"PSK_OK" = "OK";

/* error: status not determined */
"PSK_STATUS_NOTDETERMINED" = "Status not determined";
"PSK_STATUS_NOTDETERMINED_MSG" = "Something went wrong. AR is Not available.";

/* error: AR unavailable */
"PSK_STATUS_UNAVAILABLE" = "AR Not Available";
"PSK_STATUS_UNAVAILABLE_MSG" = "This device does not support Augmented Reality Functionality!";

/* error: location restricted */
"PSK_STATUS_RESTRICTED" = "Location Services Restricted";
"PSK_STATUS_RESTRICTED_MSG" = "You are not allowed to access your Location! Are Company Restrictions enabled or does this device have Parental Controls enabled?";

/* error: location denied */
"PSK_STATUS_DENIED" = "Location Services Denied";
"PSK_STATUS_DENIED_MSG" = "This App is not allowed to access your Location! Go to the Preferences to change the Permissions for it!";
/* errors: location */
"PSK_LOCATION_STATUS_UNAVAILABLE" = "Location not available";
"PSK_LOCATION_STATUS_NOTDETERMINED" = "Location status not determined";
"PSK_LOCATION_STATUS_RESTRICTED" = "Location services restricted";
"PSK_LOCATION_STATUS_DENIED" = "Location services denied";

/* errors: camera */
"PSK_CAMERA_STATUS_UNAVAILABLE" = "Camera not available";
"PSK_CAMERA_STATUS_NOTDETERMINED" = "Camera status not determined";
"PSK_CAMERA_STATUS_RESTRICTED" = "Camera services restricted";
"PSK_CAMERA_STATUS_DENIED" = "Camera services denied";

/* error: in face down orientation */
"PSK_STATUS_FACEDOWN" = "Wrong Orientation!";
Expand Down

0 comments on commit 586fe7d

Please sign in to comment.