Skip to content

Commit 3edd1b0

Browse files
committed
Added WebKit to podspec dependencies
* Also updated the dev project's dependencies
1 parent 48c6bae commit 3edd1b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313

1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/OneSignal.framework'
15-
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications'
15+
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications', 'WebKit'
1616
end

iOS_SDK/OneSignalDevApp/OneSignalDevApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/* Begin PBXBuildFile section */
1010
03432CDC1EBD426A0071FC48 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03432CDB1EBD426A0071FC48 /* CoreLocation.framework */; };
11+
03FA99F7231EEEC90003405A /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03FA99F6231EEEC90003405A /* WebKit.framework */; };
12+
03FA99F8231EEF090003405A /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03FA99F6231EEEC90003405A /* WebKit.framework */; };
1113
4529DECC1FA7EAB800CEAB1D /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91B6EA051E83215000B5CF01 /* UserNotifications.framework */; };
1214
4529DEFA1FA91FBF00CEAB1D /* FirebaseAnalytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4529DEF91FA91FBF00CEAB1D /* FirebaseAnalytics.framework */; };
1315
4529DEFC1FA9201200CEAB1D /* FirebaseCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4529DEFB1FA9201000CEAB1D /* FirebaseCore.framework */; };
@@ -67,6 +69,7 @@
6769

6870
/* Begin PBXFileReference section */
6971
03432CDB1EBD426A0071FC48 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
72+
03FA99F6231EEEC90003405A /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
7073
4529DEF91FA91FBF00CEAB1D /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FirebaseAnalytics.framework; sourceTree = "<group>"; };
7174
4529DEFB1FA9201000CEAB1D /* FirebaseCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = "<group>"; };
7275
4529DEFD1FA921D900CEAB1D /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
@@ -103,6 +106,7 @@
103106
isa = PBXFrameworksBuildPhase;
104107
buildActionMask = 2147483647;
105108
files = (
109+
03FA99F8231EEF090003405A /* WebKit.framework in Frameworks */,
106110
4529DF041FA929F800CEAB1D /* FirebaseNanoPB.framework in Frameworks */,
107111
9112E8A51E724ECC0022A1CB /* libOneSignal.a in Frameworks */,
108112
03432CDC1EBD426A0071FC48 /* CoreLocation.framework in Frameworks */,
@@ -126,6 +130,7 @@
126130
454EB3251FABEF350093AD9B /* nanopb.framework in Frameworks */,
127131
454EB3241FABEF320093AD9B /* FirebaseNanoPB.framework in Frameworks */,
128132
454EB3231FABEF2F0093AD9B /* GoogleToolboxForMac.framework in Frameworks */,
133+
03FA99F7231EEEC90003405A /* WebKit.framework in Frameworks */,
129134
91B6EA081E8321B400B5CF01 /* libOneSignal.a in Frameworks */,
130135
91B6EA071E83215800B5CF01 /* UIKit.framework in Frameworks */,
131136
91B6EA061E83215000B5CF01 /* UserNotifications.framework in Frameworks */,
@@ -185,6 +190,7 @@
185190
9112E8A21E724DCA0022A1CB /* Frameworks */ = {
186191
isa = PBXGroup;
187192
children = (
193+
03FA99F6231EEEC90003405A /* WebKit.framework */,
188194
4529DF051FA92C7F00CEAB1D /* GoogleToolboxForMac.framework */,
189195
4529DF031FA929F700CEAB1D /* FirebaseNanoPB.framework */,
190196
4529DF011FA9292800CEAB1D /* nanopb.framework */,

0 commit comments

Comments
 (0)