Skip to content

Commit

Permalink
Update IA SDK 2.6.0 for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Nopanen committed Nov 3, 2017
1 parent 90a4f0c commit 19a0a76
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 218 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IndoorAtlas Cordova Plugin 1.4 with IndoorAtlas SDK 2.5
# IndoorAtlas Cordova Plugin 1.5 with IndoorAtlas SDK 2.6

[IndoorAtlas](https://www.indooratlas.com/) provides a unique Platform-as-a-Service (PaaS) solution that runs a disruptive geomagnetic positioning in its full-stack hybrid technology for accurately pinpointing a location inside a building. The IndoorAtlas SDK enables app developers to use high-accuracy indoor positioning in venues that have been fingerprinted.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-indooratlas",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cordova plugin using IndoorAtlas SDK.",
"cordova": {
"id": "cordova-plugin-indooratlas",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-indooratlas"
version="1.4.0">
version="1.5.0">

<name>IndoorAtlas</name>
<description>Cordova plugin using IndoorAtlas SDK.</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<param name="onload" value="true" />
</feature>
</config-file>

<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Expand All @@ -77,7 +77,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
</config-file>

<source-file src="src/android/IALocationPlugin.java" target-dir="src/com/ialocation/plugin" />
<source-file src="src/android/IndoorLocationListener.java" target-dir="src/com/ialocation/plugin" />
<source-file src="src/android/PositionError.java" target-dir="src/com/ialocation/plugin" />
Expand Down
3 changes: 1 addition & 2 deletions src/ios/IndoorAtlas/IndoorAtlas.framework/Headers/IAFloor.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ INDOORATLAS_API
+ (nonnull IAFloor*)floorWithLevel:(NSInteger)level;

/**
* Level values represent logical levels above or below ground level and are not intended to correspond to any numbering scheme in use by the building itself.
* The ground floor of a building should usually be represented by the value 0. Some buildings can have multiple floors with ground access. Value 0 should usually represent the lowest floor with ground access. Floors above the grouond floor are represented by positive integers, so a value 1 represents the floor above ground level, a value of 2 represents two floors above ground level, and so on. Floors below the ground floor are represented by corresponding negative integers, with a value of -1 representing the floor immediately below ground level and so on.
* Floor level values correspond to the floor numbers assigned by the user in the mapping phase.
*
* It is erroneous to use the user's level in a building as an estimate of altitude.
*/
Expand Down
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/IndoorAtlas
Binary file not shown.
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/Info.plist
Binary file not shown.
211 changes: 0 additions & 211 deletions src/ios/IndoorAtlas/IndoorAtlas.framework/_CodeSignature/CodeResources

This file was deleted.

0 comments on commit 19a0a76

Please sign in to comment.