Tags: bitrise-io/go-xcode
Tags
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.
Support new export methods (#266) Adds support for new export methods available since Xcode 15.3. - Updated xcodeversion.Reader to read minor xcode version
[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.
Add NSunbufferedIO env to xcbeautify too (#260) * Add NSunbufferedIO env to xcbeautify too * Better var naming for unbufferedIOEnv
PreviousNext