@situm/cordova 3.15.60 → 3.15.62
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.
- package/LICENSE +0 -0
- package/README.md +1 -2
- package/azure-pipelines.yml +17 -13
- package/docs/JSDoc/img/toast-ui.png +0 -0
- package/docs/JSDoc/scripts/jquery.min.js +0 -0
- package/docs/JSDoc/scripts/linenumber.js +0 -0
- package/docs/JSDoc/scripts/prettify/Apache-License-2.0.txt +0 -0
- package/docs/JSDoc/scripts/prettify/lang-css.js +0 -0
- package/docs/JSDoc/scripts/prettify/prettify.js +0 -0
- package/docs/JSDoc/styles/prettify-jsdoc.css +0 -0
- package/docs/JSDoc/styles/prettify-tomorrow.css +0 -0
- package/docs/conf.json +0 -0
- package/example/README.md +10 -3
- package/example/android/gradlew +0 -0
- package/example/azure/build-examples.yaml +4 -1
- package/example/azure/common-steps.yaml +8 -5
- package/example/ios/App/App.xcodeproj/project.pbxproj +29 -24
- package/example/ios/App/Podfile +11 -11
- package/example/package.json +4 -2
- package/package.json +10 -10
- package/plugin.xml +2 -2
- package/pnpm-workspace.yaml +6 -0
- package/scripts/update_changelog.sh +0 -0
- package/src/android/app/build.gradle +1 -1
- package/src/android/app/src/main/java/es/situm/plugin/SitumPlugin.java +0 -0
- package/src/android/gradlew +0 -0
- package/src/android/situm.gradle +1 -1
- package/src/ios/Classes/Private/CDVDebug.h +0 -0
- package/src/ios/Classes/Private/CDVJSON_private.h +0 -0
- package/src/ios/Classes/Private/CDVJSON_private.m +0 -0
- package/src/ios/Classes/Private/CDVPlugin+Private.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVGestureHandler/CDVGestureHandler.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVGestureHandler/CDVGestureHandler.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVHandleOpenURL/CDVHandleOpenURL.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVHandleOpenURL/CDVHandleOpenURL.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVLocalStorage/CDVLocalStorage.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVLocalStorage/CDVLocalStorage.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVLogger/CDVLogger.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVLogger/CDVLogger.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewEngine.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewEngine.m +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.h +0 -0
- package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m +0 -0
- package/src/ios/Classes/Public/CDV.h +0 -0
- package/src/ios/Classes/Public/CDVAppDelegate.h +0 -0
- package/src/ios/Classes/Public/CDVAppDelegate.m +0 -0
- package/src/ios/Classes/Public/CDVAvailability.h +0 -0
- package/src/ios/Classes/Public/CDVAvailabilityDeprecated.h +0 -0
- package/src/ios/Classes/Public/CDVCommandDelegate.h +0 -0
- package/src/ios/Classes/Public/CDVCommandDelegateImpl.h +0 -0
- package/src/ios/Classes/Public/CDVCommandDelegateImpl.m +0 -0
- package/src/ios/Classes/Public/CDVCommandQueue.h +0 -0
- package/src/ios/Classes/Public/CDVCommandQueue.m +0 -0
- package/src/ios/Classes/Public/CDVConfigParser.h +0 -0
- package/src/ios/Classes/Public/CDVConfigParser.m +0 -0
- package/src/ios/Classes/Public/CDVInvokedUrlCommand.h +0 -0
- package/src/ios/Classes/Public/CDVInvokedUrlCommand.m +0 -0
- package/src/ios/Classes/Public/CDVPlugin+Resources.h +0 -0
- package/src/ios/Classes/Public/CDVPlugin+Resources.m +0 -0
- package/src/ios/Classes/Public/CDVPlugin.h +0 -0
- package/src/ios/Classes/Public/CDVPlugin.m +0 -0
- package/src/ios/Classes/Public/CDVPluginResult.h +0 -0
- package/src/ios/Classes/Public/CDVPluginResult.m +0 -0
- package/src/ios/Classes/Public/CDVScreenOrientationDelegate.h +0 -0
- package/src/ios/Classes/Public/CDVTimer.h +0 -0
- package/src/ios/Classes/Public/CDVTimer.m +0 -0
- package/src/ios/Classes/Public/CDVURLProtocol.h +0 -0
- package/src/ios/Classes/Public/CDVURLProtocol.m +0 -0
- package/src/ios/Classes/Public/CDVUserAgentUtil.h +0 -0
- package/src/ios/Classes/Public/CDVUserAgentUtil.m +0 -0
- package/src/ios/Classes/Public/CDVViewController.h +0 -0
- package/src/ios/Classes/Public/CDVViewController.m +0 -0
- package/src/ios/Classes/Public/CDVWebViewEngineProtocol.h +0 -0
- package/src/ios/Classes/Public/CDVWhitelist.h +0 -0
- package/src/ios/Classes/Public/CDVWhitelist.m +0 -0
- package/src/ios/Classes/Public/NSDictionary+CordovaPreferences.h +0 -0
- package/src/ios/Classes/Public/NSDictionary+CordovaPreferences.m +0 -0
- package/src/ios/Classes/Public/NSMutableArray+QueueAdditions.h +0 -0
- package/src/ios/Classes/Public/NSMutableArray+QueueAdditions.m +0 -0
- package/src/ios/Cordova/Cordova.h +0 -0
- package/src/ios/Cordova/Info.plist +0 -0
- package/src/ios/Podfile +1 -1
- package/src/ios/SitumCordovaPlugin_Prefix.pch +0 -0
- package/src/ios/VERSION +0 -0
- package/src/ios/cordova.js +0 -0
- package/src/ios/situmcordovaplugin/SitumPlugin.h +0 -0
- package/src/ios/situmcordovaplugin/SitumPlugin.m +0 -0
- package/tests/common-resources/angle/angle1.json +0 -0
- package/tests/common-resources/angle/angle2.json +0 -0
- package/tests/common-resources/bounds/bounds1.json +0 -0
- package/tests/common-resources/bounds/bounds2.json +0 -0
- package/tests/common-resources/cartesianCoordinate/cartesianCoordinate1.json +0 -0
- package/tests/common-resources/coordinate/coordinate1.json +0 -0
- package/tests/common-resources/dimensions/dimensions1.json +0 -0
- package/tests/common-resources/floor/floor1.json +0 -0
- package/tests/common-resources/floor/floor2.json +0 -0
- package/tests/common-resources/indication/indication1.json +0 -0
- package/tests/common-resources/location/location1.json +0 -0
- package/tests/common-resources/location/location10.json +0 -0
- package/tests/common-resources/location/location2.json +0 -0
- package/tests/common-resources/location/location3.json +0 -0
- package/tests/common-resources/location/location4.json +0 -0
- package/tests/common-resources/location/location5.json +0 -0
- package/tests/common-resources/location/location6.json +0 -0
- package/tests/common-resources/location/location7.json +0 -0
- package/tests/common-resources/location/location8.json +0 -0
- package/tests/common-resources/location/location9.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus1.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus10.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus11.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus12.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus13.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus2.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus3.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus4.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus5.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus6.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus7.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus8.json +0 -0
- package/tests/common-resources/locationStatus/locationStatus9.json +0 -0
- package/tests/common-resources/navigationProgress/navigationProgress1.json +0 -0
- package/tests/common-resources/navigationProgress/navigationProgress2.json +0 -0
- package/tests/common-resources/poiCategory/poiCategory1.json +0 -0
- package/tests/common-resources/point/point1.json +0 -0
- package/tests/common-resources/point/point2.json +0 -0
- package/tests/common-resources/point/point3.json +0 -0
- package/tests/common-resources/point/point4.json +0 -0
- package/tests/common-resources/point/point5.json +0 -0
- package/tests/common-resources/point/point6.json +0 -0
- package/tests/common-resources/point/point7.json +0 -0
- package/tests/common-resources/point/point8.json +0 -0
- package/tests/common-resources/route/route1.json +0 -0
- package/tests/common-resources/routeStep/routeStep1.json +0 -0
- package/tests/common-resources/routeStep/routeStep2.json +0 -0
- package/tests/common-resources/routeStep/routeStep3.json +0 -0
- package/tests/common-resources/routeStep/routeStep4.json +0 -0
- package/tests/common-resources/routeStep/routeStep5.json +0 -0
- package/tests/common-resources/situmConversionArea/situmConversionArea1.json +0 -0
- package/tests/scripts/clean_android_resources.sh +0 -0
- package/tests/scripts/clean_ios_resources.sh +0 -0
- package/tests/scripts/copy_android_resources.sh +0 -0
- package/tests/scripts/copy_ios_resources.sh +0 -0
- package/tests/scripts/self-destruct.sh +0 -0
- package/www/situm.js +0 -0
- package/example/package-lock.json +0 -18326
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
package/azure-pipelines.yml
CHANGED
|
@@ -123,13 +123,15 @@ jobs:
|
|
|
123
123
|
|
|
124
124
|
steps:
|
|
125
125
|
- bash: |
|
|
126
|
-
|
|
126
|
+
echo -e "\n[+] Installing PNPM version $(pnpmVersion)\n"
|
|
127
|
+
corepack enable
|
|
128
|
+
corepack prepare pnpm@$(pnpmVersion) --activate
|
|
127
129
|
|
|
128
|
-
echo -e "\n[+] Install
|
|
129
|
-
|
|
130
|
+
echo -e "\n[+] Install dependencies \n"
|
|
131
|
+
pnpm install
|
|
130
132
|
|
|
131
|
-
echo -e "\n[+] Execute
|
|
132
|
-
|
|
133
|
+
echo -e "\n[+] Execute tests \n"
|
|
134
|
+
pnpm test
|
|
133
135
|
displayName: JS Test
|
|
134
136
|
|
|
135
137
|
- ${{ if contains(variables['Build.SourceBranch'], 'release/') }}:
|
|
@@ -165,15 +167,12 @@ jobs:
|
|
|
165
167
|
|
|
166
168
|
- bash: |
|
|
167
169
|
|
|
168
|
-
echo -e "\n[+] Installing NPM version $(npmVersion)\n"
|
|
169
|
-
npm install -g $(npmVersion)
|
|
170
|
-
|
|
171
170
|
currentBranch=$(echo $(Build.SourceBranch) | cut -d "/" -f 3,4)
|
|
172
171
|
echo "##vso[task.setvariable variable=currentBranch]$(echo $currentBranch)"
|
|
173
172
|
|
|
174
173
|
echo -e "\n[+] Variables:"
|
|
175
174
|
echo -e "\t[+] Plugin version: $(version)"
|
|
176
|
-
echo -e "\t[+]
|
|
175
|
+
echo -e "\t[+] PNPM CLI version: $(pnpm --version)"
|
|
177
176
|
echo -e "\t[+] Current branch: $currentBranch"
|
|
178
177
|
|
|
179
178
|
echo -e "\n[+] Setting git remote credentials\n"
|
|
@@ -188,8 +187,13 @@ jobs:
|
|
|
188
187
|
- bash: |
|
|
189
188
|
|
|
190
189
|
cd cordova
|
|
190
|
+
|
|
191
|
+
echo -e "\n[+] Installing PNPM version $(pnpmVersion)\n"
|
|
192
|
+
corepack enable
|
|
193
|
+
corepack prepare pnpm@$(pnpmVersion) --activate
|
|
194
|
+
|
|
191
195
|
echo -e "\n[+] Setting NPM version to $(version)"
|
|
192
|
-
|
|
196
|
+
pnpm version $(version) --no-git-tag-version
|
|
193
197
|
|
|
194
198
|
echo -e "\n[+] Change plugin version in plugin.xml"
|
|
195
199
|
sed -i "s/version=\".*\">/version=\"$(version)\">/g" plugin.xml
|
|
@@ -234,7 +238,7 @@ jobs:
|
|
|
234
238
|
echo "//registry.npmjs.org/:_authToken=$(NPM_TOKEN)" > ~/.npmrc
|
|
235
239
|
|
|
236
240
|
echo -e "\n[+] Publish NPM packages"
|
|
237
|
-
|
|
241
|
+
pnpm publish --access public
|
|
238
242
|
|
|
239
243
|
displayName: NPM publish
|
|
240
244
|
|
|
@@ -242,10 +246,10 @@ jobs:
|
|
|
242
246
|
cd cordova
|
|
243
247
|
|
|
244
248
|
echo -e "\n[+] Install dependencies"
|
|
245
|
-
|
|
249
|
+
pnpm install
|
|
246
250
|
|
|
247
251
|
echo -e "\n[+] Generate Documentation\n"
|
|
248
|
-
|
|
252
|
+
pnpm run jsdoc
|
|
249
253
|
|
|
250
254
|
displayName: Generate JSDoc
|
|
251
255
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/docs/conf.json
CHANGED
|
File without changes
|
package/example/README.md
CHANGED
|
@@ -39,7 +39,7 @@ git clone https://github.com/situmtech/cordova.git
|
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
cd cordova/example
|
|
42
|
-
|
|
42
|
+
pnpm install
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
> [!TIP]
|
|
@@ -78,9 +78,16 @@ From the `example/` folder, execute the following command to run the app on your
|
|
|
78
78
|
|
|
79
79
|
```bash
|
|
80
80
|
# For Android devices
|
|
81
|
-
|
|
81
|
+
pnpm run cap:android
|
|
82
82
|
# For iOS devices
|
|
83
|
-
|
|
83
|
+
pnpm run cap:ios
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
You can also run the same commands from the repository root:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
pnpm --dir example run cap:android
|
|
90
|
+
pnpm --dir example run cap:ios
|
|
84
91
|
```
|
|
85
92
|
|
|
86
93
|
> [!NOTE]
|
package/example/android/gradlew
CHANGED
|
File without changes
|
|
@@ -119,7 +119,10 @@ steps:
|
|
|
119
119
|
|
|
120
120
|
echo -e "\n[+] Install $(office365Cli) cli\n"
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
export PNPM_HOME="$HOME/.local/share/pnpm"
|
|
123
|
+
export PATH="$PNPM_HOME:$PNPM_HOME/bin:$PATH"
|
|
124
|
+
|
|
125
|
+
pnpm i -g $(office365Cli)
|
|
123
126
|
|
|
124
127
|
echo -e "\n[+] Login in Sharepoint \n"
|
|
125
128
|
m365 login --authType password --userName $(sharepoint_user) --password $(sharepoint_pass) --appId $(sharepoint_appId)
|
|
@@ -27,19 +27,22 @@ steps:
|
|
|
27
27
|
|
|
28
28
|
- bash: |
|
|
29
29
|
|
|
30
|
-
echo -e "\n[+] Installing
|
|
31
|
-
|
|
30
|
+
echo -e "\n[+] Installing PNPM version $(pnpmVersion)\n"
|
|
31
|
+
corepack enable
|
|
32
|
+
corepack prepare pnpm@$(pnpmVersion) --activate
|
|
33
|
+
|
|
34
|
+
pnpm setup
|
|
32
35
|
|
|
33
36
|
echo -e "\n[+] Install $(ioniccli)\n"
|
|
34
|
-
|
|
37
|
+
pnpm install $(ioniccli)
|
|
35
38
|
|
|
36
39
|
echo -e "\n[+] Install plugin dependencies\n"
|
|
37
|
-
|
|
40
|
+
pnpm install
|
|
38
41
|
|
|
39
42
|
echo -e "\n[+] Install example dependencies\n"
|
|
40
43
|
cd example
|
|
41
44
|
rm -rf ios/Podfile.lock
|
|
42
|
-
|
|
45
|
+
pnpm install
|
|
43
46
|
|
|
44
47
|
|
|
45
48
|
displayName: Install plugin dependencies
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
+
1FD0412F0D3EDDF7AACCD45E /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03FA4A350CB380B663C7A526 /* Pods_App.framework */; };
|
|
10
11
|
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
|
|
11
12
|
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
|
|
12
13
|
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
|
|
@@ -14,10 +15,10 @@
|
|
|
14
15
|
504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
|
|
15
16
|
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
|
|
16
17
|
50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
|
|
17
|
-
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
|
|
18
18
|
/* End PBXBuildFile section */
|
|
19
19
|
|
|
20
20
|
/* Begin PBXFileReference section */
|
|
21
|
+
03FA4A350CB380B663C7A526 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
21
22
|
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
|
|
22
23
|
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
|
|
23
24
|
504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -27,9 +28,8 @@
|
|
|
27
28
|
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
28
29
|
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
29
30
|
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
|
|
31
|
+
88A95C137B6C4B2AEC4875C5 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
|
|
32
|
+
E29925A1E89647FC8837173D /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
|
|
33
33
|
/* End PBXFileReference section */
|
|
34
34
|
|
|
35
35
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -37,28 +37,20 @@
|
|
|
37
37
|
isa = PBXFrameworksBuildPhase;
|
|
38
38
|
buildActionMask = 2147483647;
|
|
39
39
|
files = (
|
|
40
|
-
|
|
40
|
+
1FD0412F0D3EDDF7AACCD45E /* Pods_App.framework in Frameworks */,
|
|
41
41
|
);
|
|
42
42
|
runOnlyForDeploymentPostprocessing = 0;
|
|
43
43
|
};
|
|
44
44
|
/* End PBXFrameworksBuildPhase section */
|
|
45
45
|
|
|
46
46
|
/* Begin PBXGroup section */
|
|
47
|
-
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
|
|
48
|
-
isa = PBXGroup;
|
|
49
|
-
children = (
|
|
50
|
-
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
|
|
51
|
-
);
|
|
52
|
-
name = Frameworks;
|
|
53
|
-
sourceTree = "<group>";
|
|
54
|
-
};
|
|
55
47
|
504EC2FB1FED79650016851F = {
|
|
56
48
|
isa = PBXGroup;
|
|
57
49
|
children = (
|
|
58
50
|
504EC3061FED79650016851F /* App */,
|
|
59
51
|
504EC3051FED79650016851F /* Products */,
|
|
60
|
-
|
|
61
|
-
|
|
52
|
+
DF62C5A1641624CEA467D8A3 /* Pods */,
|
|
53
|
+
BC6DF3CB8D5D6EE5A6A75B80 /* Frameworks */,
|
|
62
54
|
);
|
|
63
55
|
sourceTree = "<group>";
|
|
64
56
|
};
|
|
@@ -85,13 +77,22 @@
|
|
|
85
77
|
path = App;
|
|
86
78
|
sourceTree = "<group>";
|
|
87
79
|
};
|
|
88
|
-
|
|
80
|
+
BC6DF3CB8D5D6EE5A6A75B80 /* Frameworks */ = {
|
|
81
|
+
isa = PBXGroup;
|
|
82
|
+
children = (
|
|
83
|
+
03FA4A350CB380B663C7A526 /* Pods_App.framework */,
|
|
84
|
+
);
|
|
85
|
+
name = Frameworks;
|
|
86
|
+
sourceTree = "<group>";
|
|
87
|
+
};
|
|
88
|
+
DF62C5A1641624CEA467D8A3 /* Pods */ = {
|
|
89
89
|
isa = PBXGroup;
|
|
90
90
|
children = (
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
E29925A1E89647FC8837173D /* Pods-App.debug.xcconfig */,
|
|
92
|
+
88A95C137B6C4B2AEC4875C5 /* Pods-App.release.xcconfig */,
|
|
93
93
|
);
|
|
94
94
|
name = Pods;
|
|
95
|
+
path = Pods;
|
|
95
96
|
sourceTree = "<group>";
|
|
96
97
|
};
|
|
97
98
|
/* End PBXGroup section */
|
|
@@ -101,11 +102,11 @@
|
|
|
101
102
|
isa = PBXNativeTarget;
|
|
102
103
|
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
|
|
103
104
|
buildPhases = (
|
|
104
|
-
|
|
105
|
+
BD864F47D59D0446D2B8119D /* [CP] Check Pods Manifest.lock */,
|
|
105
106
|
504EC3001FED79650016851F /* Sources */,
|
|
106
107
|
504EC3011FED79650016851F /* Frameworks */,
|
|
107
108
|
504EC3021FED79650016851F /* Resources */,
|
|
108
|
-
|
|
109
|
+
01D7EEE3D9470B0CB26A647F /* [CP] Copy Pods Resources */,
|
|
109
110
|
);
|
|
110
111
|
buildRules = (
|
|
111
112
|
);
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
/* End PBXResourcesBuildPhase section */
|
|
168
169
|
|
|
169
170
|
/* Begin PBXShellScriptBuildPhase section */
|
|
170
|
-
|
|
171
|
+
01D7EEE3D9470B0CB26A647F /* [CP] Copy Pods Resources */ = {
|
|
171
172
|
isa = PBXShellScriptBuildPhase;
|
|
172
173
|
buildActionMask = 2147483647;
|
|
173
174
|
files = (
|
|
@@ -182,16 +183,20 @@
|
|
|
182
183
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
|
|
183
184
|
showEnvVarsInLog = 0;
|
|
184
185
|
};
|
|
185
|
-
|
|
186
|
+
BD864F47D59D0446D2B8119D /* [CP] Check Pods Manifest.lock */ = {
|
|
186
187
|
isa = PBXShellScriptBuildPhase;
|
|
187
188
|
buildActionMask = 2147483647;
|
|
188
189
|
files = (
|
|
189
190
|
);
|
|
191
|
+
inputFileListPaths = (
|
|
192
|
+
);
|
|
190
193
|
inputPaths = (
|
|
191
194
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
192
195
|
"${PODS_ROOT}/Manifest.lock",
|
|
193
196
|
);
|
|
194
197
|
name = "[CP] Check Pods Manifest.lock";
|
|
198
|
+
outputFileListPaths = (
|
|
199
|
+
);
|
|
195
200
|
outputPaths = (
|
|
196
201
|
"$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
|
|
197
202
|
);
|
|
@@ -342,7 +347,7 @@
|
|
|
342
347
|
};
|
|
343
348
|
504EC3171FED79650016851F /* Debug */ = {
|
|
344
349
|
isa = XCBuildConfiguration;
|
|
345
|
-
baseConfigurationReference =
|
|
350
|
+
baseConfigurationReference = E29925A1E89647FC8837173D /* Pods-App.debug.xcconfig */;
|
|
346
351
|
buildSettings = {
|
|
347
352
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
348
353
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -363,7 +368,7 @@
|
|
|
363
368
|
};
|
|
364
369
|
504EC3181FED79650016851F /* Release */ = {
|
|
365
370
|
isa = XCBuildConfiguration;
|
|
366
|
-
baseConfigurationReference =
|
|
371
|
+
baseConfigurationReference = 88A95C137B6C4B2AEC4875C5 /* Pods-App.release.xcconfig */;
|
|
367
372
|
buildSettings = {
|
|
368
373
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
369
374
|
CODE_SIGN_STYLE = Automatic;
|
package/example/ios/App/Podfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
require_relative '
|
|
1
|
+
require_relative '../../../node_modules/.pnpm/@capacitor+ios@5.5.1_@capacitor+core@5.7.8/node_modules/@capacitor/ios/scripts/pods_helpers'
|
|
2
2
|
|
|
3
3
|
platform :ios, '13.0'
|
|
4
4
|
use_frameworks! :linkage => :static
|
|
@@ -9,16 +9,16 @@ use_frameworks! :linkage => :static
|
|
|
9
9
|
install! 'cocoapods', :disable_input_output_paths => true
|
|
10
10
|
|
|
11
11
|
def capacitor_pods
|
|
12
|
-
pod 'Capacitor', :path => '
|
|
13
|
-
pod 'CapacitorCordova', :path => '
|
|
14
|
-
pod 'CapacitorApp', :path => '
|
|
15
|
-
pod 'CapacitorCamera', :path => '
|
|
16
|
-
pod 'CapacitorFilesystem', :path => '
|
|
17
|
-
pod 'CapacitorGeolocation', :path => '
|
|
18
|
-
pod 'CapacitorHaptics', :path => '
|
|
19
|
-
pod 'CapacitorKeyboard', :path => '
|
|
20
|
-
pod 'CapacitorPreferences', :path => '
|
|
21
|
-
pod 'CapacitorStatusBar', :path => '
|
|
12
|
+
pod 'Capacitor', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.5.1_@capacitor+core@5.7.8/node_modules/@capacitor/ios'
|
|
13
|
+
pod 'CapacitorCordova', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.5.1_@capacitor+core@5.7.8/node_modules/@capacitor/ios'
|
|
14
|
+
pod 'CapacitorApp', :path => '../../../node_modules/.pnpm/@capacitor+app@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/app'
|
|
15
|
+
pod 'CapacitorCamera', :path => '../../../node_modules/.pnpm/@capacitor+camera@5.0.10_@capacitor+core@5.7.8/node_modules/@capacitor/camera'
|
|
16
|
+
pod 'CapacitorFilesystem', :path => '../../../node_modules/.pnpm/@capacitor+filesystem@5.2.2_@capacitor+core@5.7.8/node_modules/@capacitor/filesystem'
|
|
17
|
+
pod 'CapacitorGeolocation', :path => '../../../node_modules/.pnpm/@capacitor+geolocation@5.0.8_@capacitor+core@5.7.8/node_modules/@capacitor/geolocation'
|
|
18
|
+
pod 'CapacitorHaptics', :path => '../../../node_modules/.pnpm/@capacitor+haptics@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/haptics'
|
|
19
|
+
pod 'CapacitorKeyboard', :path => '../../../node_modules/.pnpm/@capacitor+keyboard@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/keyboard'
|
|
20
|
+
pod 'CapacitorPreferences', :path => '../../../node_modules/.pnpm/@capacitor+preferences@5.0.8_@capacitor+core@5.7.8/node_modules/@capacitor/preferences'
|
|
21
|
+
pod 'CapacitorStatusBar', :path => '../../../node_modules/.pnpm/@capacitor+status-bar@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/status-bar'
|
|
22
22
|
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
|
|
23
23
|
end
|
|
24
24
|
|
package/example/package.json
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
"ng": "ng",
|
|
8
8
|
"start": "ng serve",
|
|
9
9
|
"build": "ng build",
|
|
10
|
+
"cap:android": "ionic cap run android",
|
|
11
|
+
"cap:ios": "ionic cap run ios",
|
|
12
|
+
"cap:sync": "ionic cap sync",
|
|
10
13
|
"watch": "ng build --watch --configuration development",
|
|
11
14
|
"test": "ng test",
|
|
12
15
|
"lint": "ng lint"
|
|
@@ -34,8 +37,7 @@
|
|
|
34
37
|
"@capacitor/status-bar": "5.0.6",
|
|
35
38
|
"@ionic/angular": "^7.5.0",
|
|
36
39
|
"@ionic/cli": "^7.1.5",
|
|
37
|
-
"@situm/cordova": "
|
|
38
|
-
"cordova.plugins.diagnostic": "^7.1.4",
|
|
40
|
+
"@situm/cordova": "workspace:*",
|
|
39
41
|
"ionicons": "^7.2.1",
|
|
40
42
|
"rxjs": "^7.8.1",
|
|
41
43
|
"tslib": "^2.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@situm/cordova",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.62",
|
|
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",
|
|
@@ -39,11 +39,6 @@
|
|
|
39
39
|
"q": "^1.5.1",
|
|
40
40
|
"tui-jsdoc-template": "^1.2.2"
|
|
41
41
|
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"test": "cd tests/js && mocha",
|
|
44
|
-
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
|
|
45
|
-
"jsdoc": "rm -rf docs/JSDoc && ./node_modules/.bin/jsdoc www/situm.js www/Interfaces.js www/map-view.js www/map-view-controller.js -c ./docs/conf.json -d docs/JSDoc"
|
|
46
|
-
},
|
|
47
42
|
"devDependencies": {
|
|
48
43
|
"eslint": "^5.3.0",
|
|
49
44
|
"eslint-config-semistandard": "^11.0.0",
|
|
@@ -52,9 +47,14 @@
|
|
|
52
47
|
"eslint-plugin-node": "^5.0.0",
|
|
53
48
|
"eslint-plugin-promise": "^3.5.0",
|
|
54
49
|
"eslint-plugin-standard": "^3.0.1",
|
|
55
|
-
"jsdoc": "^3.5.5",
|
|
56
|
-
"mocha": "^5.2.0",
|
|
57
50
|
"expect.js": "^0.3.1",
|
|
58
|
-
"jsdoc
|
|
51
|
+
"jsdoc": "^3.5.5",
|
|
52
|
+
"jsdoc-toolkit": "0.0.2",
|
|
53
|
+
"mocha": "^5.2.0"
|
|
54
|
+
},
|
|
55
|
+
"scripts": {
|
|
56
|
+
"test": "cd tests/js && mocha",
|
|
57
|
+
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
|
|
58
|
+
"jsdoc": "rm -rf docs/JSDoc && ./node_modules/.bin/jsdoc www/situm.js www/Interfaces.js www/map-view.js www/map-view-controller.js -c ./docs/conf.json -d docs/JSDoc"
|
|
59
59
|
}
|
|
60
|
-
}
|
|
60
|
+
}
|
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.15.
|
|
5
|
+
version="3.15.62">
|
|
6
6
|
<name>Situm Cordova plugin Official</name>
|
|
7
7
|
<description>This is the stable branch.</description>
|
|
8
8
|
<license>MIT</license>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<config>
|
|
95
95
|
</config>
|
|
96
96
|
<pods use-frameworks="false">
|
|
97
|
-
<pod name="SitumSDK" spec="~> 3.
|
|
97
|
+
<pod name="SitumSDK" spec="~> 3.40.0"/>
|
|
98
98
|
</pods>
|
|
99
99
|
</podspec>
|
|
100
100
|
|
|
File without changes
|
|
@@ -44,7 +44,7 @@ dependencies {
|
|
|
44
44
|
implementation ('com.googlecode.json-simple:json-simple:1.1.1'){
|
|
45
45
|
exclude group: 'junit', module:'junit'
|
|
46
46
|
}
|
|
47
|
-
implementation ('es.situm:situm-sdk:3.
|
|
47
|
+
implementation ('es.situm:situm-sdk:3.37.0@aar') {
|
|
48
48
|
transitive = true
|
|
49
49
|
}
|
|
50
50
|
implementation 'org.apache.cordova:framework:10.1.1'
|
|
File without changes
|
package/src/android/gradlew
CHANGED
|
File without changes
|
package/src/android/situm.gradle
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.h
CHANGED
|
File without changes
|
package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|