@bubble-labs/capacitor-plugin-siri-shorts 7.0.3 → 8.0.1

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.
Files changed (48) hide show
  1. package/BubbleLabsCapacitorPluginSiriShorts.podspec +1 -1
  2. package/README.md +1 -1
  3. package/dist/docs.json +1 -1
  4. package/ios/Plugin.xcodeproj/project.pbxproj +4 -4
  5. package/ios/Podfile.lock +4 -4
  6. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +32 -0
  7. package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +31 -0
  8. package/ios/Pods/Manifest.lock +22 -0
  9. package/ios/Pods/Pods.xcodeproj/project.pbxproj +1641 -0
  10. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor-Capacitor.xcscheme +58 -0
  11. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor.xcscheme +58 -0
  12. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova-CapacitorCordova.xcscheme +58 -0
  13. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +58 -0
  14. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +58 -0
  15. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +58 -0
  16. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/xcschememanagement.plist +41 -0
  17. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +26 -0
  18. package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +5 -0
  19. package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +12 -0
  20. package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +16 -0
  21. package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +8 -0
  22. package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +16 -0
  23. package/ios/Pods/Target Support Files/Capacitor/ResourceBundle-Capacitor-Capacitor-Info.plist +24 -0
  24. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +26 -0
  25. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +5 -0
  26. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +12 -0
  27. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +13 -0
  28. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +6 -0
  29. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +13 -0
  30. package/ios/Pods/Target Support Files/CapacitorCordova/ResourceBundle-CapacitorCordova-CapacitorCordova-Info.plist +24 -0
  31. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +26 -0
  32. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +53 -0
  33. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +91 -0
  34. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +5 -0
  35. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +16 -0
  36. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +15 -0
  37. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +6 -0
  38. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +15 -0
  39. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +26 -0
  40. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +53 -0
  41. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +91 -0
  42. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +5 -0
  43. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +188 -0
  44. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +16 -0
  45. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +16 -0
  46. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +6 -0
  47. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +16 -0
  48. package/package.json +8 -8
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.author = package['author']
12
12
  s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
- s.ios.deployment_target = '12.0'
14
+ s.ios.deployment_target = '26.0'
15
15
  s.dependency 'Capacitor'
16
16
  s.swift_version = '5.1'
17
17
  end
