Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appdome-build-2secure-android 3.3.0 #4296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elish266
Copy link
Contributor

@elish266 elish266 commented Oct 15, 2024

TagCheck

What to do if the build fails?

At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed build, we ask for your patience. Maintainers of Bitrise Steplib will sort it out for you or inform you if any further action is needed.

New Pull Request Checklist

Please mark the points which you did / accept.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Eli seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@bitrise-coresteps-bot
Copy link
Collaborator

Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.

step.yml changes compared to previous version:

--- steps/appdome-build-2secure-android/3.2.0/step.yml	2024-10-15 15:13:14
+++ steps/appdome-build-2secure-android/3.3.0/step.yml	2024-10-15 15:13:16
@@ -1,16 +1,16 @@
-title: Appdome-Build-2Secure for Android
+title: Appdome-Build-2Secure for iOS
 summary: |
-  Builds a mobile app using Appdome's platform
+  Builds an iOS mobile app using Appdome's platform
 description: |
   Integration that allows activating security and app protection features, building and signing mobile apps using Appdome's API. For details see: https://www.appdome.com/how-to/appsec-release-orchestration/mobile-appsec-cicd/use-appdome-build-2secure-step-for-bitrise
-website: https:/Appdome/bitrise-step-appdome-build-2secure-android
-source_code_url: https:/Appdome/bitrise-step-appdome-build-2secure-android
-support_url: https:/Appdome/bitrise-step-appdome-build-2secure-android/issues
-published_at: 2024-08-19T13:49:51.361285+03:00
+website: https:/Appdome/bitrise-step-appdome-build-2secure-ios
+source_code_url: https:/Appdome/bitrise-step-appdome-build-2secure-ios
+support_url: https:/Appdome/bitrise-step-appdome-build-2secure-ios/issues
+published_at: 2024-10-15T18:11:23.686921+03:00
 source:
   git: https:/Appdome/bitrise-step-appdome-build-2secure-android.git
-  commit: b38a88f644eea60308aa458de0d3ffdc087764e9
+  commit: 70a501fdd6d23f8d540a0b4c5d096d2810abc4ff
 project_type_tags:
-- android
+- ios
 type_tags:
 - build
@@ -25,15 +25,13 @@
   - name: curl
 inputs:
-- app_location: null
+- app_location: 
   opts:
     is_required: true
-    summary: URL to app file (apk/aab) or an EnvVar representing its path (i.e. 
-      or )
+    summary: URL to app file (ipa) or an EnvVar representing its path (i.e. )
     title: App file URL or EnvVar
 - opts:
     is_required: false
-    summary: Output app file name. The file extension (aab/apk) will be the same as
-      the original app. If not specified, the default output file will be same as
-      the original app but with Appdome_ prefix.
+    summary: Output app file name (without extension). If not populated, the default
+      output file name will be the same as the original app but with Appdome_ prefix.
     title: Output file name (without extension)
   output_filename: null
@@ -55,37 +53,28 @@
     - Auto-Dev-Signing
   sign_method: On-Appdome
-- gp_signing: "false"
+- certificate_file: null
   opts:
-    category: Google Signing
-    description: Sign the app for Google Play? If 'true', requires 
-      in the Secrets tab.
-    is_required: true
-    title: Google Play Signing
-    value_options:
-    - "true"
-    - "false"
-- google_fingerprint: 
-  opts:
-    category: Google Signing
-    description: Google Sign Fingerprint for Google Play singing, or its Secret variable
-      name.
+    description: Code signing cetificate file name (from the uploaded code signing
+      certificates) to use. If not provided, the LAST certificate among the uploaded
+      files to 'Code Signing & Files' section will be used. If you don't know the
+      file name of the certificate you want to use, download the certificate from
+      the Code Signing & Files section to your computer and type here its file name
+      and extension as was downloaded. Only ONE certificate file is supported.
     is_required: false
-    title: Google Sign Fingerprint
-- fingerprint: 
-  opts:
-    category: Private/Auto-Dev Signing
-    description: Sign Fingerprint (not for Google Play singing), or its Secret variable
-      name.
-    is_required: false
-    title: Sign Fingerprint
+    title: Code signing cetificates (.p12) file name
 - opts:
-    description: Select 'true' to create a Universal.apk file (applies to .aab app
-      types only).
+    description: List of provisioning profile file name/s (with no file extension,
+      separated by commas) from the uploaded provisioning profiles to use. If not
+      provided, all provisioning profiles uploaded to 'Code Signing & Files' section
+      will be used.
     is_required: false
-    title: Secondary Output
-    value_options:
-    - "true"
-    - "false"
-  secondary_output: "false"
+    title: Provisioning profile file name/s
+  provisioning_profiles: null
+- entitlements: null
+  opts:
+    description: iOS Entitlement EnvVar/s (separated by space), required for Auto-Dev-Singing
+      and On-Appdome Signing.
+    is_required: false
+    title: iOS Entitlement EnvVar/s
 - build_logs: "false"
   opts:
@@ -104,5 +93,5 @@
     value_options:
     - None
-    - AWS device farm
+    - AWS_device_farm
     - Bitbar
     - Browserstack
@@ -115,22 +104,10 @@
     - Saucelabs
 outputs:
-- APPDOME_SECURED_APK_PATH: null
+- APPDOME_SECURED_IPA_PATH: null
   opts:
     description: |
-      Local path of the secured .apk file. Available when 'Signing Method' set to 'On-Appdome' or 'Private-Signing'
-    summary: Local path of the secured .apk file
-    title: Secured .apk file path
-- APPDOME_SECURED_AAB_PATH: null
-  opts:
-    description: |
-      Local path of the secured .aab file. Available when 'Signing Method' set to 'On-Appdome' or 'Private-Signing'
-    summary: Local path of the secured .aab file
-    title: Secured .aab file path
-- APPDOME_SECURED_SO_PATH: null
-  opts:
-    description: |
-      Local path of the secured secondary output file (universal apk). Available if Secondary Output is set to 'true' and the original app is .aab type
-    summary: Local path of the secured secondary output file
-    title: Secured secondary output file path (universal apk)
+      Local path of the secured .ipa file. Available when 'Signing Method' set to 'On-Appdome' or 'Private-Signing'
+    summary: Local path of the secured .ipa file
+    title: Secured .ipa file path
 - APPDOME_PRIVATE_SIGN_SCRIPT_PATH: null
   opts:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants