mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Update ios fastlane scripts
This commit is contained in:
		
							parent
							
								
									0a22621ce2
								
							
						
					
					
						commit
						c43dcc28df
					
				@ -1,4 +1,5 @@
 | 
			
		||||
#!/bin/sh -ve
 | 
			
		||||
git apply ./scripts/enable-android-google-services.patch
 | 
			
		||||
flutter clean
 | 
			
		||||
flutter pub get
 | 
			
		||||
cd ios
 | 
			
		||||
 | 
			
		||||
@ -1,13 +0,0 @@
 | 
			
		||||
#!/bin/sh -ve
 | 
			
		||||
flutter clean
 | 
			
		||||
flutter pub get
 | 
			
		||||
cd ios
 | 
			
		||||
pod install
 | 
			
		||||
pod update
 | 
			
		||||
cd ..
 | 
			
		||||
flutter build ios --release
 | 
			
		||||
cd ios
 | 
			
		||||
bundle install
 | 
			
		||||
bundle update fastlane
 | 
			
		||||
bundle exec fastlane release
 | 
			
		||||
cd ..
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user