8000 Tags · bitrise-io/go-xcode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bitrise-io/go-xcode

Tags

Verified

This tag was signed with the committer’s verified signature.
ofalvai Olivér Falvai

Verified

This tag was signed with the committer’s verified signature.
ofalvai Olivér Falvai

v2.0.0-alpha.58

Toggle v2.0.0-alpha.58's commit message

v2.0.0-alpha.57

Toggle v2.0.0-alpha.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding ArchiveTargetInfoProvider (#268)

- Added ArchiveInfo. This allows to remove some legacy duplicated
code in the export-xcarchive Step.
- Added ReadArchiveInfoFromXcodeproject, which preserves
the existing functionality when using with xcode-archive.
- Extracted some parameters of GenerateApplicationExportOptions
into an Opts struct, as there were too many bool parameters
that were easy to confuse. Added exportProduct and archiveInfo parameters.
- Removed some overly verbose mocking from the tests.

v2.0.0-alpha.56

Toggle v2.0.0-alpha.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support new export methods (#266)

Adds support for new export methods available since Xcode 15.3.

 - Updated xcodeversion.Reader to read minor xcode version

v2.0.0-alpha.55

Toggle v2.0.0-alpha.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding retry when agreements missing (#267)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new export methods (#265)

* Add new export methods

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Getter for xcodebuild command arguments (#264)

* Added CommandArgs function for the xcodebuild CommandBuilder, this removes the dependency on the v1 command package and helps with xcbeautify support integration.

* Use pointer receiver consistently everywhere

v2.0.0-alpha.54

Toggle v2.0.0-alpha.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SSW-2210] Paging workarounds and improvements (#263)

Added fallbacks for paging API error (invalid cursor).
In case the existing paging logic fails, we use workarounds such as fetch400Profiles.
Removed API calls for devices included in profiles,
this should help with rate limits in the long term.
To do this we use the UDIDs to check for profile validity,
instead of the opaque ID from the API.

v2.0.0-alpha.53

Toggle v2.0.0-alpha.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add NSunbufferedIO env to xcbeautify too (#260)

* Add NSunbufferedIO env to xcbeautify too

* Better var naming for unbufferedIOEnv
0