@situm/cordova 3.5.31 → 3.5.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- ### Added
2
- * Add support to viewer navigation in iOS. This was previously added in the version 3.5.4 only in Android and now iOS also works with this mode.
1
+ ### Fixed
2
+ * Fixed tests on iOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.5.31",
3
+ "version": "3.5.33",
4
4
  "description": "Situm Wayfinding for Capacitor and Cordova. Integrate plug&play indoor navigation experience with floorplans, POIs, routes and turn-by-turn directions in no time. With the power of Situm.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/cordova",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="@situm/cordova"
5
- version="3.5.31">
5
+ version="3.5.33">
6
6
  <name>Situm Cordova plugin Official</name>
7
7
  <description>This is the stable branch.</description>
8
8
  <license>MIT</license>
@@ -93,7 +93,7 @@
93
93
  <config>
94
94
  </config>
95
95
  <pods use-frameworks="false">
96
- <pod name="SitumSDK" spec="~> 3.18.1"/>
96
+ <pod name="SitumSDK" spec="~> 3.20.0"/>
97
97
  </pods>
98
98
  </podspec>
99
99
 
package/src/ios/Podfile CHANGED
@@ -1,5 +1,5 @@
1
1
  target 'SitumCordovaPlugin' do
2
2
  use_frameworks!
3
3
  platform :ios, '9.0'
4
- pod 'SitumSDK', '3.18.1'
4
+ pod 'SitumSDK', '3.20.0'
5
5
  end
@@ -3,7 +3,7 @@
3
3
  archiveVersion = 1;
4
4
  classes = {
5
5
  };
6
- objectVersion = 46;
6
+ objectVersion = 54;
7
7
  objects = {
8
8
 
9
9
  /* Begin PBXBuildFile section */
@@ -34,7 +34,6 @@
34
34
  0D884A1321145F820066C765 /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 68A32D7114102E1C006B237C /* libCordova.a */; };
35
35
  0D884A202114634E0066C765 /* SitumCreatorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D884A1B2114634D0066C765 /* SitumCreatorTests.m */; };
36
36
  0D884A222114634E0066C765 /* TestingHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D884A1D2114634E0066C765 /* TestingHelper.m */; };
37
- 0D884A232114644C0066C765 /* SitumSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D884A0821145E510066C765 /* SitumSDK.framework */; };
38
37
  0D884E7D2116FAA20066C765 /* resources in Resources */ = {isa = PBXBuildFile; fileRef = 0D884E7C2116FAA20066C765 /* resources */; };
39
38
  0D884E832117012F0066C765 /* resources in Resources */ = {isa = PBXBuildFile; fileRef = 0D884E7C2116FAA20066C765 /* resources */; };
40
39
  0D884E87211708900066C765 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0D884A1221145F820066C765 /* Info.plist */; };
@@ -49,6 +48,7 @@
49
48
  0DF4AB1F21143D5800D81A31 /* ViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF4AB1521143D5700D81A31 /* ViewController.h */; };
50
49
  0DF4AB2021143D5800D81A31 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF4AB1621143D5700D81A31 /* ViewController.m */; };
51
50
  230FADC12BC815C30079D285 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 230FADB52BC8145A0079D285 /* libc++.tbd */; };
51
+ 2318D0F32CD25DEC0068DF54 /* SitumSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2318D0F22CD25DEC0068DF54 /* SitumSDK.xcframework */; };
52
52
  29A6B8BBD41A308233C44F3E /* Pods_SitumCordovaPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF639F8C42C24AB0EC736F85 /* Pods_SitumCordovaPlugin.framework */; };
53
53
  3A4011372153B0D500AC3BD5 /* InputCoordinateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4011362153B0D500AC3BD5 /* InputCoordinateTests.m */; };
54
54
  3A4011392153B24400AC3BD5 /* InputLocationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4011382153B24400AC3BD5 /* InputLocationTests.m */; };
@@ -56,7 +56,6 @@
56
56
  3A40113D2153CBA800AC3BD5 /* InputIndicationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A40113C2153CBA800AC3BD5 /* InputIndicationTests.m */; };
57
57
  3A4D721721525B970038ED55 /* InputPointTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4D721621525B970038ED55 /* InputPointTests.m */; };
58
58
  3A4D721B215276660038ED55 /* InputCartesianCoordinateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4D721A215276660038ED55 /* InputCartesianCoordinateTests.m */; };
59
- 3AC2FF4E21ADA883005D438A /* SitumSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AC2FF4D21ADA883005D438A /* SitumSDK.framework */; };
60
59
  7ED95D021AB9028C008C4574 /* CDVDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED95CF21AB9028C008C4574 /* CDVDebug.h */; };
61
60
  7ED95D031AB9028C008C4574 /* CDVJSON_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED95CF31AB9028C008C4574 /* CDVJSON_private.h */; };
