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

Webex Universal Download failing #175

Open
markkenny opened this issue Sep 6, 2024 · 0 comments
Open

Webex Universal Download failing #175

markkenny opened this issue Sep 6, 2024 · 0 comments

Comments

@markkenny
Copy link

Sorry, not sure how pull and submit a change for approval, but this should work...

Input:
  INTEL_ARCH: x64
  INTEL_TYPE: WebexTeamsDesktop-MACOS-Gold
  SILICON_ARCH: arm64
  SILICON_TYPE: WebexDesktop-MACOS-Apple-Silicon-Gold

Process:
  - Processor: URLDownloader
    Arguments:
        filename: '%NAME%-%INTEL_ARCH%.dmg'
        url: 'https://binaries.webex.com/%INTEL_TYPE%/Webex.dmg'

  - Processor: EndOfCheckPhase

  - Processor: CodeSignatureVerifier
    Arguments:
        input_path: '%pathname%/Webex.app'
        requirement: identifier "Cisco-Systems.Spark" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = DE8Y96K9QP

  - Processor: Versioner
    Arguments:
        input_plist_path: '%pathname%/Webex.app/Contents/Info.plist'
        plist_version_key: CFBundleShortVersionString

  - Processor: PlistReader
    Arguments:
      info_path: "%pathname%/Webex.app/Contents/Info.plist"
      plist_keys:
        CFBundleIdentifier: bundle_id
        CFBundleShortVersionString: bundle_version
        CFBundleName: bundle_name

  - Processor: URLDownloader
    Arguments:
        filename: '%NAME%-%SILICON_ARCH%.dmg'
        url: 'https://binaries.webex.com/%SILICON_TYPE%/Webex.dmg'

  - Processor: EndOfCheckPhase

  - Processor: CodeSignatureVerifier
    Arguments:
        input_path: '%pathname%/Webex.app'
        requirement: identifier "Cisco-Systems.Spark" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = DE8Y96K9QP

  - Processor: EndOfCheckPhase
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

No branches or pull requests

1 participant