@ua/capacitor-airship 5.0.0 → 5.2.0
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.
|
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.ios.deployment_target = '16.0'
|
|
14
14
|
s.dependency 'Capacitor'
|
|
15
15
|
s.swift_version = '6'
|
|
16
|
-
s.dependency "AirshipFrameworkProxy", "15.
|
|
16
|
+
s.dependency "AirshipFrameworkProxy", "15.5.0"
|
|
17
17
|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
18
18
|
end
|
package/android/build.gradle
CHANGED
|
@@ -5,9 +5,7 @@ public import UIKit
|
|
|
5
5
|
@objc(AirshipPluginLoader)
|
|
6
6
|
public class AirshipPluginLoader: NSObject, AirshipPluginLoaderProtocol {
|
|
7
7
|
@MainActor
|
|
8
|
-
public static func
|
|
9
|
-
launchOptions: [UIApplication.LaunchOptionsKey : Any]?
|
|
10
|
-
) {
|
|
8
|
+
public static func onLoad() {
|
|
11
9
|
AirshipCapacitorAutopilot.shared.onApplicationDidFinishLaunching()
|
|
12
10
|
}
|
|
13
11
|
}
|