Parcourir la source

remove iOS test

* remove iOS test
flutter-beta
juliuscanute il y a 7 ans
committed by GitHub
Parent
révision
1883d1c4b8
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
3 fichiers modifiés avec 5 ajouts et 6 suppressions
  1. +1
    -6
      azure-pipelines.yml
  2. +1
    -0
      example/ios/Podfile
  3. +3
    -0
      example/ios/Runner.xcodeproj/project.pbxproj

+ 1
- 6
azure-pipelines.yml Voir le fichier

@@ -12,12 +12,7 @@ pool:
steps:
- script: |
cd example
$(flutterPath)/flutter build ios
displayName: 'Test iOS -- Build'
env:
flutterPath: $(flutterPath)
- script: |
cd example
$(flutterPath)/flutter packages get
$(flutterPath)/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
displayName: 'Test Android -- Build'
env:


+ 1
- 0
example/ios/Podfile Voir le fichier

@@ -66,6 +66,7 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end


+ 3
- 0
example/ios/Runner.xcodeproj/project.pbxproj Voir le fichier

@@ -368,6 +368,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
@@ -451,6 +452,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
@@ -502,6 +504,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};


Chargement…
Annuler
Enregistrer