diff --git a/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_iOS.xcscheme b/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_iOS.xcscheme index 64dd3f09e..d04054422 100644 --- a/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_iOS.xcscheme +++ b/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_iOS.xcscheme @@ -1,93 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_macOS.xcscheme b/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_macOS.xcscheme index 027a6588b..e1ed8889c 100644 --- a/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_macOS.xcscheme +++ b/Carthage.xcodeproj/xcshareddata/xcschemes/xcproj_macOS.xcscheme @@ -1,93 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/Classes/PBXBuildFile.html b/docs/Classes/PBXBuildFile.html index f212690a5..96b91085b 100644 --- a/docs/Classes/PBXBuildFile.html +++ b/docs/Classes/PBXBuildFile.html @@ -14,7 +14,7 @@
-

xcproj Docs (67% documented)

+

xcproj Docs (65% documented)

View on GitHub

@@ -288,8 +288,8 @@

Declaration

Swift

public init(reference: String,
-                fileRef: String,
-                settings: [String: Any]? = nil)
+ fileRef: String, + settings: [String: Any]? = nil)
@@ -370,7 +370,7 @@

Declaration

Swift

public static func == (lhs: PBXBuildFile,
-                           rhs: PBXBuildFile) -> Bool
+ rhs: PBXBuildFile) -> Bool
@@ -383,7 +383,7 @@

Declaration

diff --git a/docs/Classes/PBXBuildPhase.html b/docs/Classes/PBXBuildPhase.html index 552aa2629..532d0be4d 100644 --- a/docs/Classes/PBXBuildPhase.html +++ b/docs/Classes/PBXBuildPhase.html @@ -14,7 +14,7 @@
-

xcproj Docs (67% documented)

+

xcproj Docs (65% documented)

View on GitHub

@@ -185,7 +185,7 @@

PBXBuildPhase

-
public class PBXBuildPhase: PBXObject
+
public class PBXBuildPhase: PBXObject, Equatable
@@ -225,9 +225,36 @@

