Bugfixes:
- Merged Pull Request: openbakery#29
Bugfixes:
- fixed hockeykit-image task that the image is created from the app icon as intended.
Bugfixes:
- fixed exception in hockeyapp-prepare task: issue #28
Bugfixes:
- fixed that on a simulator build the keychain is not created and provisioning profile is not installed
Bugfixes:
- fixed executing unit test. Where skipped because was TEST_HOST was set.
- fixed provisioning cleanup and create task that failed if the Provisioning Profiles directory does not exist
Features:
- new xcodebuild.signing parameters, replaces provisioning.mobileprovisionUri, keychain.certificateUri, keychain.certificatePassword, keychain.keychainPassword, keychain.keychain
- added new parameter hockeykit.notes
- added new parameter keychain.keychain
- added hockeyapp target that was created by wfrank2509
- reworked keychain and provisioning file handling so that multiple parallel builds should work
Changes:
- removed xcodebuild.buildRoot: The gradle buildDir variable is used instead.
- removed keychain.keychainName
Bugfixes:
Bugfixes:
- hockeykit image does not fail anymore when no icon image was found
Bugfixes:
- fixed reading the UUID from the mobile provisioning file
Changes:
- added workspace supported
Bugfixes:
- fixed the archive task: The *.app and *.app.dSYM directory were not included recursivly
Changes:
- default hockekit.displayName is now CFBundleDisplayName instead of CFBundleIdentifier
Changes:
- Added xcodebuild.unitTestTarget
- Added bundleIdentifierSuffix #12
Changes:
- Added inital TestFlight support with testflight target that uploads the build to TestFlight. (see Readme for the testflight parameters)
- Added support for Scheme with the new configuration parameter xcodebuild.scheme. Issue #1
- Added that after codesign the keychain and provisioning profile gets cleaned up. Issue #9
Bugfixes:
- fixed that the hockeykit manifest xml file was not valid xml
Bugfixes:
- fixed cleanup: Issue #8
- fixed that if the short version entry is missing in the Info.plist the plist modify task does not fail
Changes:
- xcodebuild.archiveVersion remame to xcodebuild.bundleNameSuffix
- infolist.versionExtension remove an added the following keys instead: version, versionSuffix, versionPrefix
- Short Version String can now be also set using shortVersionString, shortVersionStringSuffix and shortVersionStringPrefix
- Renamed hockeykit.appName to hockeykit.displayName
- Renamed hockeykit.version to hockeykit.versionDirectoryName
- xcodebuild.additionalParameters now also accepts arrays
Bugfixes:
- changed to absolute file paths in build folders -> so cleanup with subprojects should now work
Features:
- Added new parameter for xcodebuild -> arch
- Corrected error in dependency version in consumer/build.gradle example
Documentation:
- Created documentation for new parameter -> arch