openci_vm_cli 1.0.2
openci_vm_cli: ^1.0.2 copied to clipboard
OpenCI VM CLI
CHANGELOG #
1.0.2 #
- Fix: Xcode picking up stale provisioning profiles instead of the newly created one
- Delete old OpenCI provisioning profiles from local storage before installing new one
- Pass
PROVISIONING_PROFILEandPROVISIONING_PROFILE_SPECIFIERtoxcodebuild archiveto ensure correct profile is used - Set
PROVISIONING_PROFILE_SPECIFIERto profile name (not UUID) inproject.pbxproj
1.0.1 #
- Fix:
.p12import failing on macOS with "MAC verification failed" error- Added
-legacy -certpbe PBE-SHA1-3DES -keypbe PBE-SHA1-3DES -macalg SHA1flags toopenssl pkcs12for OpenSSL 3.x compatibility with macOSsecurity import
- Added
1.0.0 #
- Initial release
ios-signcommand: Automate iOS code signing, building, and IPA export- App Store Connect API integration (JWT, certificates, provisioning profiles)
- Automatic certificate creation via CSR + ASC API
- Certificate caching support via environment variables
- Temporary keychain management
- Xcode project configuration for manual signing
- Archive build and IPA export