🚚 Rename iOS project
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user