@bubble-labs/capacitor-plugin-siri-shorts 7.0.2 → 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.
- package/BubbleLabsCapacitorPluginSiriShorts.podspec +17 -0
- package/README.md +1 -1
- package/dist/docs.json +1 -1
- package/ios/Plugin.xcodeproj/project.pbxproj +4 -4
- package/ios/Podfile.lock +4 -4
- package/ios/Pods/Local Podspecs/Capacitor.podspec.json +32 -0
- package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +31 -0
- package/ios/Pods/Manifest.lock +22 -0
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +1641 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor-Capacitor.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova-CapacitorCordova.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/xcschememanagement.plist +41 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +26 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +5 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +12 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +8 -0
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +16 -0
- package/ios/Pods/Target Support Files/Capacitor/ResourceBundle-Capacitor-Capacitor-Info.plist +24 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +26 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +5 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +12 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +13 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +6 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +13 -0
- package/ios/Pods/Target Support Files/CapacitorCordova/ResourceBundle-CapacitorCordova-CapacitorCordova-Info.plist +24 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +26 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +53 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +91 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +5 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +16 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +15 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +6 -0
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +15 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +26 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +53 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +91 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +5 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +188 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +16 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +6 -0
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +16 -0
- package/package.json +9 -9
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
require 'json'
|
|
2
|
+
|
|
3
|
+
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
4
|
+
|
|
5
|
+
Pod::Spec.new do |s|
|
|
6
|
+
s.name = 'BubbleLabsCapacitorPluginSiriShorts'
|
|
7
|
+
s.version = package['version']
|
|
8
|
+
s.summary = package['description']
|
|
9
|
+
s.license = package['license']
|
|
10
|
+
s.homepage = package['repository']['url']
|
|
11
|
+
s.author = package['author']
|
|
12
|
+
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
|
|
13
|
+
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
14
|
+
s.ios.deployment_target = '26.0'
|
|
15
|
+
s.dependency 'Capacitor'
|
|
16
|
+
s.swift_version = '5.1'
|
|
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
|
@@ -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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 (
|
|
2
|
+
- Capacitor (8.0.1):
|
|
3
3
|
- CapacitorCordova
|
|
4
|
-
- CapacitorCordova (
|
|
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:
|
|
18
|
-
CapacitorCordova:
|
|
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
|