Skip to content

Commit

Permalink
add missing bridging header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognjen Ristanovic committed Sep 18, 2023
1 parent 7727979 commit 45d28a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions urbanairship-cordova/cordova_airship-Swift.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#ifndef cordova_airship_Swift_h
#define cordova_airship_Swift_h


#endif /* cordova_airship_Swift_h */
1 change: 1 addition & 0 deletions urbanairship-cordova/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,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" />

<!-- Airship library -->
<podspec>
Expand Down

0 comments on commit 45d28a1

Please sign in to comment.