Releases: igor-makarov/xcake
Releases · igor-makarov/xcake
0.13.0 Support Intent definitions
- Fix
.intentdefinition
files misclassified as resources. #228
Bug Fix
- Fix generation of launch target in scheme. #223 #224
Update minimum Ruby, remove ActiveSupport, etc.
- Make ClassDescendants behave deterministically (#220)
- Remove reliance on ActiveSupport + make minimum Ruby 2.6 (#222)
Add `.cc` to PBXSourcesBuildPhase
- Add
.cc
to PBXSourcesBuildPhase (#219 by comex)
Advance minimum Ruby version to 2.3.3 along with CocoaPods
- Advance minimum Ruby version to 2.3.3 along with CocoaPods (#217)
0.9.4
- Fix missing TEST_TARGET_NAME setting on UI Test target (#216)
0.9.3
- Fix inherit configuration logic (#212, #210)
0.9.2
- #201 Add
before_save
user hook
0.9.1
- #195 Add support for shell script input/output paths
0.9.0
- #189 Xcake is now under new management: @igormaka.
This is the biggest change of this release.
- #190 Reduced global namespace pollution by some class extensions.
- #194 Xcode new build system will no longer complain about duplicate
Info.plist
file copy step.