Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognjen Ristanovic committed Oct 19, 2023
1 parent 45d28a1 commit 5f0bf12
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 164 deletions.
6 changes: 0 additions & 6 deletions urbanairship-cordova/cordova_airship-Swift.h

This file was deleted.

5 changes: 3 additions & 2 deletions urbanairship-cordova/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<!-- ios -->
<platform name="ios">

<dependency id="cordova-plugin-add-swift-support" version="2.0.2"/>

<!-- Background push -->
<config-file parent="UIBackgroundModes" target="*-Info.plist">
Expand Down Expand Up @@ -194,7 +193,7 @@
<header-file src="src/ios/events/UACordovaPreferenceCenterEvent.h"/>
<source-file src="src/ios/events/UACordovaPreferenceCenterEvent.m"/>
<source-file src="src/ios/AirshipCordova.swift"/>
<header-file src="cordova_airship-Swift.h" type="BridgingHeader" />
<header-file src="src/ios/cordova_airship-Swift.h"/>

<!-- Airship library -->
<podspec>
Expand All @@ -205,6 +204,8 @@
<pod name="AirshipFrameworkProxy" spec="4.0.0" />
</pods>
</podspec>

<dependency id="cordova-plugin-add-swift-support" version="2.0.2"/>

</platform>
</plugin>
Loading

0 comments on commit 5f0bf12

Please sign in to comment.