Skip to content

Releases: tuist/XcodeProj

1.1.0 - Muerdo

21 Oct 07:35
Compare
Choose a tag to compare

Added

  • It supports now SPM-generated projects #124 by @pepibumur. Thanks, @josefdolezal for the report.
  • Project and workspace initializer that takes the path as a string #123 by @pepibumur.

Fixed

  • Fix the decoding of the PBXFileReference.fileEncoding property #127 by @gubikmic.
  • Fix some wrong comments and typos #126 by @gubikmic

🎡 Release Soundtrack

1.0.0 - Acho

14 Oct 09:25
Compare
Choose a tag to compare

Changed

  • Breaking: Review optionality of attributes to align it with Xcode one #107 by @pepibumur.
  • Contributing, and code of conduct point to the organization ones by @pepibumur.
  • New changelog format introduced by @pepibumur.

Fixed

This version 1.0.0 introduces breaking changes in the API. We revisited the optionality of some properties, validating with Xcode. xcproj 1.0.0 is closer to the Xcode behavior if a project can be opened with Xcode, xcproj should also be able to open it.

If you were using a previous version of xcproj, you will have to update the access to objects properties, since some might be optional now.

🎡 Release Soundtrack

0.4.1 - Almost human

12 Oct 07:05
Compare
Choose a tag to compare
  • Add back the BuildSettings typelias removed by mistake #109 by @pepibumur.
  • Fix a bug decoding the PBXProject.projectRoot property that should be decoded as an optional #108 by @pepibumur.

🎡 Release Soundtrack

0.4.0 - Nqoba

07 Oct 13:06
Compare
Choose a tag to compare
  • Remove dependency with Unbox and use the language coding/decoding features #99 by @pepibumur and @artemnovichkov.
  • Enable xcproj in Open Collective by @pepibumur.
  • Support parsing XCVersionGroup objects #96 by @pepibumur.
  • Add iOS support to the .podspec #92 by @pepibumur.
  • Fix comment for buildConfigurationList #93 by @toshi0383.
  • Update PBXProj classes property to be a dictionary #94 by @toshi0383.
  • Fix comment in the BuildPhase object #95 by @toshi0383.

🎡 Release Soundtrack

0.3.0 - Amor infinit

30 Sep 22:05
Compare
Choose a tag to compare
  • Turn PBXVariantGroup children property into an array #88 by @pepibumur
  • Add PBXReferenceProxy object #85 by @pepibumur
  • Migrate project to Swift 4 #84 by @artemnovichkov
  • Fix build phase script error under Xcode 9 #81 by @kixswift

🎡 Release Soundtrack

0.2.0 - Carolina

18 Sep 10:37
Compare
Choose a tag to compare
  • Add how to use section #77 by @pepibumur
  • Add contributing guidelines #76 by @pepibumur

🎡 Release Soundtrack

0.1.2 - Picoesquina

07 Sep 08:22
Compare
Choose a tag to compare
  • Update shell build script phase input and output files to be array instead of set #65 by @pepibumur
  • Fix wrong comment in the shell script build phase #67 by @pepibumur
  • Fix wrong comment in PBXSourcesBuildPhase files property #68 by @pepibumur
  • Add XCVersionGroup project element used by Core Data models #69 by @pepibumur
  • Update XCConcigurationList build configurations to be an array #70 by @pepibumur

0.1.1 - Clandestina

25 Aug 12:50
Compare
Choose a tag to compare

0.1.0 - Despacito

25 Aug 06:24
Compare
Choose a tag to compare

Release song

0.0.9 - Ocean

02 Aug 16:09
Compare
Choose a tag to compare
  • CocoaPods support #35 by @pepibumur
  • Make project models mutable #33 by @yonaskolb