From 9e8f6d57dfaaf955e058f0f1f068dea6e6731209 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 28 Jun 2025 01:53:07 +0800 Subject: [PATCH] :rocket: Launch 3.0.0+108 --- android/app/build.gradle.kts | 1 + .../example => dev/solsynth}/solian/MainActivity.kt | 0 ios/Runner.xcodeproj/project.pbxproj | 10 +--------- macos/Podfile.lock | 6 ++++++ pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) rename android/app/src/main/kotlin/{com/example => dev/solsynth}/solian/MainActivity.kt (100%) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 44161b0..554f72d 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -59,6 +59,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") implementation("com.github.bumptech.glide:glide:4.16.0") implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.google.firebase:firebase-messaging-ktx") } flutter { diff --git a/android/app/src/main/kotlin/com/example/solian/MainActivity.kt b/android/app/src/main/kotlin/dev/solsynth/solian/MainActivity.kt similarity index 100% rename from android/app/src/main/kotlin/com/example/solian/MainActivity.kt rename to android/app/src/main/kotlin/dev/solsynth/solian/MainActivity.kt diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 422f9d2..c738591 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 77; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -525,14 +525,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; @@ -590,14 +586,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 69bbdff..496b747 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -49,6 +49,8 @@ PODS: - OrderedSet (~> 6.0.3) - flutter_platform_alert (0.0.1): - FlutterMacOS + - flutter_secure_storage_macos (6.1.3): + - FlutterMacOS - flutter_timezone (0.1.0): - FlutterMacOS - flutter_udid (0.0.1): @@ -171,6 +173,7 @@ DEPENDENCIES: - firebase_messaging (from `Flutter/ephemeral/.symlinks/plugins/firebase_messaging/macos`) - flutter_inappwebview_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_inappwebview_macos/macos`) - flutter_platform_alert (from `Flutter/ephemeral/.symlinks/plugins/flutter_platform_alert/macos`) + - flutter_secure_storage_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos`) - flutter_timezone (from `Flutter/ephemeral/.symlinks/plugins/flutter_timezone/macos`) - flutter_udid (from `Flutter/ephemeral/.symlinks/plugins/flutter_udid/macos`) - flutter_webrtc (from `Flutter/ephemeral/.symlinks/plugins/flutter_webrtc/macos`) @@ -232,6 +235,8 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/flutter_inappwebview_macos/macos flutter_platform_alert: :path: Flutter/ephemeral/.symlinks/plugins/flutter_platform_alert/macos + flutter_secure_storage_macos: + :path: Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos flutter_timezone: :path: Flutter/ephemeral/.symlinks/plugins/flutter_timezone/macos flutter_udid: @@ -295,6 +300,7 @@ SPEC CHECKSUMS: FirebaseMessaging: 195bbdb73e6ca1dbc76cd46e73f3552c084ef6e4 flutter_inappwebview_macos: c2d68649f9f8f1831bfcd98d73fd6256366d9d1d flutter_platform_alert: 8fa7a7c21f95b26d08b4a3891936ca27e375f284 + flutter_secure_storage_macos: 7f45e30f838cf2659862a4e4e3ee1c347c2b3b54 flutter_timezone: d59eea86178cbd7943cd2431cc2eaa9850f935d8 flutter_udid: d26e455e8c06174e6aff476e147defc6cae38495 flutter_webrtc: a7eeb54859e672228c28f4b48b1fb61561976ea3 diff --git a/pubspec.yaml b/pubspec.yaml index 33a1b33..e0c85c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 3.0.0+107 +version: 3.0.0+108 environment: sdk: ^3.7.2