mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Run pod commands in ios directory
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ios.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ios.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -30,9 +30,11 @@ jobs: | ||||
|         flutter-version: '2.10.3' | ||||
|     - name: Build for iOS | ||||
|       run: | | ||||
|         cd ios | ||||
|         pod init | ||||
|         flutter pub get | ||||
|         cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|         pod repo update | ||||
|         pod install | ||||
|         cd .. | ||||
|         flutter pub get | ||||
|         cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|         flutter build ios --release --no-codesign | ||||
|   | ||||
		Reference in New Issue
	
	Block a user