package/README.md CHANGED
@@ -91,7 +91,7 @@ initializeApp() {
91
91
  * [`present(...)`](#present)
92
92
  * [`delete(...)`](#delete)
93
93
  * [`deleteAll()`](#deleteall)
94
- * [`addListener('appLaunchBySiriShortcuts', ...)`](#addlistenerapplaunchbysirishortcuts)
94
+ * [`addListener('appLaunchBySiriShortcuts', ...)`](#addlistenerapplaunchbysirishortcuts-)
95
95
  * [`removeAllListeners()`](#removealllisteners)
96
96
  * [Interfaces](#interfaces)
97
97
 
package/dist/docs.json CHANGED
@@ -140,7 +140,7 @@
140
140
  "PluginListenerHandle",
141
141
  "Shortcut"
142
142
  ],
143
- "slug": "addlistenerapplaunchbysirishortcuts"
143
+ "slug": "addlistenerapplaunchbysirishortcuts-"
144
144
  },
145
145
  {
146
146
  "name": "removeAllListeners",
@@ -375,7 +375,7 @@
375
375
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
376
376
  GCC_WARN_UNUSED_FUNCTION = YES;
377
377
  GCC_WARN_UNUSED_VARIABLE = YES;
378
- IPHONEOS_DEPLOYMENT_TARGET = 18.0;
378
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
379
379
  MTL_ENABLE_DEBUG_INFO = YES;
380
380
  ONLY_ACTIVE_ARCH = YES;
381
381
  SDKROOT = iphoneos;
@@ -429,7 +429,7 @@
429
429
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
430
430
  GCC_WARN_UNUSED_FUNCTION = YES;
431
431
  GCC_WARN_UNUSED_VARIABLE = YES;
432
- IPHONEOS_DEPLOYMENT_TARGET = 18.0;
432
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
433
433
  MTL_ENABLE_DEBUG_INFO = NO;
434
434
  SDKROOT = iphoneos;
435
435
  SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -452,7 +452,7 @@
452
452
  DYLIB_INSTALL_NAME_BASE = "@rpath";
453
453
  INFOPLIST_FILE = Plugin/Info.plist;
454
454
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
455
- IPHONEOS_DEPLOYMENT_TARGET = 18.0;
455
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
456
456
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)\n$(FRAMEWORK_SEARCH_PATHS)\n$(FRAMEWORK_SEARCH_PATHS)";
457
457
  ONLY_ACTIVE_ARCH = YES;
458
458
  PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.Plugin;
@@ -477,7 +477,7 @@
477
477
  DYLIB_INSTALL_NAME_BASE = "@rpath";
478
478
  INFOPLIST_FILE = Plugin/Info.plist;
479
479
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
480
- IPHONEOS_DEPLOYMENT_TARGET = 18.0;
480
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
481
481
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
482
482
  ONLY_ACTIVE_ARCH = NO;
483
483
  PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.Plugin;
package/ios/Podfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PODS:
2
- - Capacitor (7.2.0):
2
+ - Capacitor (8.0.1):
3
3
  - CapacitorCordova
4
- - CapacitorCordova (7.2.0)
4
+ - CapacitorCordova (8.0.1)
5
5
 
6
6
  DEPENDENCIES:
7
7
  - "Capacitor (from `../node_modules/@capacitor/ios`)"
@@ -14,8 +14,8 @@ EXTERNAL SOURCES:
14
14
  :path: "../node_modules/@capacitor/ios"
15
15
 
16
16
  SPEC CHECKSUMS:
17
- Capacitor: 03bc7cbdde6a629a8b910a9d7d78c3cc7ed09ea7
18
- CapacitorCordova: 5967b9ba03915ef1d585469d6e31f31dc49be96f
17
+ Capacitor: ff35b0f66370b84aa238251b35b91886a3207c16
18
+ CapacitorCordova: 0d65b9bb74e995dcecb9463f34f1af2aba6f955c
19
19
 
20
20
  PODFILE CHECKSUM: 520251d2ae378ad040cf83d688d85978d597dd7a
21
21
 
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "Capacitor",
3
+ "version": "8.0.1",
4
+ "summary": "Capacitor for iOS",
5
+ "license": "MIT",
6
+ "homepage": "https://capacitorjs.com/",
7
+ "platforms": {
8
+ "ios": "15.0"
9
+ },
10
+ "authors": {
11
+ "Ionic Team": "hi@ionicframework.com"
12
+ },
13
+ "source": {
14
+ "git": "https://github.com/ionic-team/capacitor.git",
15
+ "tag": "8.0.1"
16
+ },
17
+ "source_files": "Capacitor/Capacitor/**/*.{swift,h,m}",
18
+ "module_map": "Capacitor/Capacitor/Capacitor.modulemap",
19
+ "resources": [
20
+ "Capacitor/Capacitor/assets/native-bridge.js"
21
+ ],
22
+ "resource_bundles": {
23
+ "Capacitor": [
24
+ "Capacitor/Capacitor/PrivacyInfo.xcprivacy"
25
+ ]
26
+ },
27
+ "dependencies": {
28
+ "CapacitorCordova": []
29
+ },
30
+ "swift_versions": "5.1",
31
+ "swift_version": "5.1"
32
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "CapacitorCordova",
3
+ "module_name": "Cordova",
4
+ "version": "8.0.1",
5
+ "summary": "Capacitor Cordova Compatibility Layer",
6
+ "homepage": "https://capacitorjs.com",
7
+ "license": "MIT",
8
+ "authors": {
9
+ "Ionic Team": "hi@ionicframework.com"
10
+ },
11
+ "source": {
12
+ "git": "https://github.com/ionic-team/capacitor",
13
+ "tag": "8.0.1"
14
+ },
15
+ "platforms": {
16
+ "ios": "15.0"
17
+ },
18
+ "source_files": "CapacitorCordova/CapacitorCordova/**/*.{h,m}",
19
+ "public_header_files": [
20
+ "CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
21
+ "CapacitorCordova/CapacitorCordova/CapacitorCordova.h"
22
+ ],
23
+ "module_map": "CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap",
24
+ "resource_bundles": {
25
+ "CapacitorCordova": [
26
+ "CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy"
27
+ ]
28
+ },
29
+ "requires_arc": true,
30
+ "frameworks": "WebKit"
31
+ }
@@ -0,0 +1,22 @@
1
+ PODS:
2
+ - Capacitor (8.0.1):
3
+ - CapacitorCordova
4
+ - CapacitorCordova (8.0.1)
5
+
6
+ DEPENDENCIES:
7
+ - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
+ - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
+
10
+ EXTERNAL SOURCES:
11
+ Capacitor:
12
+ :path: "../node_modules/@capacitor/ios"
13
+ CapacitorCordova:
14
+ :path: "../node_modules/@capacitor/ios"
15
+
16
+ SPEC CHECKSUMS:
17
+ Capacitor: ff35b0f66370b84aa238251b35b91886a3207c16
18
+ CapacitorCordova: 0d65b9bb74e995dcecb9463f34f1af2aba6f955c
19
+
20
+ PODFILE CHECKSUM: 520251d2ae378ad040cf83d688d85978d597dd7a
21
+
22
+ COCOAPODS: 1.16.2