All Versions
67
Latest Version
Avg Release Cycle
86 days
Latest Release
1029 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.14.2 Changes
September 26, 2016๐ Changes
- ๐ Xcode 8 Support
- App Bundle should not contain the libswiftRemoteMirror.dylib
- โ Added tvOS support by Electryc. Issue #295
- ๐ XcodebuildTask and XcodeTestTask can now override the global xcodebuild settings for building for supporting multiproject build
- โ Added an option that a custom entitlements file can be specified for codesigning
- SimulatorControl now also creates the tvOS simulator
- ๐ Initial Carthage support. Carthage is not bootstraped, so make sure that Carthage is installed if your project uses it.
- Embedded provisioning file now honors the team-id when expanding the identifiers
- โก๏ธ Updated that the test result is not taken from the xcodebuild output, but from the TestSummaries.plist, because there are causes where the xcodebuild output stopps.
- ๐ Test Result from the TestSummaries.plist is merged the the infos from the xcodebuild output like duration and stdout
- ๐ Archive supports now creating the xcarchive using the xcodebuild command. For this set the parameter
xcodebuild.useXcodebuildArchive
to true. (See issue also #293)
๐ Bugfixes
version
parameter for settings the xcode version was ignored- โก๏ธ Updated the XcodeBuildArchiveTask that the configured swift toolchain is used, to that the proper swift libs are included into the archive
- ๐ change the plist decode from the provisioning profile that a exit code != 0 does not crash the build: Issue #297
- ๐ Make "derivedDataPath" optional #291
Note: There is no 0.14.1 version. (Reason is a typo)
- ๐ Xcode 8 Support
-
v0.14.0 Changes
July 22, 2016๐ Changes
- ๐ OCLint report is stored now in build/report/oclint: #263
- โก๏ธ Updated OCLint to 0.10.3
- ๐ Set Coverage report directory to build/report/coverage
- ๐ Set CPD report directory to build/report/cpd/
๐ Bugfixes
- โ Added that the SwiftSupport folder is only included in Appstore builds, but not in AdHoc builds: #232
- ๐ Make compatible with gradle 2.14. (Older version of gradle will not work anymore with this version)
-
v0.13.1 Changes
๐ Bugfixes
- โ Added that in the ipa app extentions for iOS apps do not contain frameworks, because the should be in the base app
- ๐ Fixed that the SwiftSupport is only created for Swift projects: #260
-
v0.13.0 Changes
March 04, 2016๐ Changes
- โ Added new code coverate support for the new reports Xcode 7 creates: #225
- This ables coverage reports for Swift projects
- Also added support for coverage reports for OS X projects
- โก๏ธ Updated OCLint to 0.10.2
- โ Added 'cocoapodsUpdate' task: Issue: #241
- โ Added that the project file can be specified as parameter
๐ Bugfixes
- ๐ Fixed that empty Frameworks directory gets deleted: issue #242
- ๐ Fixed that on simulatorCreate the simualtors gets killed first, to avoid a failure is a simulator is running
- โ Added new code coverate support for the new reports Xcode 7 creates: #225
-
v0.12.7 Changes
January 27, 2016๐ Bugfixes
- โ Added support for wildcard identifiers when extracting the entitlment from the provisioning profile: fixes issue #230
- ๐ Fixed that when building a commandline tool that has no info plist that it does not fail: issue #235
-
v0.12.5 Changes
๐ Bugfixes
- โช Reverted the removal of the SwiftSupport, because the appstore needs this. Issue #231
-
v0.12.4 Changes
๐ Bugfixes
- ๐ Fixed that the Keychain Access Group is propery set in the entitlements: Issue #226
- ๐ Fixed memory problem with the CommandRunner: Issue #222
- ๐ Fixed that the SwiftSupport in not included anymore, because it is not needed
- ๐ For simulator builds also the identifier is used. This avoids build failues if a simulator of the same type and name exists twice
-
v0.12.3 Changes
November 11, 2015๐ Changes
- โ Removed Xcode 5 support
๐ Bugfixes
- simulatorStart works now
- ๐ง simulatorRunApp starts now the configured app in the simulator
- simpler destination syntax for specifing the simulators
- ๐ Fixed that the keychain-access-group is not removed from the entitlements during signing: Issue #220
-
v0.12.2 Changes
October 28, 2015๐ Bugfixes
- Codesigning failed with some projects that contains frameworks
-
v0.12.1 Changes
October 28, 2015๐ Changes
- ๐ Watchkit support. Project with Xcode 6 and Watchkit can now be build and is properly signed
๐ Bugfixes
- ๐ Build failes if the specified simualtor is not found: Issue #219
- ๐ All build configurations are now processed: Issue #218x