Skip to content

Milestones

List view

  • No due date
    β€’4/4 issues closed
  • No due date
    β€’7/7 issues closed
  • Due by December 16, 2017
    β€’8/8 issues closed
  • ### Added - Add `codeCoverageEnabled` parameter to `TestAction` https://github.com/xcodeswift/xcproj/pull/166 by @kastiglione - Make `final` classes that are not extendible https://github.com/xcodeswift/xcproj/pull/164 by @pepibumur. ### Fixed - Fix `PBXProject` `productRefGroup` comment https://github.com/xcodeswift/xcproj/pull/161 by @allu22 - Fix deprecation warnings for `PBXProj` objects usage https://github.com/xcodeswift/xcproj/pull/162 by @rahul-malik [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.5.0)

    Due by November 24, 2017
    β€’3/3 issues closed
  • ### Added - Danger integration https://github.com/xcodeswift/xcproj/pull/158 by @pepibumur ### Changed - Improve efficiency of looking up `PBXObject`'s from `PBXProj` https://github.com/xcodeswift/xcproj/pull/136 by @rahul-malik ### Deprecated - `PBXObject` objects accessors https://github.com/xcodeswift/xcproj/pull/136/files#diff-f4369d9af58a6914f0e5cdf81ed18530R6 by @rahul-malik. ### Fixed - Fix `PBXBuildFile` wrongly defaulting the settings attribute when it was nil https://github.com/xcodeswift/xcproj/pull/149 by @allu22 - Fix `PBXTarget` generating the wrong comment for the `productReference` property https://github.com/xcodeswift/xcproj/pull/151 by @allu22. - Add missing `usesTabs` property to `PBXGroup` https://github.com/xcodeswift/xcproj/pull/147 by @allu22. - Fix generated comment for `PBXHeadersBuildPhase` by @allu22. - Fix wrong `BuidlSettings.swift` file name https://github.com/xcodeswift/xcproj/pull/146 by @allu22. - Fix `projectReferences` type https://github.com/xcodeswift/xcproj/pull/135 by @solgar. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.4.0)

    Due by November 17, 2017
    β€’18/18 issues closed
  • ### Added - Add `PBXSourceTree.developerDir` type https://github.com/xcodeswift/xcproj/commit/5504fcde00bc56cf6c240ecd7cc36c05296861f8 by @pepibumur. ### Fixed - Fix `PBXShellScriptBuildPhase` bug decoding `showEnvVarsInLog` https://github.com/xcodeswift/xcproj/commit/521b4e62b70f5fc43a06d00c43916d4899138553 by @pepibumur. - Fix `PBXFileReference` bug decoding `useTabs` https://github.com/xcodeswift/xcproj/commit/c533987496959a3e32c0ddfe45a0f2db8d5daae0 by @pepibumur. - Fix `PBXFileReference` bug decoding `lineEnding` https://github.com/xcodeswift/xcproj/commit/8a2c94effbe94859a68d58e0c49d66156ba1eaea by @pepibumur. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.3.0)

    Due by November 1, 2017
  • ### Added - Carthage support https://github.com/xcodeswift/xcproj/pull/125 by @pepibumur. - `buildPhases` property to `PBXProj` https://github.com/xcodeswift/xcproj/pull/132 by @pepibumur. ### Fixed - Build phase `buildActionMask` wrong default value https://github.com/xcodeswift/xcproj/pull/131 by @pepibumur. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.2.0)

    Due by October 28, 2017
    β€’4/4 issues closed
  • ### Added - It supports now SPM-generated projects https://github.com/xcodeswift/xcproj/pull/124 by @pepibumur. Thanks, @josefdolezal for the report. - Project and workspace initializer that takes the path as a string https://github.com/xcodeswift/xcproj/pull/123 by @pepibumur. ### Fixed - Fix the decoding of the `PBXFileReference.fileEncoding` property https://github.com/xcodeswift/xcproj/pull/127 by @gubikmic. - Fix some wrong comments and typos https://github.com/xcodeswift/xcproj/pull/126 by @gubikmic [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.1.0)

    Due by October 21, 2017
    β€’6/6 issues closed
  • ### Changed - **Breaking:** Review optionality of attributes to align it with Xcode one https://github.com/xcodeswift/xcproj/pull/107 by @pepibumur. - Contributing, and code of conduct point to the organization ones by @pepibumur. - New changelog format introduced by @pepibumur. ### Fixed - Use the super init to decode reference in some objects https://github.com/xcodeswift/xcproj/pull/110 by @yonaskolb - Schemes being shared with an extension https://github.com/xcodeswift/xcproj/pull/113 by @esttorhe. - Contributors link in the README.md https://github.com/xcodeswift/xcproj/pull/117 by @tapanprakasht. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/1.0.0)

    Due by October 14, 2017
    β€’4/4 issues closed
  • - Add back the `BuildSettings` typelias removed by mistake https://github.com/xcodeswift/xcproj/pull/109 by @pepibumur. - Fix a bug decoding the `PBXProject.projectRoot` property that should be decoded as an optional https://github.com/xcodeswift/xcproj/issues/108 by @pepibumur. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/0.4.1)

    Due by October 12, 2017
    β€’3/3 issues closed
  • - Remove dependency with Unbox and use the language coding/decoding features https://github.com/xcodeswift/xcproj/pull/99 by @pepibumur and @artemnovichkov. - Enable xcproj in [Open Collective](https://opencollective.com/xcproj) by @pepibumur. - Support parsing XCVersionGroup objects https://github.com/xcodeswift/xcproj/pull/96 by @pepibumur. - Add iOS support to the `.podspec` https://github.com/xcodeswift/xcproj/pull/92 by @pepibumur. - Fix comment for buildConfigurationList https://github.com/xcodeswift/xcproj/pull/93 by @toshi0383. - Update `PBXProj` classes property to be a dictionary https://github.com/xcodeswift/xcproj/pull/94 by @toshi0383. - Fix comment in the `BuildPhase` object https://github.com/xcodeswift/xcproj/pull/95 by @toshi0383. [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/0.4.0)

    Due by October 7, 2017
    β€’18/18 issues closed
  • - Turn `PBXVariantGroup` children property into an array https://github.com/xcodeswift/xcproj/pull/88 by @pepibumur - Add `PBXReferenceProxy` object https://github.com/xcodeswift/xcproj/pull/85 by @pepibumur - Migrate project to Swift 4 https://github.com/xcodeswift/xcproj/pull/84 by @artemnovichkov - Fix build phase script error undoer Xcode 9 https://github.com/xcodeswift/xcproj/pull/81 by @kixswift [**Release**](https://github.com/xcodeswift/xcproj/releases/tag/0.3.0) [:musical_note: Release Soundtrack](https://soundcloud.com/eldiluviofficial/amor-infinit-feat-la-trocamba)

    Due by September 30, 2017
    β€’7/7 issues closed
  • Due by September 16, 2017
    β€’3/3 issues closed
  • - Update shell build script phase input and output files to be array instead of set https://github.com/swift-xcode/xcodeproj/issues/65 by @pepibumur - Fix wrong comment in the shell script build phase https://github.com/swift-xcode/xcodeproj/issues/67 by @ppeibumur - Fix wrong comment in `PBXSourcesBuildPhase` files property https://github.com/swift-xcode/xcodeproj/issues/68 by @pepibumur - Add `XCVersionGroup` project element used by Core Data models https://github.com/swift-xcode/xcodeproj/issues/69 by @pepibumur - Update `XCConcigurationList` build configurations to be an array https://github.com/swift-xcode/xcodeproj/issues/70 by @pepibumur [**Release**](https://github.com/swift-xcode/xcodeproj/releases/tag/0.1.2)

    Due by August 31, 2017
    β€’8/8 issues closed
  • - Change `BuildSettings` to `[String: Any]` https://github.com/carambalabs/xcodeproj/pull/52 by @yonaskolb - Plist fixes https://github.com/carambalabs/xcodeproj/pull/54 by @yonaskolb [**Release**](https://github.com/carambalabs/xcodeproj/releases/tag/0.1.1)

    No due date
    β€’2/2 issues closed
  • - Update struct to classes and clean up API https://github.com/carambalabs/xcodeproj/pull/51 by @yonaskolb - Fix and cleanup strings escaping https://github.com/carambalabs/xcodeproj/pull/48 by @yonaskolb - Add `runOnlyForDeploymentPostprocessing` to `PBXShellScriptBuildPhase` by @yonaskolb - Remove force unwrap for `XCScheme` https://github.com/carambalabs/xcodeproj/pull/39 by @Shakarang [**Release song**](https://soundcloud.com/luisfonsiofficial/despacito-remix) [**Release**](https://github.com/carambalabs/xcodeproj/releases/tag/0.1.0)

    Due by August 25, 2017
    β€’4/4 issues closed
  • - CocoaPods support https://github.com/carambalabs/xcodeproj/pull/35 by @pepibumur - Make project models mutable https://github.com/carambalabs/xcodeproj/pull/33 by @yonaskolb [Release 0.0.9](https://github.com/carambalabs/xcodeproj/releases/tag/0.0.9)

    No due date
    β€’3/3 issues closed
  • - Downgrade Swift Tools versions to 4.0 https://github.com/carambalabs/xcodeproj/pull/27 by @yonaskolb - Make Scheme intializers public https://github.com/carambalabs/xcodeproj/pull/28 by @yonaskolb - Change PBXGroup.children to be an array https://github.com/carambalabs/xcodeproj/pull/26 by @yonaskolb - Make XcodeProj writable https://github.com/carambalabs/xcodeproj/pull/20 by @yonaskolb - Write baseConfigurationReference https://github.com/carambalabs/xcodeproj/pull/24 by @yonaskolb - Convert booleans to YES or NO https://github.com/carambalabs/xcodeproj/pull/23 by @yonaskolb - Make more properties public https://github.com/carambalabs/xcodeproj/pull/19 by @yonaskolb [Release 0.0.7](https://github.com/carambalabs/xcodeproj/releases/tag/0.0.7)

    Due by July 30, 2017
    β€’7/7 issues closed
  • - Fix an issue with unescaped strings by @yonaskolb https://github.com/carambalabs/xcodeproj/issues/16 - Update Swift Tools Version to 4.0 https://github.com/carambalabs/xcodeproj/commit/f0f5ffe58ce0d29bb986189abf6391c6552fd347 - Remove CryptoSwift dependency https://github.com/carambalabs/xcodeproj/commit/f0f5ffe58ce0d29bb986189abf6391c6552fd347 [Release 0.0.6](https://github.com/carambalabs/xcodeproj/releases/tag/0.0.6)

    Due by July 21, 2017
    β€’2/2 issues closed
  • - Remove `UUID` typealias https://github.com/carambalabs/xcodeproj/pull/15 - Add `UUID` identifier generation from `PBXProj` https://github.com/carambalabs/xcodeproj/pull/14 [Release 0.0.5](https://github.com/carambalabs/xcodeproj/releases/tag/0.0.5)

    Due by July 23, 2017
    β€’6/6 issues closed
  • - Writing support for `PBXProj` - https://github.com/carambalabs/xcodeproj/pull/8 - Document RELEASE process https://github.com/carambalabs/xcodeproj/pull/7. - Add documentation https://github.com/carambalabs/xcodeproj/pull/6 **[Release 0.0.4](https://github.com/carambalabs/xcodeproj/releases/tag/0.0.4)**

    Due by July 16, 2017
    β€’4/4 issues closed