Skip to content

Commit

Permalink
Merge branch 'main' into prod/festapp
Browse files Browse the repository at this point in the history
# Conflicts:
#	ios/Runner.xcodeproj/project.pbxproj
  • Loading branch information
miakh committed Nov 26, 2024
2 parents fba7cd8 + 8e3dc6f commit 3893a2d
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 78 deletions.
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>15.6</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
platform :ios, '15.6'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -36,7 +36,7 @@ end

target 'OneSignalNotificationServiceExtension' do
use_frameworks!
pod 'OneSignalXCFramework', '5.2.5'
pod 'OneSignalXCFramework', '5.2.7'
end

post_install do |installer|
Expand Down
Loading

0 comments on commit 3893a2d

Please sign in to comment.