6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 247f9ba3

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-23 08:03:46 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 18 ------------------
 1 file changed, 18 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 7ef46ebb..cc2c12c6 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -42,24 +42,6 @@ steps:
script: |
flutter config --enable-swift-package-manager
-# Copy SeosMobileKeysSDK to the Xcode project directory
-- task: CopyFiles@2
- displayName: "Copy SeosMobileKeysSDK framework to Xcode project"
- inputs:
- sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/XCFrameworks/'
- contents: 'SeosMobileKeysSDK.xcframework/**'
- targetFolder: '$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks/'
- flattenFolders: false
-
-- task: FlutterBuild@0
- displayName: "Build application"
- inputs:
- buildNumber: "$(Build.BuildId)"
- target: "ios"
- buildFlavour: $(flavor)
- iosCodesign: false
- projectDirectory: "$(Build.SourcesDirectory)/comwell_key_app"
-
# Ensure the custom XCFramework is added to the Xcode project
- task: Xcode@5
displayName: "Integrate XCFramework into Xcode project"