Declaration

  • - + + + defaultRunOnlyForDeploymentPostprocessing + +
    +
    +
    +
    +
    +
    +

    Default runOnlyForDeploymentPostprocessing value.

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static let defaultRunOnlyForDeploymentPostprocessing: UInt = 0
    + +
    +
    +
    +
    +
  • +
  • +
    + + - buildActionMask + buildActionMask
    @@ -242,7 +269,7 @@

    Declaration

    Declaration

    Swift

    -
    public var buildActionMask: UInt?
    +
    public var buildActionMask: UInt
    @@ -279,9 +306,9 @@

    Declaration

  • - + - runOnlyForDeploymentPostprocessing + runOnlyForDeploymentPostprocessing
    @@ -296,7 +323,72 @@

    Declaration

    Declaration

    Swift

    -
    public var runOnlyForDeploymentPostprocessing: UInt?
    +
    public var runOnlyForDeploymentPostprocessing: UInt
    + +
    +
    + + +
  • +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    +

    The build phase type of the build phase

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • + + +
    +
    + + + +

    Decodable

    +
    +
    +
    @@ -409,7 +409,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXContainerItemProxy,
    -                           rhs: PBXContainerItemProxy) -> Bool
    + rhs: PBXContainerItemProxy) -> Bool
    @@ -422,7 +422,7 @@

    Declaration

    diff --git a/docs/Classes/PBXCopyFilesBuildPhase.html b/docs/Classes/PBXCopyFilesBuildPhase.html index e6c6661e5..91ef45182 100644 --- a/docs/Classes/PBXCopyFilesBuildPhase.html +++ b/docs/Classes/PBXCopyFilesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -283,6 +283,32 @@

    Declaration

    +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public override var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • @@ -297,9 +323,9 @@

    Init

  • - + - init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:) + init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)
    @@ -315,12 +341,12 @@

    Declaration

    Swift

    public init(reference: String,
    -                dstPath: String? = nil,
    -                dstSubfolderSpec: SubFolder? = nil,
    -                name: String? = nil,
    -                buildActionMask: UInt? = nil,
    -                files: [String] = [],
    -                runOnlyForDeploymentPostprocessing: UInt? = nil)
    + dstPath: String? = nil, + dstSubfolderSpec: SubFolder? = nil, + name: String? = nil, + buildActionMask: UInt = defaultBuildActionMask, + files: [String] = [], + runOnlyForDeploymentPostprocessing: UInt = 0)
    @@ -406,40 +432,13 @@

    Parameters

  • -
  • -
    - - - - ==(_:_:) - -
    -
    -
    -
    -
    -
    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public static func == (lhs: PBXCopyFilesBuildPhase,
    -                           rhs: PBXCopyFilesBuildPhase) -> Bool
    - -
    -
    -
    -
    -
  • diff --git a/docs/Classes/PBXFileElement.html b/docs/Classes/PBXFileElement.html index 080c52cea..035829f26 100644 --- a/docs/Classes/PBXFileElement.html +++ b/docs/Classes/PBXFileElement.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                sourceTree: PBXSourceTree? = nil,
    -                path: String? = nil,
    -                name: String? = nil)
    + sourceTree: PBXSourceTree? = nil, + path: String? = nil, + name: String? = nil)
    @@ -387,7 +387,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXFileElement,
    -                           rhs: PBXFileElement) -> Bool
    + rhs: PBXFileElement) -> Bool
    @@ -400,7 +400,7 @@

    Declaration

    diff --git a/docs/Classes/PBXFileReference.html b/docs/Classes/PBXFileReference.html index 4fe46fbcb..1aa1cd55b 100644 --- a/docs/Classes/PBXFileReference.html +++ b/docs/Classes/PBXFileReference.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -504,7 +504,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXFileReference,
    -                           rhs: PBXFileReference) -> Bool
    + rhs: PBXFileReference) -> Bool
    @@ -571,7 +571,7 @@

    Return Value

    diff --git a/docs/Classes/PBXFrameworksBuildPhase.html b/docs/Classes/PBXFrameworksBuildPhase.html index 567cf121f..ffb85fde0 100644 --- a/docs/Classes/PBXFrameworksBuildPhase.html +++ b/docs/Classes/PBXFrameworksBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXFrameworksBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXFrameworksBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXFrameworksBuildPhase,
    -                           rhs: PBXFrameworksBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/Classes/PBXHeadersBuildPhase.html b/docs/Classes/PBXHeadersBuildPhase.html index c5cfbedf5..656b2df13 100644 --- a/docs/Classes/PBXHeadersBuildPhase.html +++ b/docs/Classes/PBXHeadersBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXHeadersBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXHeadersBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXHeadersBuildPhase,
    -                           rhs: PBXHeadersBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/Classes/PBXObject.html b/docs/Classes/PBXObject.html index 0008d1731..b5e1c73e5 100644 --- a/docs/Classes/PBXObject.html +++ b/docs/Classes/PBXObject.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -215,7 +215,7 @@

    PBXObject

    Declaration

    Swift

    -
    public var reference: String = ""
    +
    public let reference: String
    @@ -265,7 +265,7 @@

    Declaration

    diff --git a/docs/Classes/PBXProj.html b/docs/Classes/PBXProj.html index a0e899164..a328b37d5 100644 --- a/docs/Classes/PBXProj.html +++ b/docs/Classes/PBXProj.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -205,9 +205,9 @@

    Properties

  • - + - archiveVersion + archiveVersion
    @@ -222,7 +222,7 @@

    Properties

    Declaration

    Swift

    -
    public var archiveVersion: Int?
    +
    public var archiveVersion: Int
    @@ -313,9 +313,9 @@

    Declaration

  • - + - init(objectVersion:rootObject:archiveVersion:classes:objects:) + init(objectVersion:rootObject:archiveVersion:classes:objects:)
    @@ -331,10 +331,10 @@

    Declaration

    Swift

    public init(objectVersion: Int,
    -                rootObject: String,
    -                archiveVersion: Int? = nil,
    -                classes: [String: Any] = [:],
    -                objects: [PBXObject] = [])
    + rootObject: String, + archiveVersion: Int = 1, + classes: [String: Any] = [:], + objects: [PBXObject] = [])
    @@ -565,7 +565,7 @@

    Declaration

    diff --git a/docs/Classes/PBXReferenceProxy.html b/docs/Classes/PBXReferenceProxy.html index 45720f19b..5e45b54bb 100644 --- a/docs/Classes/PBXReferenceProxy.html +++ b/docs/Classes/PBXReferenceProxy.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -343,7 +343,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXReferenceProxy,
    -                           rhs: PBXReferenceProxy) -> Bool
    + rhs: PBXReferenceProxy) -> Bool
    @@ -356,7 +356,7 @@

    Declaration

    diff --git a/docs/Classes/PBXResourcesBuildPhase.html b/docs/Classes/PBXResourcesBuildPhase.html index 9b0d8a63e..997ac9d37 100644 --- a/docs/Classes/PBXResourcesBuildPhase.html +++ b/docs/Classes/PBXResourcesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXResourcesBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXResourcesBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXResourcesBuildPhase,
    -                           rhs: PBXResourcesBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/Classes/PBXShellScriptBuildPhase.html b/docs/Classes/PBXShellScriptBuildPhase.html index af0b06283..ef83fe011 100644 --- a/docs/Classes/PBXShellScriptBuildPhase.html +++ b/docs/Classes/PBXShellScriptBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -364,6 +364,32 @@

    Declaration

  • +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public override var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • @@ -396,15 +422,15 @@

    Declaration

    Swift

    public init(reference: String,
    -                files: [String],
    -                name: String? = nil,
    -                inputPaths: [String],
    -                outputPaths: [String],
    -                shellPath: String = "/bin/sh",
    -                shellScript: String?,
    -                buildActionMask: UInt = 2147483647,
    -                runOnlyForDeploymentPostprocessing: UInt = 0,
    -                showEnvVarsInLog: UInt? = nil)
    + files: [String] = [], + name: String? = nil, + inputPaths: [String] = [], + outputPaths: [String] = [], + shellPath: String = "/bin/sh", + shellScript: String? = nil, + buildActionMask: UInt = defaultBuildActionMask, + runOnlyForDeploymentPostprocessing: UInt = 0, + showEnvVarsInLog: UInt? = nil)
    @@ -504,49 +530,11 @@

    Parameters

    -
    -
    - - - -

    Decodable

    -
    -
    - -
    diff --git a/docs/Classes/PBXSourcesBuildPhase.html b/docs/Classes/PBXSourcesBuildPhase.html index cd7d16c39..94cd5c387 100644 --- a/docs/Classes/PBXSourcesBuildPhase.html +++ b/docs/Classes/PBXSourcesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -194,20 +194,13 @@

    PBXSourcesBuildPhase

    -
    diff --git a/docs/Classes/PBXTarget.html b/docs/Classes/PBXTarget.html index 51b5d3e48..37a4f99f5 100644 --- a/docs/Classes/PBXTarget.html +++ b/docs/Classes/PBXTarget.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -442,7 +442,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXTarget,
    -                           rhs: PBXTarget) -> Bool
    + rhs: PBXTarget) -> Bool
    @@ -455,7 +455,7 @@

    Declaration

    diff --git a/docs/Classes/PBXTargetDependency.html b/docs/Classes/PBXTargetDependency.html index 527520ef9..a324a4fdc 100644 --- a/docs/Classes/PBXTargetDependency.html +++ b/docs/Classes/PBXTargetDependency.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -288,8 +288,8 @@

    Declaration

    Swift

    public init(reference: String,
    -                target: String? = nil,
    -                targetProxy: String? = nil)
    + target: String? = nil, + targetProxy: String? = nil)
    @@ -370,7 +370,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXTargetDependency,
    -                           rhs: PBXTargetDependency) -> Bool
    + rhs: PBXTargetDependency) -> Bool
    @@ -383,7 +383,7 @@

    Declaration

    diff --git a/docs/Classes/XCBuildConfiguration.html b/docs/Classes/XCBuildConfiguration.html index 1a6c3025c..a00b841f0 100644 --- a/docs/Classes/XCBuildConfiguration.html +++ b/docs/Classes/XCBuildConfiguration.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                name: String,
    -                baseConfigurationReference: String? = nil,
    -                buildSettings: BuildSettings = [:])
    + name: String, + baseConfigurationReference: String? = nil, + buildSettings: BuildSettings = [:])
    @@ -399,7 +399,7 @@

    Declaration

    Swift

    public static func == (lhs: XCBuildConfiguration,
    -                           rhs: XCBuildConfiguration) -> Bool
    + rhs: XCBuildConfiguration) -> Bool
    @@ -412,7 +412,7 @@

    Declaration

    diff --git a/docs/Classes/XCConfig.html b/docs/Classes/XCConfig.html index 8fc006390..9988ee67f 100644 --- a/docs/Classes/XCConfig.html +++ b/docs/Classes/XCConfig.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -477,7 +477,7 @@

    Declaration

    diff --git a/docs/Classes/XCConfigurationList.html b/docs/Classes/XCConfigurationList.html index 2c9126d68..f24e9f703 100644 --- a/docs/Classes/XCConfigurationList.html +++ b/docs/Classes/XCConfigurationList.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,9 +232,9 @@

    Declaration

  • - + - defaultConfigurationIsVisible + defaultConfigurationIsVisible
    @@ -249,7 +249,7 @@

    Declaration

    Declaration

    Swift

    -
    public var defaultConfigurationIsVisible: UInt?
    +
    public var defaultConfigurationIsVisible: UInt
    @@ -297,9 +297,9 @@

    Init

  • - + - init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:) + init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)
    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                buildConfigurations: [String],
    -                defaultConfigurationName: String? = nil,
    -                defaultConfigurationIsVisible: UInt? = nil)
    + buildConfigurations: [String], + defaultConfigurationName: String? = nil, + defaultConfigurationIsVisible: UInt = 0)
    @@ -399,7 +399,7 @@

    Declaration

    Swift

    public static func == (lhs: XCConfigurationList,
    -                           rhs: XCConfigurationList) -> Bool
    + rhs: XCConfigurationList) -> Bool
    @@ -412,7 +412,7 @@

    Declaration

    diff --git a/docs/Classes/XCVersionGroup.html b/docs/Classes/XCVersionGroup.html index 8070c66a1..909a9b631 100644 --- a/docs/Classes/XCVersionGroup.html +++ b/docs/Classes/XCVersionGroup.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -396,7 +396,7 @@

    Declaration

    Swift

    public static func == (lhs: XCVersionGroup,
    -                           rhs: XCVersionGroup) -> Bool
    + rhs: XCVersionGroup) -> Bool
    @@ -409,7 +409,7 @@

    Declaration

    diff --git a/docs/Classes/XCWorkspace.html b/docs/Classes/XCWorkspace.html index 68ef2a6db..0b7a4f520 100644 --- a/docs/Classes/XCWorkspace.html +++ b/docs/Classes/XCWorkspace.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -476,7 +476,7 @@

    Declaration

    diff --git a/docs/Classes/XcodeProj.html b/docs/Classes/XcodeProj.html index f7faa18d6..652bd7887 100644 --- a/docs/Classes/XcodeProj.html +++ b/docs/Classes/XcodeProj.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -418,7 +418,7 @@

    Declaration

    diff --git a/docs/Enums/PBXObjectError.html b/docs/Enums/PBXObjectError.html index b86961c8c..dd56182e9 100644 --- a/docs/Enums/PBXObjectError.html +++ b/docs/Enums/PBXObjectError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/Enums/XCConfigError.html b/docs/Enums/XCConfigError.html index 269314c1e..aabb9169c 100644 --- a/docs/Enums/XCConfigError.html +++ b/docs/Enums/XCConfigError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/Enums/XCSchemeError.html b/docs/Enums/XCSchemeError.html index bea8f0c2b..d82dd96e2 100644 --- a/docs/Enums/XCSchemeError.html +++ b/docs/Enums/XCSchemeError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/Enums/XCSharedDataError.html b/docs/Enums/XCSharedDataError.html index f1f616a53..787ecc87e 100644 --- a/docs/Enums/XCSharedDataError.html +++ b/docs/Enums/XCSharedDataError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/Enums/XCWorkspaceDataError.html b/docs/Enums/XCWorkspaceDataError.html index ed37074ec..7e8688b57 100644 --- a/docs/Enums/XCWorkspaceDataError.html +++ b/docs/Enums/XCWorkspaceDataError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/Enums/XCWorkspaceError.html b/docs/Enums/XCWorkspaceError.html index 32807b4f2..6aede11bd 100644 --- a/docs/Enums/XCWorkspaceError.html +++ b/docs/Enums/XCWorkspaceError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/Enums/XCodeProjError.html b/docs/Enums/XCodeProjError.html index 1b02f5bfe..83beeaba3 100644 --- a/docs/Enums/XCodeProjError.html +++ b/docs/Enums/XCodeProjError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/Errors.html b/docs/Errors.html index 30284173b..8d3a9b6ec 100644 --- a/docs/Errors.html +++ b/docs/Errors.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -479,7 +479,7 @@

    Declaration

    diff --git a/docs/Extensions/Bool.html b/docs/Extensions/Bool.html index a186946d5..8c38dc8a5 100644 --- a/docs/Extensions/Bool.html +++ b/docs/Extensions/Bool.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -227,7 +227,7 @@

    Declaration

    diff --git a/docs/Extensions/CommentedString.html b/docs/Extensions/CommentedString.html index 8ee28e899..a0fc30dc2 100644 --- a/docs/Extensions/CommentedString.html +++ b/docs/Extensions/CommentedString.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -278,7 +278,7 @@

    Declaration

    diff --git a/docs/Extensions/PlistValue.html b/docs/Extensions/PlistValue.html index de839264a..bc7a9cd30 100644 --- a/docs/Extensions/PlistValue.html +++ b/docs/Extensions/PlistValue.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -338,7 +338,7 @@

    Declaration

    diff --git a/docs/Models.html b/docs/Models.html index 4954a0e94..d13c4e38f 100644 --- a/docs/Models.html +++ b/docs/Models.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -860,7 +860,7 @@

    Declaration

    diff --git a/docs/Other Classes.html b/docs/Other Classes.html index 9cdd0aa2c..83ed8df3d 100644 --- a/docs/Other Classes.html +++ b/docs/Other Classes.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -209,7 +209,7 @@

    Other Classes

    Declaration

    Swift

    -
    public class PBXBuildPhase: PBXObject
    +
    public class PBXBuildPhase: PBXObject, Equatable
    @@ -321,7 +321,7 @@

    Declaration

    diff --git a/docs/Other Enums.html b/docs/Other Enums.html index e19dfbb7b..11a40f950 100644 --- a/docs/Other Enums.html +++ b/docs/Other Enums.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -230,7 +230,7 @@

    Declaration

    diff --git a/docs/Other Extensions.html b/docs/Other Extensions.html index a9230937b..bb517f97b 100644 --- a/docs/Other Extensions.html +++ b/docs/Other Extensions.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -304,7 +304,7 @@

    Declaration

    diff --git a/docs/Other Functions.html b/docs/Other Functions.html index 15c7e71d1..7b54206a4 100644 --- a/docs/Other Functions.html +++ b/docs/Other Functions.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -244,7 +244,7 @@

    Return Value

    diff --git a/docs/Other Protocols.html b/docs/Other Protocols.html index 6c3913f19..1afba650a 100644 --- a/docs/Other Protocols.html +++ b/docs/Other Protocols.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -222,7 +222,7 @@

    Declaration

    diff --git a/docs/Protocols/Writable.html b/docs/Protocols/Writable.html index 508b3c3d8..0a763555d 100644 --- a/docs/Protocols/Writable.html +++ b/docs/Protocols/Writable.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -334,7 +334,7 @@

    Parameters

    diff --git a/docs/badge.svg b/docs/badge.svg new file mode 100644 index 000000000..3b41c4ce3 --- /dev/null +++ b/docs/badge.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + documentation + + + documentation + + + 65% + + + 65% + + + diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildFile.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildFile.html index f212690a5..96b91085b 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildFile.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildFile.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -288,8 +288,8 @@

    Declaration

    Swift

    public init(reference: String,
    -                fileRef: String,
    -                settings: [String: Any]? = nil)
    + fileRef: String, + settings: [String: Any]? = nil)
    @@ -370,7 +370,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXBuildFile,
    -                           rhs: PBXBuildFile) -> Bool
    + rhs: PBXBuildFile) -> Bool
    @@ -383,7 +383,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildPhase.html index 552aa2629..532d0be4d 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -185,7 +185,7 @@

    PBXBuildPhase

    -
    public class PBXBuildPhase: PBXObject
    +
    public class PBXBuildPhase: PBXObject, Equatable
    @@ -225,9 +225,36 @@

    Declaration

  • - + + + defaultRunOnlyForDeploymentPostprocessing + +
    +
    +
    +
    +
    +
    +

    Default runOnlyForDeploymentPostprocessing value.

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static let defaultRunOnlyForDeploymentPostprocessing: UInt = 0
    + +
    +
    +
    +
    +
  • +
  • +
    + + - buildActionMask + buildActionMask
    @@ -242,7 +269,7 @@

    Declaration

    Declaration

    Swift

    -
    public var buildActionMask: UInt?
    +
    public var buildActionMask: UInt
    @@ -279,9 +306,9 @@

    Declaration

  • - + - runOnlyForDeploymentPostprocessing + runOnlyForDeploymentPostprocessing
    @@ -296,7 +323,72 @@

    Declaration

    Declaration

    Swift

    -
    public var runOnlyForDeploymentPostprocessing: UInt?
    +
    public var runOnlyForDeploymentPostprocessing: UInt
    + +
    +
    + + +
  • +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    +

    The build phase type of the build phase

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • + + +
    +
    + + + +

    Decodable

    +
    +
    +
    @@ -409,7 +409,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXContainerItemProxy,
    -                           rhs: PBXContainerItemProxy) -> Bool
    + rhs: PBXContainerItemProxy) -> Bool
    @@ -422,7 +422,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXCopyFilesBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXCopyFilesBuildPhase.html index e6c6661e5..91ef45182 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXCopyFilesBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXCopyFilesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -283,6 +283,32 @@

    Declaration

    +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public override var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • @@ -297,9 +323,9 @@

    Init

  • - + - init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:) + init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)
    @@ -315,12 +341,12 @@

    Declaration

    Swift

    public init(reference: String,
    -                dstPath: String? = nil,
    -                dstSubfolderSpec: SubFolder? = nil,
    -                name: String? = nil,
    -                buildActionMask: UInt? = nil,
    -                files: [String] = [],
    -                runOnlyForDeploymentPostprocessing: UInt? = nil)
    + dstPath: String? = nil, + dstSubfolderSpec: SubFolder? = nil, + name: String? = nil, + buildActionMask: UInt = defaultBuildActionMask, + files: [String] = [], + runOnlyForDeploymentPostprocessing: UInt = 0)
    @@ -406,40 +432,13 @@

    Parameters

  • -
  • -
    - - - - ==(_:_:) - -
    -
    -
    -
    -
    -
    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public static func == (lhs: PBXCopyFilesBuildPhase,
    -                           rhs: PBXCopyFilesBuildPhase) -> Bool
    - -
    -
    -
    -
    -
  • diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileElement.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileElement.html index 080c52cea..035829f26 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileElement.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileElement.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                sourceTree: PBXSourceTree? = nil,
    -                path: String? = nil,
    -                name: String? = nil)
    + sourceTree: PBXSourceTree? = nil, + path: String? = nil, + name: String? = nil)
    @@ -387,7 +387,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXFileElement,
    -                           rhs: PBXFileElement) -> Bool
    + rhs: PBXFileElement) -> Bool
    @@ -400,7 +400,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileReference.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileReference.html index 4fe46fbcb..1aa1cd55b 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileReference.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFileReference.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -504,7 +504,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXFileReference,
    -                           rhs: PBXFileReference) -> Bool
    + rhs: PBXFileReference) -> Bool
    @@ -571,7 +571,7 @@

    Return Value

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFrameworksBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFrameworksBuildPhase.html index 567cf121f..ffb85fde0 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFrameworksBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXFrameworksBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXFrameworksBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXFrameworksBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXFrameworksBuildPhase,
    -                           rhs: PBXFrameworksBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXHeadersBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXHeadersBuildPhase.html index c5cfbedf5..656b2df13 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXHeadersBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXHeadersBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXHeadersBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXHeadersBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXHeadersBuildPhase,
    -                           rhs: PBXHeadersBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXObject.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXObject.html index 0008d1731..b5e1c73e5 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXObject.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXObject.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -215,7 +215,7 @@

    PBXObject

    Declaration

    Swift

    -
    public var reference: String = ""
    +
    public let reference: String
    @@ -265,7 +265,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXProj.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXProj.html index a0e899164..a328b37d5 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXProj.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXProj.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -205,9 +205,9 @@

    Properties

  • - + - archiveVersion + archiveVersion
    @@ -222,7 +222,7 @@

    Properties

    Declaration

    Swift

    -
    public var archiveVersion: Int?
    +
    public var archiveVersion: Int
    @@ -313,9 +313,9 @@

    Declaration

  • - + - init(objectVersion:rootObject:archiveVersion:classes:objects:) + init(objectVersion:rootObject:archiveVersion:classes:objects:)
    @@ -331,10 +331,10 @@

    Declaration

    Swift

    public init(objectVersion: Int,
    -                rootObject: String,
    -                archiveVersion: Int? = nil,
    -                classes: [String: Any] = [:],
    -                objects: [PBXObject] = [])
    + rootObject: String, + archiveVersion: Int = 1, + classes: [String: Any] = [:], + objects: [PBXObject] = [])
    @@ -565,7 +565,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXReferenceProxy.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXReferenceProxy.html index 45720f19b..5e45b54bb 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXReferenceProxy.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXReferenceProxy.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -343,7 +343,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXReferenceProxy,
    -                           rhs: PBXReferenceProxy) -> Bool
    + rhs: PBXReferenceProxy) -> Bool
    @@ -356,7 +356,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXResourcesBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXResourcesBuildPhase.html index 9b0d8a63e..997ac9d37 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXResourcesBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXResourcesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -198,9 +198,9 @@

    PBXResourcesBuildPhase

  • - - - ==(_:_:) + + + buildPhase
    @@ -214,8 +214,7 @@

    PBXResourcesBuildPhase

    Declaration

    Swift

    -
    public static func == (lhs: PBXResourcesBuildPhase,
    -                           rhs: PBXResourcesBuildPhase) -> Bool
    +
    public override var buildPhase: BuildPhase
    @@ -228,7 +227,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXShellScriptBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXShellScriptBuildPhase.html index af0b06283..ef83fe011 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXShellScriptBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXShellScriptBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -364,6 +364,32 @@

    Declaration

  • +
  • +
    + + + + buildPhase + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public override var buildPhase: BuildPhase
    + +
    +
    +
    +
    +
  • @@ -396,15 +422,15 @@

    Declaration

    Swift

    public init(reference: String,
    -                files: [String],
    -                name: String? = nil,
    -                inputPaths: [String],
    -                outputPaths: [String],
    -                shellPath: String = "/bin/sh",
    -                shellScript: String?,
    -                buildActionMask: UInt = 2147483647,
    -                runOnlyForDeploymentPostprocessing: UInt = 0,
    -                showEnvVarsInLog: UInt? = nil)
    + files: [String] = [], + name: String? = nil, + inputPaths: [String] = [], + outputPaths: [String] = [], + shellPath: String = "/bin/sh", + shellScript: String? = nil, + buildActionMask: UInt = defaultBuildActionMask, + runOnlyForDeploymentPostprocessing: UInt = 0, + showEnvVarsInLog: UInt? = nil)
    @@ -504,49 +530,11 @@

    Parameters

    -
    -
    - - - -

    Decodable

    -
    -
    - -
    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXSourcesBuildPhase.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXSourcesBuildPhase.html index cd7d16c39..94cd5c387 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXSourcesBuildPhase.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXSourcesBuildPhase.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -194,20 +194,13 @@

    PBXSourcesBuildPhase

    -
    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTarget.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTarget.html index 51b5d3e48..37a4f99f5 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTarget.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTarget.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -442,7 +442,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXTarget,
    -                           rhs: PBXTarget) -> Bool
    + rhs: PBXTarget) -> Bool
    @@ -455,7 +455,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTargetDependency.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTargetDependency.html index 527520ef9..a324a4fdc 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTargetDependency.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/PBXTargetDependency.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -288,8 +288,8 @@

    Declaration

    Swift

    public init(reference: String,
    -                target: String? = nil,
    -                targetProxy: String? = nil)
    + target: String? = nil, + targetProxy: String? = nil)
    @@ -370,7 +370,7 @@

    Declaration

    Swift

    public static func == (lhs: PBXTargetDependency,
    -                           rhs: PBXTargetDependency) -> Bool
    + rhs: PBXTargetDependency) -> Bool
    @@ -383,7 +383,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCBuildConfiguration.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCBuildConfiguration.html index 1a6c3025c..a00b841f0 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCBuildConfiguration.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCBuildConfiguration.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                name: String,
    -                baseConfigurationReference: String? = nil,
    -                buildSettings: BuildSettings = [:])
    + name: String, + baseConfigurationReference: String? = nil, + buildSettings: BuildSettings = [:])
    @@ -399,7 +399,7 @@

    Declaration

    Swift

    public static func == (lhs: XCBuildConfiguration,
    -                           rhs: XCBuildConfiguration) -> Bool
    + rhs: XCBuildConfiguration) -> Bool
    @@ -412,7 +412,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfig.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfig.html index 8fc006390..9988ee67f 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfig.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfig.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -477,7 +477,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfigurationList.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfigurationList.html index 2c9126d68..f24e9f703 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfigurationList.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCConfigurationList.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,9 +232,9 @@

    Declaration

  • - + - defaultConfigurationIsVisible + defaultConfigurationIsVisible
    @@ -249,7 +249,7 @@

    Declaration

    Declaration

    Swift

    -
    public var defaultConfigurationIsVisible: UInt?
    +
    public var defaultConfigurationIsVisible: UInt
    @@ -297,9 +297,9 @@

    Init

  • - + - init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:) + init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)
    @@ -315,9 +315,9 @@

    Declaration

    Swift

    public init(reference: String,
    -                buildConfigurations: [String],
    -                defaultConfigurationName: String? = nil,
    -                defaultConfigurationIsVisible: UInt? = nil)
    + buildConfigurations: [String], + defaultConfigurationName: String? = nil, + defaultConfigurationIsVisible: UInt = 0)
    @@ -399,7 +399,7 @@

    Declaration

    Swift

    public static func == (lhs: XCConfigurationList,
    -                           rhs: XCConfigurationList) -> Bool
    + rhs: XCConfigurationList) -> Bool
    @@ -412,7 +412,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCVersionGroup.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCVersionGroup.html index 8070c66a1..909a9b631 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCVersionGroup.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCVersionGroup.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -396,7 +396,7 @@

    Declaration

    Swift

    public static func == (lhs: XCVersionGroup,
    -                           rhs: XCVersionGroup) -> Bool
    + rhs: XCVersionGroup) -> Bool
    @@ -409,7 +409,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCWorkspace.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCWorkspace.html index 68ef2a6db..0b7a4f520 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCWorkspace.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XCWorkspace.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -476,7 +476,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XcodeProj.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XcodeProj.html index f7faa18d6..652bd7887 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XcodeProj.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Classes/XcodeProj.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -418,7 +418,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/PBXObjectError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/PBXObjectError.html index b86961c8c..dd56182e9 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/PBXObjectError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/PBXObjectError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCConfigError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCConfigError.html index 269314c1e..aabb9169c 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCConfigError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCConfigError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSchemeError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSchemeError.html index bea8f0c2b..d82dd96e2 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSchemeError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSchemeError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSharedDataError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSharedDataError.html index f1f616a53..787ecc87e 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSharedDataError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCSharedDataError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceDataError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceDataError.html index ed37074ec..7e8688b57 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceDataError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceDataError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceError.html index 32807b4f2..6aede11bd 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCWorkspaceError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -231,7 +231,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCodeProjError.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCodeProjError.html index 1b02f5bfe..83beeaba3 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCodeProjError.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Enums/XCodeProjError.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -232,7 +232,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Errors.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Errors.html index 30284173b..8d3a9b6ec 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Errors.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Errors.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -479,7 +479,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/Bool.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/Bool.html index a186946d5..8c38dc8a5 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/Bool.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/Bool.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -227,7 +227,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/CommentedString.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/CommentedString.html index 8ee28e899..a0fc30dc2 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/CommentedString.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/CommentedString.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -278,7 +278,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/PlistValue.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/PlistValue.html index de839264a..bc7a9cd30 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/PlistValue.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Extensions/PlistValue.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -338,7 +338,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Models.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Models.html index 4954a0e94..d13c4e38f 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Models.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Models.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -860,7 +860,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Classes.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Classes.html index 9cdd0aa2c..83ed8df3d 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Classes.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Classes.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -209,7 +209,7 @@

    Other Classes

    Declaration

    Swift

    -
    public class PBXBuildPhase: PBXObject
    +
    public class PBXBuildPhase: PBXObject, Equatable
    @@ -321,7 +321,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Enums.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Enums.html index e19dfbb7b..11a40f950 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Enums.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Enums.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -230,7 +230,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Extensions.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Extensions.html index a9230937b..bb517f97b 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Extensions.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Extensions.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -304,7 +304,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Functions.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Functions.html index 15c7e71d1..7b54206a4 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Functions.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Functions.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -244,7 +244,7 @@

    Return Value

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Protocols.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Protocols.html index 6c3913f19..1afba650a 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Protocols.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Other Protocols.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -222,7 +222,7 @@

    Declaration

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Protocols/Writable.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Protocols/Writable.html index 508b3c3d8..0a763555d 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/Protocols/Writable.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/Protocols/Writable.html @@ -14,7 +14,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -334,7 +334,7 @@

    Parameters

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/index.html b/docs/docsets/xcproj.docset/Contents/Resources/Documents/index.html index dc38286c4..2e66c6fc5 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/index.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -397,7 +397,7 @@

    License

    diff --git a/docs/docsets/xcproj.docset/Contents/Resources/Documents/search.json b/docs/docsets/xcproj.docset/Contents/Resources/Documents/search.json index bc7cd03b1..5d3e4283b 100644 --- a/docs/docsets/xcproj.docset/Contents/Resources/Documents/search.json +++ b/docs/docsets/xcproj.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Protocols/Writable.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html#/s:6xcproj8WritableP5writeySS10pathString_Sb8overridetKF":{"name":"write(pathString:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html":{"name":"Writable","abstract":"

    Protocol that defines how an entity can be writed into disk

    "},"Other Functions.html#/s:6xcproj9loadPlists10DictionaryVySSyXlGSgSS4path_tF":{"name":"loadPlist(path:)","abstract":"

    Static initializer that creates a Dictionary from a .plist file.

    "},"Extensions/PlistValue.html#/s:s25ExpressibleByArrayLiteralPxSay0cD7ElementQzG05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s30ExpressibleByDictionaryLiteralPxSay3KeyQz_5ValueQztG010dictionaryD0d_tcfc":{"name":"init(dictionaryLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"PlistValue"},"Extensions/CommentedString.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"CommentedString"},"Extensions/Bool.html#/s:Sb6xcprojE9xmlStringSSv":{"name":"xmlString","abstract":"

    Returns a XML string value that represents the boolean.

    ","parent_name":"Bool"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/CommentedString.html":{"name":"CommentedString"},"Extensions/PlistValue.html":{"name":"PlistValue"},"Other Enums.html#/s:6xcproj10BuildPhaseO":{"name":"BuildPhase","abstract":"

    Enum that encapsulates all kind of build phases available in Xcode.

    "},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC14currentVersionSSSgv":{"name":"currentVersion","abstract":"

    Current version.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4pathSSSgv":{"name":"path","abstract":"

    Path.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4nameSSSgv":{"name":"name","abstract":"

    Name.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Source tree type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC07versionC4TypeSSSgv":{"name":"versionGroupType","abstract":"

    Version group type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC8childrenSaySSGv":{"name":"children","abstract":"

    Children references.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCVersionGroup"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC22buildConfigurationListSSSgv":{"name":"buildConfigurationList","abstract":"

    Target build configuration list.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11buildPhasesSaySSGv":{"name":"buildPhases","abstract":"

    Target build phases.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC10buildRulesSaySSGv":{"name":"buildRules","abstract":"

    Target build rules.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC12dependenciesSaySSGv":{"name":"dependencies","abstract":"

    Target dependencies.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC4nameSSv":{"name":"name","abstract":"

    Target name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productNameSSSgv":{"name":"productName","abstract":"

    Target product name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC16productReferenceSSSgv":{"name":"productReference","abstract":"

    Target product reference.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productTypeAA010PBXProductD0OSgv":{"name":"productType","abstract":"

    Target product type.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTarget"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC8fileTypeSSSgv":{"name":"fileType","abstract":"

    Element file type

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC9remoteRefSSSgv":{"name":"remoteRef","abstract":"

    Element remote reference.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXReferenceProxy"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC22defaultBuildActionMaskSuvZ":{"name":"defaultBuildActionMask","abstract":"

    Default build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC15buildActionMaskSuSgv":{"name":"buildActionMask","abstract":"

    Element build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC5filesSaySSGv":{"name":"files","abstract":"

    Element files.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC34runOnlyForDeploymentPostprocessingSuSgv":{"name":"runOnlyForDeploymentPostprocessing","abstract":"

    Element run only for deployment post processing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html":{"name":"PBXBuildPhase","abstract":"

    An absctract class for all the build phase objects

    "},"Classes/PBXReferenceProxy.html":{"name":"PBXReferenceProxy","abstract":"

    A proxy for another object which might belong to another project"},"Classes/PBXTarget.html":{"name":"PBXTarget","abstract":"

    This element is an abstract parent for specialized targets.

    "},"Classes/XCVersionGroup.html":{"name":"XCVersionGroup","abstract":"

    Group that contains multiple files references to the different versions of a resource."},"Enums/PBXObjectError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"PBXObjectError"},"Enums/XCodeProjError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCodeProjError"},"Enums/XCWorkspaceError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceError"},"Enums/XCWorkspaceDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceDataError"},"Enums/XCSharedDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSharedDataError"},"Enums/XCSchemeError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSchemeError"},"Enums/XCConfigError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCConfigError"},"Enums/XCConfigError.html":{"name":"XCConfigError","abstract":"

    XCConfig errors.

    "},"Enums/XCSchemeError.html":{"name":"XCSchemeError","abstract":"

    XCScheme Errors.

    "},"Enums/XCSharedDataError.html":{"name":"XCSharedDataError","abstract":"

    XCSharedData errors.

    "},"Enums/XCWorkspaceDataError.html":{"name":"XCWorkspaceDataError","abstract":"

    XCWorkspaceData Errors.

    "},"Enums/XCWorkspaceError.html":{"name":"XCWorkspaceError","abstract":"

    XCWorkspace Errors

    "},"Enums/XCodeProjError.html":{"name":"XCodeProjError","abstract":"

    XcodeProj Errors

    "},"Enums/PBXObjectError.html":{"name":"PBXObjectError","abstract":"

    PBXObjectError

    "},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC6targetSSSgv":{"name":"target","abstract":"

    Target reference.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC11targetProxySSSgv":{"name":"targetProxy","abstract":"

    Target proxy

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyCACSS9reference_SSSg6targetAE0E5Proxytcfc":{"name":"init(reference:target:targetProxy:)","abstract":"

    Initializes the target dependency.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTargetDependency"},"Classes/PBXSourcesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXSourcesBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Build phase name.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC10inputPathsSaySSGv":{"name":"inputPaths","abstract":"

    Input paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC11outputPathsSaySSGv":{"name":"outputPaths","abstract":"

    Output paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC9shellPathSSSgv":{"name":"shellPath","abstract":"

    Path to the shell.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05shellC0SSSgv":{"name":"shellScript","abstract":"

    Shell script.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC16showEnvVarsInLogSuSgv":{"name":"showEnvVarsInLog","abstract":"

    Show environment variables in the logs.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseCACSS9reference_SaySSG5filesSSSg4nameAE10inputPathsAE06outputJ0SS9shellPathAG0lC0Su15buildActionMaskSu34runOnlyForDeploymentPostprocessingSuSg16showEnvVarsInLogtcfc":{"name":"init(reference:files:name:inputPaths:outputPaths:shellPath:shellScript:buildActionMask:runOnlyForDeploymentPostprocessing:showEnvVarsInLog:)","abstract":"

    Initializes the shell script build phase with its attributes.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC7dstPathSSSgv":{"name":"dstPath","abstract":"

    Element destination path

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC16dstSubfolderSpecAC9SubFolderOSgv":{"name":"dstSubfolderSpec","abstract":"

    Element destination subfolder spec

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Copy files build phase name

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseCACSS9reference_SSSg7dstPathAC9SubFolderOSg0G13SubfolderSpecAE4nameSuSg15buildActionMaskSaySSG5filesAL34runOnlyForDeploymentPostprocessingtcfc":{"name":"init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)","abstract":"

    Initializes the copy files build phase with its attributes.

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXResourcesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXResourcesBuildPhase"},"Classes/PBXHeadersBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXHeadersBuildPhase"},"Classes/PBXFrameworksBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFrameworksBuildPhase"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC12fileEncodingSiSgv":{"name":"fileEncoding","abstract":"

    Element file encoding.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC16explicitFileTypeSSSgv":{"name":"explicitFileType","abstract":"

    Element explicit file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC17lastKnownFileTypeSSSgv":{"name":"lastKnownFileType","abstract":"

    Element last known file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC14includeInIndexSiSgv":{"name":"includeInIndex","abstract":"

    Element include in index.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8usesTabsSiSgv":{"name":"usesTabs","abstract":"

    Element uses tabs.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10lineEndingSiSgv":{"name":"lineEnding","abstract":"

    Element line ending.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC33xcLanguageSpecificationIdentifierSSSgv":{"name":"xcLanguageSpecificationIdentifier","abstract":"

    Element xc language specification identifier

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8fileTypeSSSg7PathKit0F0V4path_tFZ":{"name":"fileType(path:)","abstract":"

    Returns the file type for a given path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementCACSS9reference_AA13PBXSourceTreeOSg06sourceF0SSSg4pathAI4nametcfc":{"name":"init(reference:sourceTree:path:name:)","abstract":"

    Initializes the file element with its properties.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileElement"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC15containerPortalSSv":{"name":"containerPortal","abstract":"

    The object is a reference to a PBXProject element.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC9proxyTypeAC0dF0OSgv":{"name":"proxyType","abstract":"

    Element proxy type.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC20remoteGlobalIDStringSSSgv":{"name":"remoteGlobalIDString","abstract":"

    Element remote global ID reference.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC10remoteInfoSSSgv":{"name":"remoteInfo","abstract":"

    Element remote info.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyCACSS9reference_SS15containerPortalSSSg20remoteGlobalIDStringAC0D4TypeOSg05proxyK0AF0H4Infotcfc":{"name":"init(reference:containerPortal:remoteGlobalIDString:proxyType:remoteInfo:)","abstract":"

    Initializes the container item proxy with its attributes.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXContainerItemProxy"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC7fileRefSSSgv":{"name":"fileRef","abstract":"

    Element file reference.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC8settingss10DictionaryVySSypGSgv":{"name":"settings","abstract":"

    Element settings

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileCACSS9reference_SS7fileRefs10DictionaryVySSypGSg8settingstcfc":{"name":"init(reference:fileRef:settings:)","abstract":"

    Initiazlies the build file with its attributes.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildFile"},"Classes/PBXObject.html#/s:6xcproj9PBXObjectC9referenceSSv":{"name":"reference","abstract":"

    Element unique reference.

    ","parent_name":"PBXObject"},"Classes/PBXObject.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXObject"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC14archiveVersionSiSgv":{"name":"archiveVersion","abstract":"

    Project archive version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC13objectVersionSiv":{"name":"objectVersion","abstract":"

    Project object version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC7classess10DictionaryVySSypGv":{"name":"classes","abstract":"

    Project classes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC10rootObjectSSv":{"name":"rootObject","abstract":"

    Project root object.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjCACSi13objectVersion_SS10rootObjectSiSg07archiveD0s10DictionaryVySSypG7classesSayAA9PBXObjectCG7objectstcfc":{"name":"init(objectVersion:rootObject:archiveVersion:classes:objects:)","abstract":"

    Initializes the project with its attributes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC12generateUUIDSSxm3for_tAA9PBXObjectCRbzlF":{"name":"generateUUID(for:)","abstract":"

    Returns a valid UUID for new elements.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXProj"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC19buildConfigurationsSaySSGv":{"name":"buildConfigurations","abstract":"

    Element build configurations.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC29defaultConfigurationIsVisibleSuSgv":{"name":"defaultConfigurationIsVisible","abstract":"

    Element default configuration is visible.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC24defaultConfigurationNameSSSgv":{"name":"defaultConfigurationName","abstract":"

    Element default configuration name

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListCACSS9reference_SaySSG19buildConfigurationsSSSg24defaultConfigurationNameSuSg0gH9IsVisibletcfc":{"name":"init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)","abstract":"

    Initializes the element with its properties.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfigurationList"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC04baseC9ReferenceSSSgv":{"name":"baseConfigurationReference","abstract":"

    The path to a xcconfig file

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    A map of build settings.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC4nameSSv":{"name":"name","abstract":"

    The configuration name.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationCACSS9reference_SS4nameSSSg04baseC9References10DictionaryVySSypG13buildSettingstcfc":{"name":"init(reference:name:baseConfigurationReference:buildSettings:)","abstract":"

    Initializes a build configuration.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCBuildConfiguration"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC9workspaceAA11XCWorkspaceCv":{"name":"workspace","abstract":"

    Project workspace

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC7pbxprojAA7PBXProjCv":{"name":"pbxproj","abstract":"

    .pbxproj representatino

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC10sharedDataAA08XCSharedE0CSgv":{"name":"sharedData","abstract":"

    Shared data.

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjCAcA11XCWorkspaceC9workspace_AA7PBXProjC7pbxprojAA12XCSharedDataCSg06sharedI0tcfc":{"name":"init(workspace:pbxproj:sharedData:)","abstract":"

    Initializes the XCodeProj

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XcodeProj"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceC4dataAC4DataCv":{"name":"data","abstract":"

    Workspace data

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the workspace with the path where the workspace is.","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACycfc":{"name":"init()","abstract":"

    Initializes a default workspace with a single reference that points to self:

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACSS10pathString_tKcfc":{"name":"init(pathString:)","abstract":"

    Initializes the workspace with the path string.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCA2C4DataC4data_tcfc":{"name":"init(data:)","abstract":"

    Initializes the workspace with its properties.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCWorkspace"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC8includesSay7PathKit0D0V7include_AC6configtGv":{"name":"includes","abstract":"

    Configuration file includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    Build settings

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCACSay7PathKit0C0V7include_AC6configtG8includes_s10DictionaryVySSypG13buildSettingstcfc":{"name":"init(includes:buildSettings:)","abstract":"

    Initializes the XCConfig file with its attributes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the XCConfig reading the content from the file at the given path and parsing it.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC22flattenedBuildSettingss10DictionaryVySSypGyF":{"name":"flattenedBuildSettings()","abstract":"

    It returns the build settings after flattening all the includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCConfig"},"Classes/XCConfig.html":{"name":"XCConfig","abstract":"

    .xcconfig configuration file.

    "},"Classes/XCWorkspace.html":{"name":"XCWorkspace","abstract":"

    Model that represents a Xcode workspace.

    "},"Classes/XcodeProj.html":{"name":"XcodeProj","abstract":"

    Model that represents a .xcodeproj project.

    "},"Classes/XCBuildConfiguration.html":{"name":"XCBuildConfiguration","abstract":"

    This is the element for listing build configurations.

    "},"Classes/XCConfigurationList.html":{"name":"XCConfigurationList","abstract":"

    This is the element for listing build configurations.

    "},"Models.html#/s:6xcproj15PBXNativeTargetC":{"name":"PBXNativeTarget","abstract":"

    This is the element for a build target that produces a binary content (application or library).

    "},"Classes/PBXProj.html":{"name":"PBXProj","abstract":"

    Represents a .pbxproj file

    "},"Classes/PBXObject.html":{"name":"PBXObject","abstract":"

    Class that represents a project element.

    "},"Models.html#/s:6xcproj13PBXSourceTreeO":{"name":"PBXSourceTree","abstract":"

    Specifies source trees for files"},"Models.html#/s:6xcproj18PBXAggregateTargetC":{"name":"PBXAggregateTarget","abstract":"

    This is the element for a build target that aggregates several others.

    "},"Classes/PBXBuildFile.html":{"name":"PBXBuildFile","abstract":"

    This element indicates a file reference that is used in a PBXBuildPhase (either as an include or resource).

    "},"Classes/PBXContainerItemProxy.html":{"name":"PBXContainerItemProxy","abstract":"

    This is the element to decorate a target item.

    "},"Classes/PBXFileElement.html":{"name":"PBXFileElement","abstract":"

    This element is an abstract parent for file and group elements.

    "},"Classes/PBXFileReference.html":{"name":"PBXFileReference","abstract":"

    A PBXFileReference is used to track every external file referenced by"},"Classes/PBXFrameworksBuildPhase.html":{"name":"PBXFrameworksBuildPhase","abstract":"

    This is the element for the framework link build phase.

    "},"Classes/PBXHeadersBuildPhase.html":{"name":"PBXHeadersBuildPhase","abstract":"

    This is the element for the framework headers build phase.

    "},"Classes/PBXResourcesBuildPhase.html":{"name":"PBXResourcesBuildPhase","abstract":"

    This is the element for the resources copy build phase.

    "},"Classes/PBXCopyFilesBuildPhase.html":{"name":"PBXCopyFilesBuildPhase","abstract":"

    This is the element for the copy file build phase.

    "},"Classes/PBXShellScriptBuildPhase.html":{"name":"PBXShellScriptBuildPhase","abstract":"

    This is the element for the shell script build phase.

    "},"Classes/PBXSourcesBuildPhase.html":{"name":"PBXSourcesBuildPhase","abstract":"

    This is the element for the sources compilation build phase.

    "},"Classes/PBXTargetDependency.html":{"name":"PBXTargetDependency","abstract":"

    This is the element for referencing other targets through content proxies.

    "},"Models.html":{"name":"Models"},"Errors.html":{"name":"Errors"},"Other Classes.html":{"name":"Other Classes","abstract":"

    The following classes are available globally.

    "},"Other Enums.html":{"name":"Other Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Other Extensions.html":{"name":"Other Extensions","abstract":"

    The following extensions are available globally.

    "},"Other Functions.html":{"name":"Other Functions","abstract":"

    The following functions are available globally.

    "},"Other Protocols.html":{"name":"Other Protocols","abstract":"

    The following protocols are available globally.

    "}} \ No newline at end of file +{"Protocols/Writable.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html#/s:6xcproj8WritableP5writeySS10pathString_Sb8overridetKF":{"name":"write(pathString:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html":{"name":"Writable","abstract":"

    Protocol that defines how an entity can be writed into disk

    "},"Other Functions.html#/s:6xcproj9loadPlists10DictionaryVySSyXlGSgSS4path_tF":{"name":"loadPlist(path:)","abstract":"

    Static initializer that creates a Dictionary from a .plist file.

    "},"Extensions/PlistValue.html#/s:s25ExpressibleByArrayLiteralPxSay0cD7ElementQzG05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s30ExpressibleByDictionaryLiteralPxSay3KeyQz_5ValueQztG010dictionaryD0d_tcfc":{"name":"init(dictionaryLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"PlistValue"},"Extensions/CommentedString.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"CommentedString"},"Extensions/Bool.html#/s:Sb6xcprojE9xmlStringSSv":{"name":"xmlString","abstract":"

    Returns a XML string value that represents the boolean.

    ","parent_name":"Bool"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/CommentedString.html":{"name":"CommentedString"},"Extensions/PlistValue.html":{"name":"PlistValue"},"Other Enums.html#/s:6xcproj10BuildPhaseO":{"name":"BuildPhase","abstract":"

    Enum that encapsulates all kind of build phases available in Xcode.

    "},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC14currentVersionSSSgv":{"name":"currentVersion","abstract":"

    Current version.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4pathSSSgv":{"name":"path","abstract":"

    Path.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4nameSSSgv":{"name":"name","abstract":"

    Name.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Source tree type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC07versionC4TypeSSSgv":{"name":"versionGroupType","abstract":"

    Version group type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC8childrenSaySSGv":{"name":"children","abstract":"

    Children references.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCVersionGroup"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC22buildConfigurationListSSSgv":{"name":"buildConfigurationList","abstract":"

    Target build configuration list.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11buildPhasesSaySSGv":{"name":"buildPhases","abstract":"

    Target build phases.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC10buildRulesSaySSGv":{"name":"buildRules","abstract":"

    Target build rules.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC12dependenciesSaySSGv":{"name":"dependencies","abstract":"

    Target dependencies.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC4nameSSv":{"name":"name","abstract":"

    Target name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productNameSSSgv":{"name":"productName","abstract":"

    Target product name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC16productReferenceSSSgv":{"name":"productReference","abstract":"

    Target product reference.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productTypeAA010PBXProductD0OSgv":{"name":"productType","abstract":"

    Target product type.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTarget"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC8fileTypeSSSgv":{"name":"fileType","abstract":"

    Element file type

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC9remoteRefSSSgv":{"name":"remoteRef","abstract":"

    Element remote reference.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXReferenceProxy"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC22defaultBuildActionMaskSuvZ":{"name":"defaultBuildActionMask","abstract":"

    Default build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC41defaultRunOnlyForDeploymentPostprocessingSuvZ":{"name":"defaultRunOnlyForDeploymentPostprocessing","abstract":"

    Default runOnlyForDeploymentPostprocessing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC15buildActionMaskSuv":{"name":"buildActionMask","abstract":"

    Element build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC5filesSaySSGv":{"name":"files","abstract":"

    Element files.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC34runOnlyForDeploymentPostprocessingSuv":{"name":"runOnlyForDeploymentPostprocessing","abstract":"

    Element run only for deployment post processing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC05buildC0AA05BuildC0Ov":{"name":"buildPhase","abstract":"

    The build phase type of the build phase

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html":{"name":"PBXBuildPhase","abstract":"

    An absctract class for all the build phase objects

    "},"Classes/PBXReferenceProxy.html":{"name":"PBXReferenceProxy","abstract":"

    A proxy for another object which might belong to another project"},"Classes/PBXTarget.html":{"name":"PBXTarget","abstract":"

    This element is an abstract parent for specialized targets.

    "},"Classes/XCVersionGroup.html":{"name":"XCVersionGroup","abstract":"

    Group that contains multiple files references to the different versions of a resource."},"Enums/PBXObjectError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"PBXObjectError"},"Enums/XCodeProjError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCodeProjError"},"Enums/XCWorkspaceError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceError"},"Enums/XCWorkspaceDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceDataError"},"Enums/XCSharedDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSharedDataError"},"Enums/XCSchemeError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSchemeError"},"Enums/XCConfigError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCConfigError"},"Enums/XCConfigError.html":{"name":"XCConfigError","abstract":"

    XCConfig errors.

    "},"Enums/XCSchemeError.html":{"name":"XCSchemeError","abstract":"

    XCScheme Errors.

    "},"Enums/XCSharedDataError.html":{"name":"XCSharedDataError","abstract":"

    XCSharedData errors.

    "},"Enums/XCWorkspaceDataError.html":{"name":"XCWorkspaceDataError","abstract":"

    XCWorkspaceData Errors.

    "},"Enums/XCWorkspaceError.html":{"name":"XCWorkspaceError","abstract":"

    XCWorkspace Errors

    "},"Enums/XCodeProjError.html":{"name":"XCodeProjError","abstract":"

    XcodeProj Errors

    "},"Enums/PBXObjectError.html":{"name":"PBXObjectError","abstract":"

    PBXObjectError

    "},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC6targetSSSgv":{"name":"target","abstract":"

    Target reference.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC11targetProxySSSgv":{"name":"targetProxy","abstract":"

    Target proxy

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyCACSS9reference_SSSg6targetAE0E5Proxytcfc":{"name":"init(reference:target:targetProxy:)","abstract":"

    Initializes the target dependency.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTargetDependency"},"Classes/PBXSourcesBuildPhase.html#/s:6xcproj20PBXSourcesBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXSourcesBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Build phase name.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC10inputPathsSaySSGv":{"name":"inputPaths","abstract":"

    Input paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC11outputPathsSaySSGv":{"name":"outputPaths","abstract":"

    Output paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC9shellPathSSSgv":{"name":"shellPath","abstract":"

    Path to the shell.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05shellC0SSSgv":{"name":"shellScript","abstract":"

    Shell script.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC16showEnvVarsInLogSuSgv":{"name":"showEnvVarsInLog","abstract":"

    Show environment variables in the logs.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05buildE0AA0dE0Ov":{"name":"buildPhase","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseCACSS9reference_SaySSG5filesSSSg4nameAE10inputPathsAE06outputJ0SS9shellPathAG0lC0Su15buildActionMaskSu34runOnlyForDeploymentPostprocessingSuSg16showEnvVarsInLogtcfc":{"name":"init(reference:files:name:inputPaths:outputPaths:shellPath:shellScript:buildActionMask:runOnlyForDeploymentPostprocessing:showEnvVarsInLog:)","abstract":"

    Initializes the shell script build phase with its attributes.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC7dstPathSSSgv":{"name":"dstPath","abstract":"

    Element destination path

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC16dstSubfolderSpecAC9SubFolderOSgv":{"name":"dstSubfolderSpec","abstract":"

    Element destination subfolder spec

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Copy files build phase name

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC05buildE0AA0dE0Ov":{"name":"buildPhase","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseCACSS9reference_SSSg7dstPathAC9SubFolderOSg0G13SubfolderSpecAE4nameSu15buildActionMaskSaySSG5filesSu34runOnlyForDeploymentPostprocessingtcfc":{"name":"init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)","abstract":"

    Initializes the copy files build phase with its attributes.

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXResourcesBuildPhase.html#/s:6xcproj22PBXResourcesBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXResourcesBuildPhase"},"Classes/PBXHeadersBuildPhase.html#/s:6xcproj20PBXHeadersBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXHeadersBuildPhase"},"Classes/PBXFrameworksBuildPhase.html#/s:6xcproj23PBXFrameworksBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXFrameworksBuildPhase"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC12fileEncodingSiSgv":{"name":"fileEncoding","abstract":"

    Element file encoding.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC16explicitFileTypeSSSgv":{"name":"explicitFileType","abstract":"

    Element explicit file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC17lastKnownFileTypeSSSgv":{"name":"lastKnownFileType","abstract":"

    Element last known file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC14includeInIndexSiSgv":{"name":"includeInIndex","abstract":"

    Element include in index.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8usesTabsSiSgv":{"name":"usesTabs","abstract":"

    Element uses tabs.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10lineEndingSiSgv":{"name":"lineEnding","abstract":"

    Element line ending.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC33xcLanguageSpecificationIdentifierSSSgv":{"name":"xcLanguageSpecificationIdentifier","abstract":"

    Element xc language specification identifier

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8fileTypeSSSg7PathKit0F0V4path_tFZ":{"name":"fileType(path:)","abstract":"

    Returns the file type for a given path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementCACSS9reference_AA13PBXSourceTreeOSg06sourceF0SSSg4pathAI4nametcfc":{"name":"init(reference:sourceTree:path:name:)","abstract":"

    Initializes the file element with its properties.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileElement"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC15containerPortalSSv":{"name":"containerPortal","abstract":"

    The object is a reference to a PBXProject element.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC9proxyTypeAC0dF0OSgv":{"name":"proxyType","abstract":"

    Element proxy type.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC20remoteGlobalIDStringSSSgv":{"name":"remoteGlobalIDString","abstract":"

    Element remote global ID reference.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC10remoteInfoSSSgv":{"name":"remoteInfo","abstract":"

    Element remote info.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyCACSS9reference_SS15containerPortalSSSg20remoteGlobalIDStringAC0D4TypeOSg05proxyK0AF0H4Infotcfc":{"name":"init(reference:containerPortal:remoteGlobalIDString:proxyType:remoteInfo:)","abstract":"

    Initializes the container item proxy with its attributes.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXContainerItemProxy"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC7fileRefSSSgv":{"name":"fileRef","abstract":"

    Element file reference.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC8settingss10DictionaryVySSypGSgv":{"name":"settings","abstract":"

    Element settings

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileCACSS9reference_SS7fileRefs10DictionaryVySSypGSg8settingstcfc":{"name":"init(reference:fileRef:settings:)","abstract":"

    Initiazlies the build file with its attributes.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildFile"},"Classes/PBXObject.html#/s:6xcproj9PBXObjectC9referenceSSv":{"name":"reference","abstract":"

    Element unique reference.

    ","parent_name":"PBXObject"},"Classes/PBXObject.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXObject"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC14archiveVersionSiv":{"name":"archiveVersion","abstract":"

    Project archive version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC13objectVersionSiv":{"name":"objectVersion","abstract":"

    Project object version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC7classess10DictionaryVySSypGv":{"name":"classes","abstract":"

    Project classes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC10rootObjectSSv":{"name":"rootObject","abstract":"

    Project root object.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjCACSi13objectVersion_SS10rootObjectSi07archiveD0s10DictionaryVySSypG7classesSayAA9PBXObjectCG7objectstcfc":{"name":"init(objectVersion:rootObject:archiveVersion:classes:objects:)","abstract":"

    Initializes the project with its attributes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC12generateUUIDSSxm3for_tAA9PBXObjectCRbzlF":{"name":"generateUUID(for:)","abstract":"

    Returns a valid UUID for new elements.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXProj"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC19buildConfigurationsSaySSGv":{"name":"buildConfigurations","abstract":"

    Element build configurations.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC29defaultConfigurationIsVisibleSuv":{"name":"defaultConfigurationIsVisible","abstract":"

    Element default configuration is visible.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC24defaultConfigurationNameSSSgv":{"name":"defaultConfigurationName","abstract":"

    Element default configuration name

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListCACSS9reference_SaySSG19buildConfigurationsSSSg24defaultConfigurationNameSu0gH9IsVisibletcfc":{"name":"init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)","abstract":"

    Initializes the element with its properties.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfigurationList"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC04baseC9ReferenceSSSgv":{"name":"baseConfigurationReference","abstract":"

    The path to a xcconfig file

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    A map of build settings.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC4nameSSv":{"name":"name","abstract":"

    The configuration name.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationCACSS9reference_SS4nameSSSg04baseC9References10DictionaryVySSypG13buildSettingstcfc":{"name":"init(reference:name:baseConfigurationReference:buildSettings:)","abstract":"

    Initializes a build configuration.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCBuildConfiguration"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC9workspaceAA11XCWorkspaceCv":{"name":"workspace","abstract":"

    Project workspace

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC7pbxprojAA7PBXProjCv":{"name":"pbxproj","abstract":"

    .pbxproj representatino

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC10sharedDataAA08XCSharedE0CSgv":{"name":"sharedData","abstract":"

    Shared data.

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjCAcA11XCWorkspaceC9workspace_AA7PBXProjC7pbxprojAA12XCSharedDataCSg06sharedI0tcfc":{"name":"init(workspace:pbxproj:sharedData:)","abstract":"

    Initializes the XCodeProj

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XcodeProj"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceC4dataAC4DataCv":{"name":"data","abstract":"

    Workspace data

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the workspace with the path where the workspace is.","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACycfc":{"name":"init()","abstract":"

    Initializes a default workspace with a single reference that points to self:

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACSS10pathString_tKcfc":{"name":"init(pathString:)","abstract":"

    Initializes the workspace with the path string.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCA2C4DataC4data_tcfc":{"name":"init(data:)","abstract":"

    Initializes the workspace with its properties.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCWorkspace"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC8includesSay7PathKit0D0V7include_AC6configtGv":{"name":"includes","abstract":"

    Configuration file includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    Build settings

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCACSay7PathKit0C0V7include_AC6configtG8includes_s10DictionaryVySSypG13buildSettingstcfc":{"name":"init(includes:buildSettings:)","abstract":"

    Initializes the XCConfig file with its attributes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the XCConfig reading the content from the file at the given path and parsing it.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC22flattenedBuildSettingss10DictionaryVySSypGyF":{"name":"flattenedBuildSettings()","abstract":"

    It returns the build settings after flattening all the includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCConfig"},"Classes/XCConfig.html":{"name":"XCConfig","abstract":"

    .xcconfig configuration file.

    "},"Classes/XCWorkspace.html":{"name":"XCWorkspace","abstract":"

    Model that represents a Xcode workspace.

    "},"Classes/XcodeProj.html":{"name":"XcodeProj","abstract":"

    Model that represents a .xcodeproj project.

    "},"Classes/XCBuildConfiguration.html":{"name":"XCBuildConfiguration","abstract":"

    This is the element for listing build configurations.

    "},"Classes/XCConfigurationList.html":{"name":"XCConfigurationList","abstract":"

    This is the element for listing build configurations.

    "},"Models.html#/s:6xcproj15PBXNativeTargetC":{"name":"PBXNativeTarget","abstract":"

    This is the element for a build target that produces a binary content (application or library).

    "},"Classes/PBXProj.html":{"name":"PBXProj","abstract":"

    Represents a .pbxproj file

    "},"Classes/PBXObject.html":{"name":"PBXObject","abstract":"

    Class that represents a project element.

    "},"Models.html#/s:6xcproj13PBXSourceTreeO":{"name":"PBXSourceTree","abstract":"

    Specifies source trees for files"},"Models.html#/s:6xcproj18PBXAggregateTargetC":{"name":"PBXAggregateTarget","abstract":"

    This is the element for a build target that aggregates several others.

    "},"Classes/PBXBuildFile.html":{"name":"PBXBuildFile","abstract":"

    This element indicates a file reference that is used in a PBXBuildPhase (either as an include or resource).

    "},"Classes/PBXContainerItemProxy.html":{"name":"PBXContainerItemProxy","abstract":"

    This is the element to decorate a target item.

    "},"Classes/PBXFileElement.html":{"name":"PBXFileElement","abstract":"

    This element is an abstract parent for file and group elements.

    "},"Classes/PBXFileReference.html":{"name":"PBXFileReference","abstract":"

    A PBXFileReference is used to track every external file referenced by"},"Classes/PBXFrameworksBuildPhase.html":{"name":"PBXFrameworksBuildPhase","abstract":"

    This is the element for the framework link build phase.

    "},"Classes/PBXHeadersBuildPhase.html":{"name":"PBXHeadersBuildPhase","abstract":"

    This is the element for the framework headers build phase.

    "},"Classes/PBXResourcesBuildPhase.html":{"name":"PBXResourcesBuildPhase","abstract":"

    This is the element for the resources copy build phase.

    "},"Classes/PBXCopyFilesBuildPhase.html":{"name":"PBXCopyFilesBuildPhase","abstract":"

    This is the element for the copy file build phase.

    "},"Classes/PBXShellScriptBuildPhase.html":{"name":"PBXShellScriptBuildPhase","abstract":"

    This is the element for the shell script build phase.

    "},"Classes/PBXSourcesBuildPhase.html":{"name":"PBXSourcesBuildPhase","abstract":"

    This is the element for the sources compilation build phase.

    "},"Classes/PBXTargetDependency.html":{"name":"PBXTargetDependency","abstract":"

    This is the element for referencing other targets through content proxies.

    "},"Models.html":{"name":"Models"},"Errors.html":{"name":"Errors"},"Other Classes.html":{"name":"Other Classes","abstract":"

    The following classes are available globally.

    "},"Other Enums.html":{"name":"Other Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Other Extensions.html":{"name":"Other Extensions","abstract":"

    The following extensions are available globally.

    "},"Other Functions.html":{"name":"Other Functions","abstract":"

    The following functions are available globally.

    "},"Other Protocols.html":{"name":"Other Protocols","abstract":"

    The following protocols are available globally.

    "}} \ No newline at end of file diff --git a/docs/docsets/xcproj.docset/Contents/Resources/docSet.dsidx b/docs/docsets/xcproj.docset/Contents/Resources/docSet.dsidx index f6956c5b3..852fae3f6 100644 Binary files a/docs/docsets/xcproj.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/xcproj.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docsets/xcproj.tgz b/docs/docsets/xcproj.tgz index 99f96754a..af5ca4eae 100644 Binary files a/docs/docsets/xcproj.tgz and b/docs/docsets/xcproj.tgz differ diff --git a/docs/index.html b/docs/index.html index dc38286c4..2e66c6fc5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@
    -

    xcproj Docs (67% documented)

    +

    xcproj Docs (65% documented)

    View on GitHub

    @@ -397,7 +397,7 @@

    License

    diff --git a/docs/search.json b/docs/search.json index bc7cd03b1..5d3e4283b 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -{"Protocols/Writable.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html#/s:6xcproj8WritableP5writeySS10pathString_Sb8overridetKF":{"name":"write(pathString:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html":{"name":"Writable","abstract":"

    Protocol that defines how an entity can be writed into disk

    "},"Other Functions.html#/s:6xcproj9loadPlists10DictionaryVySSyXlGSgSS4path_tF":{"name":"loadPlist(path:)","abstract":"

    Static initializer that creates a Dictionary from a .plist file.

    "},"Extensions/PlistValue.html#/s:s25ExpressibleByArrayLiteralPxSay0cD7ElementQzG05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s30ExpressibleByDictionaryLiteralPxSay3KeyQz_5ValueQztG010dictionaryD0d_tcfc":{"name":"init(dictionaryLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"PlistValue"},"Extensions/CommentedString.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"CommentedString"},"Extensions/Bool.html#/s:Sb6xcprojE9xmlStringSSv":{"name":"xmlString","abstract":"

    Returns a XML string value that represents the boolean.

    ","parent_name":"Bool"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/CommentedString.html":{"name":"CommentedString"},"Extensions/PlistValue.html":{"name":"PlistValue"},"Other Enums.html#/s:6xcproj10BuildPhaseO":{"name":"BuildPhase","abstract":"

    Enum that encapsulates all kind of build phases available in Xcode.

    "},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC14currentVersionSSSgv":{"name":"currentVersion","abstract":"

    Current version.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4pathSSSgv":{"name":"path","abstract":"

    Path.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4nameSSSgv":{"name":"name","abstract":"

    Name.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Source tree type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC07versionC4TypeSSSgv":{"name":"versionGroupType","abstract":"

    Version group type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC8childrenSaySSGv":{"name":"children","abstract":"

    Children references.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCVersionGroup"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC22buildConfigurationListSSSgv":{"name":"buildConfigurationList","abstract":"

    Target build configuration list.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11buildPhasesSaySSGv":{"name":"buildPhases","abstract":"

    Target build phases.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC10buildRulesSaySSGv":{"name":"buildRules","abstract":"

    Target build rules.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC12dependenciesSaySSGv":{"name":"dependencies","abstract":"

    Target dependencies.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC4nameSSv":{"name":"name","abstract":"

    Target name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productNameSSSgv":{"name":"productName","abstract":"

    Target product name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC16productReferenceSSSgv":{"name":"productReference","abstract":"

    Target product reference.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productTypeAA010PBXProductD0OSgv":{"name":"productType","abstract":"

    Target product type.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTarget"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC8fileTypeSSSgv":{"name":"fileType","abstract":"

    Element file type

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC9remoteRefSSSgv":{"name":"remoteRef","abstract":"

    Element remote reference.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXReferenceProxy"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC22defaultBuildActionMaskSuvZ":{"name":"defaultBuildActionMask","abstract":"

    Default build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC15buildActionMaskSuSgv":{"name":"buildActionMask","abstract":"

    Element build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC5filesSaySSGv":{"name":"files","abstract":"

    Element files.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC34runOnlyForDeploymentPostprocessingSuSgv":{"name":"runOnlyForDeploymentPostprocessing","abstract":"

    Element run only for deployment post processing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html":{"name":"PBXBuildPhase","abstract":"

    An absctract class for all the build phase objects

    "},"Classes/PBXReferenceProxy.html":{"name":"PBXReferenceProxy","abstract":"

    A proxy for another object which might belong to another project"},"Classes/PBXTarget.html":{"name":"PBXTarget","abstract":"

    This element is an abstract parent for specialized targets.

    "},"Classes/XCVersionGroup.html":{"name":"XCVersionGroup","abstract":"

    Group that contains multiple files references to the different versions of a resource."},"Enums/PBXObjectError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"PBXObjectError"},"Enums/XCodeProjError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCodeProjError"},"Enums/XCWorkspaceError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceError"},"Enums/XCWorkspaceDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceDataError"},"Enums/XCSharedDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSharedDataError"},"Enums/XCSchemeError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSchemeError"},"Enums/XCConfigError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCConfigError"},"Enums/XCConfigError.html":{"name":"XCConfigError","abstract":"

    XCConfig errors.

    "},"Enums/XCSchemeError.html":{"name":"XCSchemeError","abstract":"

    XCScheme Errors.

    "},"Enums/XCSharedDataError.html":{"name":"XCSharedDataError","abstract":"

    XCSharedData errors.

    "},"Enums/XCWorkspaceDataError.html":{"name":"XCWorkspaceDataError","abstract":"

    XCWorkspaceData Errors.

    "},"Enums/XCWorkspaceError.html":{"name":"XCWorkspaceError","abstract":"

    XCWorkspace Errors

    "},"Enums/XCodeProjError.html":{"name":"XCodeProjError","abstract":"

    XcodeProj Errors

    "},"Enums/PBXObjectError.html":{"name":"PBXObjectError","abstract":"

    PBXObjectError

    "},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC6targetSSSgv":{"name":"target","abstract":"

    Target reference.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC11targetProxySSSgv":{"name":"targetProxy","abstract":"

    Target proxy

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyCACSS9reference_SSSg6targetAE0E5Proxytcfc":{"name":"init(reference:target:targetProxy:)","abstract":"

    Initializes the target dependency.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTargetDependency"},"Classes/PBXSourcesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXSourcesBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Build phase name.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC10inputPathsSaySSGv":{"name":"inputPaths","abstract":"

    Input paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC11outputPathsSaySSGv":{"name":"outputPaths","abstract":"

    Output paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC9shellPathSSSgv":{"name":"shellPath","abstract":"

    Path to the shell.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05shellC0SSSgv":{"name":"shellScript","abstract":"

    Shell script.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC16showEnvVarsInLogSuSgv":{"name":"showEnvVarsInLog","abstract":"

    Show environment variables in the logs.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseCACSS9reference_SaySSG5filesSSSg4nameAE10inputPathsAE06outputJ0SS9shellPathAG0lC0Su15buildActionMaskSu34runOnlyForDeploymentPostprocessingSuSg16showEnvVarsInLogtcfc":{"name":"init(reference:files:name:inputPaths:outputPaths:shellPath:shellScript:buildActionMask:runOnlyForDeploymentPostprocessing:showEnvVarsInLog:)","abstract":"

    Initializes the shell script build phase with its attributes.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC7dstPathSSSgv":{"name":"dstPath","abstract":"

    Element destination path

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC16dstSubfolderSpecAC9SubFolderOSgv":{"name":"dstSubfolderSpec","abstract":"

    Element destination subfolder spec

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Copy files build phase name

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseCACSS9reference_SSSg7dstPathAC9SubFolderOSg0G13SubfolderSpecAE4nameSuSg15buildActionMaskSaySSG5filesAL34runOnlyForDeploymentPostprocessingtcfc":{"name":"init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)","abstract":"

    Initializes the copy files build phase with its attributes.

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXResourcesBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXResourcesBuildPhase"},"Classes/PBXHeadersBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXHeadersBuildPhase"},"Classes/PBXFrameworksBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFrameworksBuildPhase"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC12fileEncodingSiSgv":{"name":"fileEncoding","abstract":"

    Element file encoding.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC16explicitFileTypeSSSgv":{"name":"explicitFileType","abstract":"

    Element explicit file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC17lastKnownFileTypeSSSgv":{"name":"lastKnownFileType","abstract":"

    Element last known file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC14includeInIndexSiSgv":{"name":"includeInIndex","abstract":"

    Element include in index.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8usesTabsSiSgv":{"name":"usesTabs","abstract":"

    Element uses tabs.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10lineEndingSiSgv":{"name":"lineEnding","abstract":"

    Element line ending.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC33xcLanguageSpecificationIdentifierSSSgv":{"name":"xcLanguageSpecificationIdentifier","abstract":"

    Element xc language specification identifier

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8fileTypeSSSg7PathKit0F0V4path_tFZ":{"name":"fileType(path:)","abstract":"

    Returns the file type for a given path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementCACSS9reference_AA13PBXSourceTreeOSg06sourceF0SSSg4pathAI4nametcfc":{"name":"init(reference:sourceTree:path:name:)","abstract":"

    Initializes the file element with its properties.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileElement"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC15containerPortalSSv":{"name":"containerPortal","abstract":"

    The object is a reference to a PBXProject element.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC9proxyTypeAC0dF0OSgv":{"name":"proxyType","abstract":"

    Element proxy type.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC20remoteGlobalIDStringSSSgv":{"name":"remoteGlobalIDString","abstract":"

    Element remote global ID reference.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC10remoteInfoSSSgv":{"name":"remoteInfo","abstract":"

    Element remote info.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyCACSS9reference_SS15containerPortalSSSg20remoteGlobalIDStringAC0D4TypeOSg05proxyK0AF0H4Infotcfc":{"name":"init(reference:containerPortal:remoteGlobalIDString:proxyType:remoteInfo:)","abstract":"

    Initializes the container item proxy with its attributes.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXContainerItemProxy"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC7fileRefSSSgv":{"name":"fileRef","abstract":"

    Element file reference.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC8settingss10DictionaryVySSypGSgv":{"name":"settings","abstract":"

    Element settings

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileCACSS9reference_SS7fileRefs10DictionaryVySSypGSg8settingstcfc":{"name":"init(reference:fileRef:settings:)","abstract":"

    Initiazlies the build file with its attributes.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildFile"},"Classes/PBXObject.html#/s:6xcproj9PBXObjectC9referenceSSv":{"name":"reference","abstract":"

    Element unique reference.

    ","parent_name":"PBXObject"},"Classes/PBXObject.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXObject"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC14archiveVersionSiSgv":{"name":"archiveVersion","abstract":"

    Project archive version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC13objectVersionSiv":{"name":"objectVersion","abstract":"

    Project object version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC7classess10DictionaryVySSypGv":{"name":"classes","abstract":"

    Project classes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC10rootObjectSSv":{"name":"rootObject","abstract":"

    Project root object.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjCACSi13objectVersion_SS10rootObjectSiSg07archiveD0s10DictionaryVySSypG7classesSayAA9PBXObjectCG7objectstcfc":{"name":"init(objectVersion:rootObject:archiveVersion:classes:objects:)","abstract":"

    Initializes the project with its attributes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC12generateUUIDSSxm3for_tAA9PBXObjectCRbzlF":{"name":"generateUUID(for:)","abstract":"

    Returns a valid UUID for new elements.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXProj"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC19buildConfigurationsSaySSGv":{"name":"buildConfigurations","abstract":"

    Element build configurations.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC29defaultConfigurationIsVisibleSuSgv":{"name":"defaultConfigurationIsVisible","abstract":"

    Element default configuration is visible.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC24defaultConfigurationNameSSSgv":{"name":"defaultConfigurationName","abstract":"

    Element default configuration name

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListCACSS9reference_SaySSG19buildConfigurationsSSSg24defaultConfigurationNameSuSg0gH9IsVisibletcfc":{"name":"init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)","abstract":"

    Initializes the element with its properties.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfigurationList"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC04baseC9ReferenceSSSgv":{"name":"baseConfigurationReference","abstract":"

    The path to a xcconfig file

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    A map of build settings.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC4nameSSv":{"name":"name","abstract":"

    The configuration name.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationCACSS9reference_SS4nameSSSg04baseC9References10DictionaryVySSypG13buildSettingstcfc":{"name":"init(reference:name:baseConfigurationReference:buildSettings:)","abstract":"

    Initializes a build configuration.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCBuildConfiguration"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC9workspaceAA11XCWorkspaceCv":{"name":"workspace","abstract":"

    Project workspace

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC7pbxprojAA7PBXProjCv":{"name":"pbxproj","abstract":"

    .pbxproj representatino

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC10sharedDataAA08XCSharedE0CSgv":{"name":"sharedData","abstract":"

    Shared data.

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjCAcA11XCWorkspaceC9workspace_AA7PBXProjC7pbxprojAA12XCSharedDataCSg06sharedI0tcfc":{"name":"init(workspace:pbxproj:sharedData:)","abstract":"

    Initializes the XCodeProj

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XcodeProj"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceC4dataAC4DataCv":{"name":"data","abstract":"

    Workspace data

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the workspace with the path where the workspace is.","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACycfc":{"name":"init()","abstract":"

    Initializes a default workspace with a single reference that points to self:

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACSS10pathString_tKcfc":{"name":"init(pathString:)","abstract":"

    Initializes the workspace with the path string.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCA2C4DataC4data_tcfc":{"name":"init(data:)","abstract":"

    Initializes the workspace with its properties.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCWorkspace"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC8includesSay7PathKit0D0V7include_AC6configtGv":{"name":"includes","abstract":"

    Configuration file includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    Build settings

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCACSay7PathKit0C0V7include_AC6configtG8includes_s10DictionaryVySSypG13buildSettingstcfc":{"name":"init(includes:buildSettings:)","abstract":"

    Initializes the XCConfig file with its attributes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the XCConfig reading the content from the file at the given path and parsing it.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC22flattenedBuildSettingss10DictionaryVySSypGyF":{"name":"flattenedBuildSettings()","abstract":"

    It returns the build settings after flattening all the includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCConfig"},"Classes/XCConfig.html":{"name":"XCConfig","abstract":"

    .xcconfig configuration file.

    "},"Classes/XCWorkspace.html":{"name":"XCWorkspace","abstract":"

    Model that represents a Xcode workspace.

    "},"Classes/XcodeProj.html":{"name":"XcodeProj","abstract":"

    Model that represents a .xcodeproj project.

    "},"Classes/XCBuildConfiguration.html":{"name":"XCBuildConfiguration","abstract":"

    This is the element for listing build configurations.

    "},"Classes/XCConfigurationList.html":{"name":"XCConfigurationList","abstract":"

    This is the element for listing build configurations.

    "},"Models.html#/s:6xcproj15PBXNativeTargetC":{"name":"PBXNativeTarget","abstract":"

    This is the element for a build target that produces a binary content (application or library).

    "},"Classes/PBXProj.html":{"name":"PBXProj","abstract":"

    Represents a .pbxproj file

    "},"Classes/PBXObject.html":{"name":"PBXObject","abstract":"

    Class that represents a project element.

    "},"Models.html#/s:6xcproj13PBXSourceTreeO":{"name":"PBXSourceTree","abstract":"

    Specifies source trees for files"},"Models.html#/s:6xcproj18PBXAggregateTargetC":{"name":"PBXAggregateTarget","abstract":"

    This is the element for a build target that aggregates several others.

    "},"Classes/PBXBuildFile.html":{"name":"PBXBuildFile","abstract":"

    This element indicates a file reference that is used in a PBXBuildPhase (either as an include or resource).

    "},"Classes/PBXContainerItemProxy.html":{"name":"PBXContainerItemProxy","abstract":"

    This is the element to decorate a target item.

    "},"Classes/PBXFileElement.html":{"name":"PBXFileElement","abstract":"

    This element is an abstract parent for file and group elements.

    "},"Classes/PBXFileReference.html":{"name":"PBXFileReference","abstract":"

    A PBXFileReference is used to track every external file referenced by"},"Classes/PBXFrameworksBuildPhase.html":{"name":"PBXFrameworksBuildPhase","abstract":"

    This is the element for the framework link build phase.

    "},"Classes/PBXHeadersBuildPhase.html":{"name":"PBXHeadersBuildPhase","abstract":"

    This is the element for the framework headers build phase.

    "},"Classes/PBXResourcesBuildPhase.html":{"name":"PBXResourcesBuildPhase","abstract":"

    This is the element for the resources copy build phase.

    "},"Classes/PBXCopyFilesBuildPhase.html":{"name":"PBXCopyFilesBuildPhase","abstract":"

    This is the element for the copy file build phase.

    "},"Classes/PBXShellScriptBuildPhase.html":{"name":"PBXShellScriptBuildPhase","abstract":"

    This is the element for the shell script build phase.

    "},"Classes/PBXSourcesBuildPhase.html":{"name":"PBXSourcesBuildPhase","abstract":"

    This is the element for the sources compilation build phase.

    "},"Classes/PBXTargetDependency.html":{"name":"PBXTargetDependency","abstract":"

    This is the element for referencing other targets through content proxies.

    "},"Models.html":{"name":"Models"},"Errors.html":{"name":"Errors"},"Other Classes.html":{"name":"Other Classes","abstract":"

    The following classes are available globally.

    "},"Other Enums.html":{"name":"Other Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Other Extensions.html":{"name":"Other Extensions","abstract":"

    The following extensions are available globally.

    "},"Other Functions.html":{"name":"Other Functions","abstract":"

    The following functions are available globally.

    "},"Other Protocols.html":{"name":"Other Protocols","abstract":"

    The following protocols are available globally.

    "}} \ No newline at end of file +{"Protocols/Writable.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html#/s:6xcproj8WritableP5writeySS10pathString_Sb8overridetKF":{"name":"write(pathString:override:)","abstract":"

    Writes the object that conforms the protocol.

    ","parent_name":"Writable"},"Protocols/Writable.html":{"name":"Writable","abstract":"

    Protocol that defines how an entity can be writed into disk

    "},"Other Functions.html#/s:6xcproj9loadPlists10DictionaryVySSyXlGSgSS4path_tF":{"name":"loadPlist(path:)","abstract":"

    Static initializer that creates a Dictionary from a .plist file.

    "},"Extensions/PlistValue.html#/s:s25ExpressibleByArrayLiteralPxSay0cD7ElementQzG05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s30ExpressibleByDictionaryLiteralPxSay3KeyQz_5ValueQztG010dictionaryD0d_tcfc":{"name":"init(dictionaryLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"PlistValue"},"Extensions/PlistValue.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"PlistValue"},"Extensions/CommentedString.html#/s:s26ExpressibleByStringLiteralPx0cD4TypeQz06stringD0_tcfc":{"name":"init(stringLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s43ExpressibleByExtendedGraphemeClusterLiteralPx0cdeF4TypeQz08extendeddeF0_tcfc":{"name":"init(extendedGraphemeClusterLiteral:)","parent_name":"CommentedString"},"Extensions/CommentedString.html#/s:s33ExpressibleByUnicodeScalarLiteralPx0cdE4TypeQz07unicodedE0_tcfc":{"name":"init(unicodeScalarLiteral:)","parent_name":"CommentedString"},"Extensions/Bool.html#/s:Sb6xcprojE9xmlStringSSv":{"name":"xmlString","abstract":"

    Returns a XML string value that represents the boolean.

    ","parent_name":"Bool"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/CommentedString.html":{"name":"CommentedString"},"Extensions/PlistValue.html":{"name":"PlistValue"},"Other Enums.html#/s:6xcproj10BuildPhaseO":{"name":"BuildPhase","abstract":"

    Enum that encapsulates all kind of build phases available in Xcode.

    "},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC14currentVersionSSSgv":{"name":"currentVersion","abstract":"

    Current version.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4pathSSSgv":{"name":"path","abstract":"

    Path.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC4nameSSSgv":{"name":"name","abstract":"

    Name.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Source tree type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC07versionC4TypeSSSgv":{"name":"versionGroupType","abstract":"

    Version group type.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:6xcproj14XCVersionGroupC8childrenSaySSGv":{"name":"children","abstract":"

    Children references.

    ","parent_name":"XCVersionGroup"},"Classes/XCVersionGroup.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCVersionGroup"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC22buildConfigurationListSSSgv":{"name":"buildConfigurationList","abstract":"

    Target build configuration list.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11buildPhasesSaySSGv":{"name":"buildPhases","abstract":"

    Target build phases.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC10buildRulesSaySSGv":{"name":"buildRules","abstract":"

    Target build rules.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC12dependenciesSaySSGv":{"name":"dependencies","abstract":"

    Target dependencies.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC4nameSSv":{"name":"name","abstract":"

    Target name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productNameSSSgv":{"name":"productName","abstract":"

    Target product name.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC16productReferenceSSSgv":{"name":"productReference","abstract":"

    Target product reference.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:6xcproj9PBXTargetC11productTypeAA010PBXProductD0OSgv":{"name":"productType","abstract":"

    Target product type.

    ","parent_name":"PBXTarget"},"Classes/PBXTarget.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTarget"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC8fileTypeSSSgv":{"name":"fileType","abstract":"

    Element file type

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC9remoteRefSSSgv":{"name":"remoteRef","abstract":"

    Element remote reference.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:6xcproj17PBXReferenceProxyC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXReferenceProxy"},"Classes/PBXReferenceProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXReferenceProxy"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC22defaultBuildActionMaskSuvZ":{"name":"defaultBuildActionMask","abstract":"

    Default build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC41defaultRunOnlyForDeploymentPostprocessingSuvZ":{"name":"defaultRunOnlyForDeploymentPostprocessing","abstract":"

    Default runOnlyForDeploymentPostprocessing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC15buildActionMaskSuv":{"name":"buildActionMask","abstract":"

    Element build action mask.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC5filesSaySSGv":{"name":"files","abstract":"

    Element files.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC34runOnlyForDeploymentPostprocessingSuv":{"name":"runOnlyForDeploymentPostprocessing","abstract":"

    Element run only for deployment post processing value.

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:6xcproj13PBXBuildPhaseC05buildC0AA05BuildC0Ov":{"name":"buildPhase","abstract":"

    The build phase type of the build phase

    ","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildPhase"},"Classes/PBXBuildPhase.html":{"name":"PBXBuildPhase","abstract":"

    An absctract class for all the build phase objects

    "},"Classes/PBXReferenceProxy.html":{"name":"PBXReferenceProxy","abstract":"

    A proxy for another object which might belong to another project"},"Classes/PBXTarget.html":{"name":"PBXTarget","abstract":"

    This element is an abstract parent for specialized targets.

    "},"Classes/XCVersionGroup.html":{"name":"XCVersionGroup","abstract":"

    Group that contains multiple files references to the different versions of a resource."},"Enums/PBXObjectError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"PBXObjectError"},"Enums/XCodeProjError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCodeProjError"},"Enums/XCWorkspaceError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceError"},"Enums/XCWorkspaceDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCWorkspaceDataError"},"Enums/XCSharedDataError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSharedDataError"},"Enums/XCSchemeError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCSchemeError"},"Enums/XCConfigError.html#/s:s23CustomStringConvertibleP11descriptionSSv":{"name":"description","parent_name":"XCConfigError"},"Enums/XCConfigError.html":{"name":"XCConfigError","abstract":"

    XCConfig errors.

    "},"Enums/XCSchemeError.html":{"name":"XCSchemeError","abstract":"

    XCScheme Errors.

    "},"Enums/XCSharedDataError.html":{"name":"XCSharedDataError","abstract":"

    XCSharedData errors.

    "},"Enums/XCWorkspaceDataError.html":{"name":"XCWorkspaceDataError","abstract":"

    XCWorkspaceData Errors.

    "},"Enums/XCWorkspaceError.html":{"name":"XCWorkspaceError","abstract":"

    XCWorkspace Errors

    "},"Enums/XCodeProjError.html":{"name":"XCodeProjError","abstract":"

    XcodeProj Errors

    "},"Enums/PBXObjectError.html":{"name":"PBXObjectError","abstract":"

    PBXObjectError

    "},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC6targetSSSgv":{"name":"target","abstract":"

    Target reference.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyC11targetProxySSSgv":{"name":"targetProxy","abstract":"

    Target proxy

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:6xcproj19PBXTargetDependencyCACSS9reference_SSSg6targetAE0E5Proxytcfc":{"name":"init(reference:target:targetProxy:)","abstract":"

    Initializes the target dependency.

    ","parent_name":"PBXTargetDependency"},"Classes/PBXTargetDependency.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXTargetDependency"},"Classes/PBXSourcesBuildPhase.html#/s:6xcproj20PBXSourcesBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXSourcesBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Build phase name.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC10inputPathsSaySSGv":{"name":"inputPaths","abstract":"

    Input paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC11outputPathsSaySSGv":{"name":"outputPaths","abstract":"

    Output paths

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC9shellPathSSSgv":{"name":"shellPath","abstract":"

    Path to the shell.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05shellC0SSSgv":{"name":"shellScript","abstract":"

    Shell script.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC16showEnvVarsInLogSuSgv":{"name":"showEnvVarsInLog","abstract":"

    Show environment variables in the logs.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseC05buildE0AA0dE0Ov":{"name":"buildPhase","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXShellScriptBuildPhase.html#/s:6xcproj24PBXShellScriptBuildPhaseCACSS9reference_SaySSG5filesSSSg4nameAE10inputPathsAE06outputJ0SS9shellPathAG0lC0Su15buildActionMaskSu34runOnlyForDeploymentPostprocessingSuSg16showEnvVarsInLogtcfc":{"name":"init(reference:files:name:inputPaths:outputPaths:shellPath:shellScript:buildActionMask:runOnlyForDeploymentPostprocessing:showEnvVarsInLog:)","abstract":"

    Initializes the shell script build phase with its attributes.

    ","parent_name":"PBXShellScriptBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC7dstPathSSSgv":{"name":"dstPath","abstract":"

    Element destination path

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC16dstSubfolderSpecAC9SubFolderOSgv":{"name":"dstSubfolderSpec","abstract":"

    Element destination subfolder spec

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC4nameSSSgv":{"name":"name","abstract":"

    Copy files build phase name

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseC05buildE0AA0dE0Ov":{"name":"buildPhase","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXCopyFilesBuildPhase.html#/s:6xcproj22PBXCopyFilesBuildPhaseCACSS9reference_SSSg7dstPathAC9SubFolderOSg0G13SubfolderSpecAE4nameSu15buildActionMaskSaySSG5filesSu34runOnlyForDeploymentPostprocessingtcfc":{"name":"init(reference:dstPath:dstSubfolderSpec:name:buildActionMask:files:runOnlyForDeploymentPostprocessing:)","abstract":"

    Initializes the copy files build phase with its attributes.

    ","parent_name":"PBXCopyFilesBuildPhase"},"Classes/PBXResourcesBuildPhase.html#/s:6xcproj22PBXResourcesBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXResourcesBuildPhase"},"Classes/PBXHeadersBuildPhase.html#/s:6xcproj20PBXHeadersBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXHeadersBuildPhase"},"Classes/PBXFrameworksBuildPhase.html#/s:6xcproj23PBXFrameworksBuildPhaseC05buildD0AA0cD0Ov":{"name":"buildPhase","parent_name":"PBXFrameworksBuildPhase"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC12fileEncodingSiSgv":{"name":"fileEncoding","abstract":"

    Element file encoding.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC16explicitFileTypeSSSgv":{"name":"explicitFileType","abstract":"

    Element explicit file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC17lastKnownFileTypeSSSgv":{"name":"lastKnownFileType","abstract":"

    Element last known file type.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC14includeInIndexSiSgv":{"name":"includeInIndex","abstract":"

    Element include in index.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8usesTabsSiSgv":{"name":"usesTabs","abstract":"

    Element uses tabs.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC10lineEndingSiSgv":{"name":"lineEnding","abstract":"

    Element line ending.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC33xcLanguageSpecificationIdentifierSSSgv":{"name":"xcLanguageSpecificationIdentifier","abstract":"

    Element xc language specification identifier

    ","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileReference"},"Classes/PBXFileReference.html#/s:6xcproj16PBXFileReferenceC8fileTypeSSSg7PathKit0F0V4path_tFZ":{"name":"fileType(path:)","abstract":"

    Returns the file type for a given path.

    ","parent_name":"PBXFileReference"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC10sourceTreeAA09PBXSourceE0OSgv":{"name":"sourceTree","abstract":"

    Element source tree.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4pathSSSgv":{"name":"path","abstract":"

    Element path.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementC4nameSSSgv":{"name":"name","abstract":"

    Element name.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:6xcproj14PBXFileElementCACSS9reference_AA13PBXSourceTreeOSg06sourceF0SSSg4pathAI4nametcfc":{"name":"init(reference:sourceTree:path:name:)","abstract":"

    Initializes the file element with its properties.

    ","parent_name":"PBXFileElement"},"Classes/PBXFileElement.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXFileElement"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC15containerPortalSSv":{"name":"containerPortal","abstract":"

    The object is a reference to a PBXProject element.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC9proxyTypeAC0dF0OSgv":{"name":"proxyType","abstract":"

    Element proxy type.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC20remoteGlobalIDStringSSSgv":{"name":"remoteGlobalIDString","abstract":"

    Element remote global ID reference.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyC10remoteInfoSSSgv":{"name":"remoteInfo","abstract":"

    Element remote info.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:6xcproj21PBXContainerItemProxyCACSS9reference_SS15containerPortalSSSg20remoteGlobalIDStringAC0D4TypeOSg05proxyK0AF0H4Infotcfc":{"name":"init(reference:containerPortal:remoteGlobalIDString:proxyType:remoteInfo:)","abstract":"

    Initializes the container item proxy with its attributes.

    ","parent_name":"PBXContainerItemProxy"},"Classes/PBXContainerItemProxy.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXContainerItemProxy"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC7fileRefSSSgv":{"name":"fileRef","abstract":"

    Element file reference.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileC8settingss10DictionaryVySSypGSgv":{"name":"settings","abstract":"

    Element settings

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:6xcproj12PBXBuildFileCACSS9reference_SS7fileRefs10DictionaryVySSypGSg8settingstcfc":{"name":"init(reference:fileRef:settings:)","abstract":"

    Initiazlies the build file with its attributes.

    ","parent_name":"PBXBuildFile"},"Classes/PBXBuildFile.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXBuildFile"},"Classes/PBXObject.html#/s:6xcproj9PBXObjectC9referenceSSv":{"name":"reference","abstract":"

    Element unique reference.

    ","parent_name":"PBXObject"},"Classes/PBXObject.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXObject"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC14archiveVersionSiv":{"name":"archiveVersion","abstract":"

    Project archive version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC13objectVersionSiv":{"name":"objectVersion","abstract":"

    Project object version.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC7classess10DictionaryVySSypGv":{"name":"classes","abstract":"

    Project classes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC10rootObjectSSv":{"name":"rootObject","abstract":"

    Project root object.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjCACSi13objectVersion_SS10rootObjectSi07archiveD0s10DictionaryVySSypG7classesSayAA9PBXObjectCG7objectstcfc":{"name":"init(objectVersion:rootObject:archiveVersion:classes:objects:)","abstract":"

    Initializes the project with its attributes.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9DecodablePxs7Decoder_p4from_tKcfc":{"name":"init(from:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:6xcproj7PBXProjC12generateUUIDSSxm3for_tAA9PBXObjectCRbzlF":{"name":"generateUUID(for:)","abstract":"

    Returns a valid UUID for new elements.

    ","parent_name":"PBXProj"},"Classes/PBXProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"PBXProj"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC19buildConfigurationsSaySSGv":{"name":"buildConfigurations","abstract":"

    Element build configurations.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC29defaultConfigurationIsVisibleSuv":{"name":"defaultConfigurationIsVisible","abstract":"

    Element default configuration is visible.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListC24defaultConfigurationNameSSSgv":{"name":"defaultConfigurationName","abstract":"

    Element default configuration name

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:6xcproj19XCConfigurationListCACSS9reference_SaySSG19buildConfigurationsSSSg24defaultConfigurationNameSu0gH9IsVisibletcfc":{"name":"init(reference:buildConfigurations:defaultConfigurationName:defaultConfigurationIsVisible:)","abstract":"

    Initializes the element with its properties.

    ","parent_name":"XCConfigurationList"},"Classes/XCConfigurationList.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfigurationList"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC04baseC9ReferenceSSSgv":{"name":"baseConfigurationReference","abstract":"

    The path to a xcconfig file

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    A map of build settings.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationC4nameSSv":{"name":"name","abstract":"

    The configuration name.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:6xcproj20XCBuildConfigurationCACSS9reference_SS4nameSSSg04baseC9References10DictionaryVySSypG13buildSettingstcfc":{"name":"init(reference:name:baseConfigurationReference:buildSettings:)","abstract":"

    Initializes a build configuration.

    ","parent_name":"XCBuildConfiguration"},"Classes/XCBuildConfiguration.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCBuildConfiguration"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC9workspaceAA11XCWorkspaceCv":{"name":"workspace","abstract":"

    Project workspace

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC7pbxprojAA7PBXProjCv":{"name":"pbxproj","abstract":"

    .pbxproj representatino

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjC10sharedDataAA08XCSharedE0CSgv":{"name":"sharedData","abstract":"

    Shared data.

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj9XcodeProjCAcA11XCWorkspaceC9workspace_AA7PBXProjC7pbxprojAA12XCSharedDataCSg06sharedI0tcfc":{"name":"init(workspace:pbxproj:sharedData:)","abstract":"

    Initializes the XCodeProj

    ","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XcodeProj"},"Classes/XcodeProj.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XcodeProj"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceC4dataAC4DataCv":{"name":"data","abstract":"

    Workspace data

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the workspace with the path where the workspace is.","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACycfc":{"name":"init()","abstract":"

    Initializes a default workspace with a single reference that points to self:

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCACSS10pathString_tKcfc":{"name":"init(pathString:)","abstract":"

    Initializes the workspace with the path string.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj11XCWorkspaceCA2C4DataC4data_tcfc":{"name":"init(data:)","abstract":"

    Initializes the workspace with its properties.

    ","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCWorkspace"},"Classes/XCWorkspace.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCWorkspace"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC8includesSay7PathKit0D0V7include_AC6configtGv":{"name":"includes","abstract":"

    Configuration file includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC13buildSettingss10DictionaryVySSypGv":{"name":"buildSettings","abstract":"

    Build settings

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCACSay7PathKit0C0V7include_AC6configtG8includes_s10DictionaryVySSypG13buildSettingstcfc":{"name":"init(includes:buildSettings:)","abstract":"

    Initializes the XCConfig file with its attributes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigCAC7PathKit0C0V4path_tKcfc":{"name":"init(path:)","abstract":"

    Initializes the XCConfig reading the content from the file at the given path and parsing it.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8XCConfigC22flattenedBuildSettingss10DictionaryVySSypGyF":{"name":"flattenedBuildSettings()","abstract":"

    It returns the build settings after flattening all the includes.

    ","parent_name":"XCConfig"},"Classes/XCConfig.html#/s:6xcproj8WritableP5writey7PathKit0D0V4path_Sb8overridetKF":{"name":"write(path:override:)","parent_name":"XCConfig"},"Classes/XCConfig.html":{"name":"XCConfig","abstract":"

    .xcconfig configuration file.

    "},"Classes/XCWorkspace.html":{"name":"XCWorkspace","abstract":"

    Model that represents a Xcode workspace.

    "},"Classes/XcodeProj.html":{"name":"XcodeProj","abstract":"

    Model that represents a .xcodeproj project.

    "},"Classes/XCBuildConfiguration.html":{"name":"XCBuildConfiguration","abstract":"

    This is the element for listing build configurations.

    "},"Classes/XCConfigurationList.html":{"name":"XCConfigurationList","abstract":"

    This is the element for listing build configurations.

    "},"Models.html#/s:6xcproj15PBXNativeTargetC":{"name":"PBXNativeTarget","abstract":"

    This is the element for a build target that produces a binary content (application or library).

    "},"Classes/PBXProj.html":{"name":"PBXProj","abstract":"

    Represents a .pbxproj file

    "},"Classes/PBXObject.html":{"name":"PBXObject","abstract":"

    Class that represents a project element.

    "},"Models.html#/s:6xcproj13PBXSourceTreeO":{"name":"PBXSourceTree","abstract":"

    Specifies source trees for files"},"Models.html#/s:6xcproj18PBXAggregateTargetC":{"name":"PBXAggregateTarget","abstract":"

    This is the element for a build target that aggregates several others.

    "},"Classes/PBXBuildFile.html":{"name":"PBXBuildFile","abstract":"

    This element indicates a file reference that is used in a PBXBuildPhase (either as an include or resource).

    "},"Classes/PBXContainerItemProxy.html":{"name":"PBXContainerItemProxy","abstract":"

    This is the element to decorate a target item.

    "},"Classes/PBXFileElement.html":{"name":"PBXFileElement","abstract":"

    This element is an abstract parent for file and group elements.

    "},"Classes/PBXFileReference.html":{"name":"PBXFileReference","abstract":"

    A PBXFileReference is used to track every external file referenced by"},"Classes/PBXFrameworksBuildPhase.html":{"name":"PBXFrameworksBuildPhase","abstract":"

    This is the element for the framework link build phase.

    "},"Classes/PBXHeadersBuildPhase.html":{"name":"PBXHeadersBuildPhase","abstract":"

    This is the element for the framework headers build phase.

    "},"Classes/PBXResourcesBuildPhase.html":{"name":"PBXResourcesBuildPhase","abstract":"

    This is the element for the resources copy build phase.

    "},"Classes/PBXCopyFilesBuildPhase.html":{"name":"PBXCopyFilesBuildPhase","abstract":"

    This is the element for the copy file build phase.

    "},"Classes/PBXShellScriptBuildPhase.html":{"name":"PBXShellScriptBuildPhase","abstract":"

    This is the element for the shell script build phase.

    "},"Classes/PBXSourcesBuildPhase.html":{"name":"PBXSourcesBuildPhase","abstract":"

    This is the element for the sources compilation build phase.

    "},"Classes/PBXTargetDependency.html":{"name":"PBXTargetDependency","abstract":"

    This is the element for referencing other targets through content proxies.

    "},"Models.html":{"name":"Models"},"Errors.html":{"name":"Errors"},"Other Classes.html":{"name":"Other Classes","abstract":"

    The following classes are available globally.

    "},"Other Enums.html":{"name":"Other Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Other Extensions.html":{"name":"Other Extensions","abstract":"

    The following extensions are available globally.

    "},"Other Functions.html":{"name":"Other Functions","abstract":"

    The following functions are available globally.

    "},"Other Protocols.html":{"name":"Other Protocols","abstract":"

    The following protocols are available globally.

    "}} \ No newline at end of file diff --git a/docs/undocumented.json b/docs/undocumented.json index 45a087d2f..d28e86b78 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -43,330 +43,323 @@ "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/KeyedDecodingContainer+Additions.swift", - "line": 5, - "symbol": "KeyedDecodingContainer.decode(_:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 6, + "symbol": "PBXProj.buildFiles", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/KeyedDecodingContainer+Additions.swift", - "line": 9, - "symbol": "KeyedDecodingContainer.decodeIfPresent(_:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 7, + "symbol": "PBXProj.aggregateTargets", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildFile.swift", - "line": 38, - "symbol": "PBXBuildFile.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 8, + "symbol": "PBXProj.containerItemProxies", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildPhase.swift", - "line": 18, - "symbol": "PBXBuildPhase.init(reference:files:buildActionMask:runOnlyForDeploymentPostprocessing:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 9, + "symbol": "PBXProj.copyFilesBuildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildPhase.swift", - "line": 37, - "symbol": "PBXBuildPhase.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 10, + "symbol": "PBXProj.groups", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildPhase.swift", - "line": 47, - "symbol": "PBXBuildPhase.==(_:_:)", - "symbol_kind": "source.lang.swift.decl.function.method.static", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 11, + "symbol": "PBXProj.fileElements", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXContainerItemProxy.swift", - "line": 6, - "symbol": "PBXContainerItemProxy.ProxyType", - "symbol_kind": "source.lang.swift.decl.enum", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 12, + "symbol": "PBXProj.configurationLists", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXContainerItemProxy.swift", - "line": 61, - "symbol": "PBXContainerItemProxy.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 13, + "symbol": "PBXProj.versionGroups", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXCopyFilesBuildPhase.swift", - "line": 6, - "symbol": "PBXCopyFilesBuildPhase.SubFolder", - "symbol_kind": "source.lang.swift.decl.enum", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 14, + "symbol": "PBXProj.buildConfigurations", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXCopyFilesBuildPhase.swift", - "line": 78, - "symbol": "PBXCopyFilesBuildPhase.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 15, + "symbol": "PBXProj.variantGroups", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileElement.swift", - "line": 52, - "symbol": "PBXFileElement.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 16, + "symbol": "PBXProj.targetDependencies", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileReference.swift", - "line": 42, - "symbol": "PBXFileReference.init(reference:sourceTree:name:fileEncoding:explicitFileType:lastKnownFileType:path:includeInIndex:usesTabs:lineEnding:xcLanguageSpecificationIdentifier:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 17, + "symbol": "PBXProj.sourcesBuildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileReference.swift", - "line": 96, - "symbol": "PBXFileReference.init(from:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 18, + "symbol": "PBXProj.shellScriptBuildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXGroup.swift", - "line": 3, - "symbol": "PBXGroup", - "symbol_kind": "source.lang.swift.decl.class", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 19, + "symbol": "PBXProj.resourcesBuildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 6, - "symbol": "PBXObject.hashValue", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 20, + "symbol": "PBXProj.frameworksBuildPhases", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 26, - "symbol": "PBXObject.isa", - "symbol_kind": "source.lang.swift.decl.var.static", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 21, + "symbol": "PBXProj.headersBuildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 30, - "symbol": "PBXObject.parse(reference:dictionary:)", - "symbol_kind": "source.lang.swift.decl.function.method.static", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 22, + "symbol": "PBXProj.nativeTargets", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 88, - "symbol": "PBXObjectError.missingIsa", - "symbol_kind": "source.lang.swift.decl.enumelement", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 23, + "symbol": "PBXProj.fileReferences", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 89, - "symbol": "PBXObjectError.unknownElement", - "symbol_kind": "source.lang.swift.decl.enumelement", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 24, + "symbol": "PBXProj.projects", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 103, - "symbol": "Array.references", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 25, + "symbol": "PBXProj.referenceProxies", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 107, - "symbol": "Array.contains(reference:)", - "symbol_kind": "source.lang.swift.decl.function.method.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Deprecations.swift", + "line": 26, + "symbol": "PBXProj.buildPhases", + "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 111, - "symbol": "Array.getReference(_:)", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/KeyedDecodingContainer+Additions.swift", + "line": 5, + "symbol": "KeyedDecodingContainer.decode(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", - "line": 116, - "symbol": "Referenceable", - "symbol_kind": "source.lang.swift.decl.protocol", - "warning": "undocumented" - }, - { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProductType.swift", - "line": 3, - "symbol": "PBXProductType", - "symbol_kind": "source.lang.swift.decl.enum", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/KeyedDecodingContainer+Additions.swift", + "line": 9, + "symbol": "KeyedDecodingContainer.decodeIfPresent(_:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 21, - "symbol": "PBXProj.buildFiles", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildFile.swift", + "line": 38, + "symbol": "PBXBuildFile.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 22, - "symbol": "PBXProj.aggregateTargets", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildPhase.swift", + "line": 26, + "symbol": "PBXBuildPhase.init(reference:files:buildActionMask:runOnlyForDeploymentPostprocessing:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 23, - "symbol": "PBXProj.containerItemProxies", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXBuildPhase.swift", + "line": 45, + "symbol": "PBXBuildPhase.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 24, - "symbol": "PBXProj.copyFilesBuildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXContainerItemProxy.swift", + "line": 6, + "symbol": "PBXContainerItemProxy.ProxyType", + "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 25, - "symbol": "PBXProj.groups", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXContainerItemProxy.swift", + "line": 61, + "symbol": "PBXContainerItemProxy.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 26, - "symbol": "PBXProj.fileElements", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXCopyFilesBuildPhase.swift", + "line": 6, + "symbol": "PBXCopyFilesBuildPhase.SubFolder", + "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 27, - "symbol": "PBXProj.configurationLists", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXCopyFilesBuildPhase.swift", + "line": 63, + "symbol": "PBXCopyFilesBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 28, - "symbol": "PBXProj.versionGroups", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXCopyFilesBuildPhase.swift", + "line": 82, + "symbol": "PBXCopyFilesBuildPhase.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 29, - "symbol": "PBXProj.buildConfigurations", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileElement.swift", + "line": 52, + "symbol": "PBXFileElement.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 30, - "symbol": "PBXProj.variantGroups", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileReference.swift", + "line": 42, + "symbol": "PBXFileReference.init(reference:sourceTree:name:fileEncoding:explicitFileType:lastKnownFileType:path:includeInIndex:usesTabs:lineEnding:xcLanguageSpecificationIdentifier:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 31, - "symbol": "PBXProj.targetDependencies", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFileReference.swift", + "line": 96, + "symbol": "PBXFileReference.init(from:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 32, - "symbol": "PBXProj.sourcesBuildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXFrameworksBuildPhase.swift", + "line": 10, + "symbol": "PBXFrameworksBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 33, - "symbol": "PBXProj.shellScriptBuildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXGroup.swift", + "line": 3, + "symbol": "PBXGroup", + "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 34, - "symbol": "PBXProj.resourcesBuildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXHeadersBuildPhase.swift", + "line": 11, + "symbol": "PBXHeadersBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 35, - "symbol": "PBXProj.frameworksBuildPhases", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", + "line": 6, + "symbol": "PBXObject.hashValue", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 36, - "symbol": "PBXProj.headersBuildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", + "line": 26, + "symbol": "PBXObject.isa", + "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 37, - "symbol": "PBXProj.nativeTargets", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", + "line": 31, + "symbol": "PBXObject.parse(reference:dictionary:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 38, - "symbol": "PBXProj.fileReferences", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", + "line": 91, + "symbol": "PBXObjectError.missingIsa", + "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 39, - "symbol": "PBXProj.projects", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXObject.swift", + "line": 92, + "symbol": "PBXObjectError.unknownElement", + "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 40, - "symbol": "PBXProj.referenceProxies", - "symbol_kind": "source.lang.swift.decl.var.instance", + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProductType.swift", + "line": 3, + "symbol": "PBXProductType", + "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 41, - "symbol": "PBXProj.buildPhases", - "symbol_kind": "source.lang.swift.decl.var.instance", + "line": 6, + "symbol": "PBXProj.Objects", + "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 72, + "line": 142, "symbol": "PBXProj.objects", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift", - "line": 121, + "line": 176, "symbol": "PBXProj.addObject(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" @@ -392,13 +385,27 @@ "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXResourcesBuildPhase.swift", + "line": 10, + "symbol": "PBXResourcesBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", + "warning": "undocumented" + }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXShellScriptBuildPhase.swift", - "line": 72, + "line": 76, "symbol": "PBXShellScriptBuildPhase.init(from:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXShellScriptBuildPhase.swift", + "line": 88, + "symbol": "PBXShellScriptBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", + "warning": "undocumented" + }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXSourceTree.swift", "line": 6, @@ -448,6 +455,13 @@ "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXSourcesBuildPhase.swift", + "line": 12, + "symbol": "PBXSourcesBuildPhase.==(_:_:)", + "symbol_kind": "source.lang.swift.decl.function.method.static", + "warning": "undocumented" + }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXTarget.swift", "line": 30, @@ -476,6 +490,69 @@ "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 5, + "symbol": "Referenceable", + "symbol_kind": "source.lang.swift.decl.protocol", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 13, + "symbol": "Array.references", + "symbol_kind": "source.lang.swift.decl.var.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 17, + "symbol": "Array.contains(reference:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 21, + "symbol": "Array.getReference(_:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 31, + "symbol": "Dictionary.references", + "symbol_kind": "source.lang.swift.decl.var.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 35, + "symbol": "Dictionary.referenceValues", + "symbol_kind": "source.lang.swift.decl.var.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 39, + "symbol": "Dictionary.contains(reference:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 43, + "symbol": "Dictionary.getReference(_:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", + "warning": "undocumented" + }, + { + "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/Referenceable.swift", + "line": 47, + "symbol": "Dictionary.append(_:)", + "symbol_kind": "source.lang.swift.decl.function.method.instance", + "warning": "undocumented" + }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/String+Extras.swift", "line": 5, @@ -611,28 +688,28 @@ }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/XcodeProj.swift", - "line": 39, + "line": 40, "symbol": "XcodeProj.init(pathString:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/XcodeProj.swift", - "line": 108, + "line": 109, "symbol": "XCodeProjError.notFound", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/XcodeProj.swift", - "line": 109, + "line": 110, "symbol": "XCodeProjError.pbxprojNotFound", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { "file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/XcodeProj.swift", - "line": 110, + "line": 111, "symbol": "XCodeProjError.xcworkspaceNotFound", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" diff --git a/xcproj.podspec b/xcproj.podspec index e19763571..1f6c52ba9 100644 --- a/xcproj.podspec +++ b/xcproj.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "xcproj" - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "Read/Modify/Write your Xcode projects" s.homepage = "https://github.com/xcodeswift/xcproj" s.license = 'MIT'