-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Litvinenko
committed
Jan 6, 2025
1 parent
7b12ec2
commit dce40a2
Showing
12 changed files
with
102 additions
and
83 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,10 @@ Airship flutter plugin. | |
s.author = { 'Airship' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'airship_flutter/Sources/airship_flutter/**/*' | ||
s.public_header_files = 'airship_flutter/Sources/airship_flutter/obj-c/**/*.h' | ||
s.dependency 'Flutter' | ||
s.ios.deployment_target = "14.0" | ||
s.dependency "AirshipFrameworkProxy", "11.1.0" | ||
s.swift_version = "5.0.0" | ||
s.resource_bundles = {'airship_flutter_privacy' => ['airship_flutter/Sources/airship_flutter/swift/PrivacyInfo.xcprivacy']} | ||
s.resource_bundles = {'airship_flutter_privacy' => ['airship_flutter/Sources/airship_flutter/PrivacyInfo.xcprivacy']} | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
...ship_flutter/swift/AirshipAutopilot.swift → ...es/airship_flutter/AirshipAutopilot.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
...p_flutter/swift/AirshipEmbeddedView.swift → ...airship_flutter/AirshipEmbeddedView.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
...utter/swift/AirshipInboxMessageView.swift → ...hip_flutter/AirshipInboxMessageView.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...p_flutter/swift/AirshipPluginLoader.swift → ...airship_flutter/AirshipPluginLoader.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions
8
ios/airship_flutter/Sources/airship_flutter/obj-c/AirshipPlugin.m
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
ios/airship_flutter/Sources/airship_flutter/obj-c/include/AirshipPlugin.h
This file was deleted.
Oops, something went wrong.