🚚 Rename iOS project

This commit is contained in:
2025-11-01 04:09:51 +08:00
parent 01cc71fd47
commit 71033a7b8b
162 changed files with 737 additions and 387 deletions

View File

@@ -3,7 +3,7 @@ platform :ios, '15.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
project 'Solian', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
@@ -26,7 +26,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
target 'Runner' do
target 'Solian' do
use_frameworks!
use_modular_headers!
@@ -36,7 +36,7 @@ target 'Runner' do
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
target 'SolianTests' do
inherit! :search_paths
end
@@ -49,7 +49,7 @@ target 'Runner' do
end
end
target 'WatchRunner Watch App' do
target 'Solian Watch App' do
platform :watchos, '11.0'
use_frameworks!