62
61
  7ED95D041AB9028C008C4574 /* CDVJSON_private.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ED95CF41AB9028C008C4574 /* CDVJSON_private.m */; };
@@ -202,6 +201,7 @@
202
201
  0DF4AB1521143D5700D81A31 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
203
202
  0DF4AB1621143D5700D81A31 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
204
203
  230FADB52BC8145A0079D285 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/libc++.tbd"; sourceTree = DEVELOPER_DIR; };
204
+ 2318D0F22CD25DEC0068DF54 /* SitumSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SitumSDK.xcframework; path = ../Pods/SitumSDK/SitumSDK.xcframework; sourceTree = "<group>"; };
205
205
  30325A0B136B343700982B63 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
206
206
  3A4011362153B0D500AC3BD5 /* InputCoordinateTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InputCoordinateTests.m; sourceTree = "<group>"; };
207
207
  3A4011382153B24400AC3BD5 /* InputLocationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InputLocationTests.m; sourceTree = "<group>"; };
@@ -289,9 +289,8 @@
289
289
  buildActionMask = 2147483647;
290
290
  files = (
291
291
  230FADC12BC815C30079D285 /* libc++.tbd in Frameworks */,
292
- 3AC2FF4E21ADA883005D438A /* SitumSDK.framework in Frameworks */,
293
292
  0D884A1321145F820066C765 /* libCordova.a in Frameworks */,
294
- 0D884A232114644C0066C765 /* SitumSDK.framework in Frameworks */,
293
+ 2318D0F32CD25DEC0068DF54 /* SitumSDK.xcframework in Frameworks */,
295
294
  );
296
295
  runOnlyForDeploymentPostprocessing = 0;
297
296
  };
@@ -343,6 +342,7 @@
343
342
  0D5184E921145DEB00BFA9E3 /* Frameworks */ = {
344
343
  isa = PBXGroup;
345
344
  children = (
345
+ 2318D0F22CD25DEC0068DF54 /* SitumSDK.xcframework */,
346
346
  230FADB52BC8145A0079D285 /* libc++.tbd */,
347
347
  0D884A0821145E510066C765 /* SitumSDK.framework */,
348
348
  3AC2FF4D21ADA883005D438A /* SitumSDK.framework */,
@@ -966,7 +966,11 @@
966
966
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
967
967
  INFOPLIST_FILE = situmcordovaplugintests/Info.plist;
968
968
  IPHONEOS_DEPLOYMENT_TARGET = 11.2;
969
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
969
+ LD_RUNPATH_SEARCH_PATHS = (
970
+ "$(inherited)",
971
+ "@executable_path/Frameworks",
972
+ "@loader_path/Frameworks",
973
+ );
970
974
  MTL_ENABLE_DEBUG_INFO = YES;
971
975
  PRODUCT_BUNDLE_IDENTIFIER = es.situm.situmcordovaplugintests;
972
976
  PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1017,7 +1021,11 @@
1017
1021
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1018
1022
  INFOPLIST_FILE = situmcordovaplugintests/Info.plist;
1019
1023
  IPHONEOS_DEPLOYMENT_TARGET = 11.2;
1020
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1024
+ LD_RUNPATH_SEARCH_PATHS = (
1025
+ "$(inherited)",
1026
+ "@executable_path/Frameworks",
1027
+ "@loader_path/Frameworks",
1028
+ );
1021
1029
  MTL_ENABLE_DEBUG_INFO = NO;
1022
1030
  PRODUCT_BUNDLE_IDENTIFIER = es.situm.situmcordovaplugintests;
1023
1031
  PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1185,7 +1193,11 @@
1185
1193
  INFOPLIST_FILE = Cordova/Info.plist;
1186
1194
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1187
1195
  IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1188
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1196
+ LD_RUNPATH_SEARCH_PATHS = (
1197
+ "$(inherited)",
1198
+ "@executable_path/Frameworks",
1199
+ "@loader_path/Frameworks",
1200
+ );
1189
1201
  MTL_ENABLE_DEBUG_INFO = YES;
1190
1202
  OTHER_LDFLAGS = "-all_load";
1191
1203
  PRODUCT_BUNDLE_IDENTIFIER = org.apache.cordova.Cordova;
@@ -1232,7 +1244,11 @@
1232
1244
  INFOPLIST_FILE = Cordova/Info.plist;
1233
1245
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1234
1246
  IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1235
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1247
+ LD_RUNPATH_SEARCH_PATHS = (
1248
+ "$(inherited)",
1249
+ "@executable_path/Frameworks",
1250
+ "@loader_path/Frameworks",
1251
+ );
1236
1252
  MTL_ENABLE_DEBUG_INFO = NO;
1237
1253
  OTHER_LDFLAGS = "-all_load";
1238
1254
  PRODUCT_BUNDLE_IDENTIFIER = org.apache.cordova.Cordova;