File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 echo "✓ Updated pubspec.yaml version to ${NEW_VERSION}"
160160
161161 # Update podspec version
162- sed -i '' "s|s.version = '[^']*'|s.version = '${NEW_VERSION}'|" ios/onesignal_flutter.podspec
162+ sed -i '' "s|s\ .version[[:space:]]*=[[:space:]]* '[^']*'|s.version = '${NEW_VERSION}'|" ios/onesignal_flutter.podspec
163163 echo "✓ Updated ios/onesignal_flutter.podspec version to ${NEW_VERSION}"
164164
165165 # Update android build.gradle version
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class OneSignalLiveActivities {
2020 ///
2121 /// Only applies to iOS.
2222 @Deprecated (
23- 'This API is no longer supported and will be removed in a future release .' )
23+ 'Currently unsupported, avoid using this method .' )
2424 Future <void > exitLiveActivity (String activityId) async {
2525 if (defaultTargetPlatform == TargetPlatform .iOS) {
2626 return await _channel.invokeMethod (
You can’t perform that action at this time.
0 commit comments