Skip to content

Releases: Serchinastico/Kin

Release 1.5.0

22 Jun 08:50
Compare
Choose a tag to compare
  • Improve the grammar to handle carthage build projects #18
  • Fix #17

Release 1.3.0

25 Apr 20:01
Compare
Choose a tag to compare
  • Improve parser to handle more valid cases
  • Make kin throw an error when there are two or more possible project.pbxproj (Error code -3)

Release 1.2.0

20 Apr 08:00
Compare
Choose a tag to compare

Kin now returns an exit code if it finds any error, specifically:

  • Error code -1 iff kin finds an error in the target project.pbxproj file
  • Error code -2 iff kin cannot locate any project.pbxproj

Release 1.1.0

20 Apr 07:59
Compare
Choose a tag to compare

Kin now tries to find a valid project.pbxproj from your current directory by looking for a file called project.pbxproj in any directory ending in .xcodeproj

Release 1.0.0

19 Apr 21:53
Compare
Choose a tag to compare

Simplified usage: kin myapp.xcodeproj/project.pbxproj

Release 0.9.0

15 Apr 17:49
Compare
Choose a tag to compare
  • Basic functionality