Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Nov 1, 2017
1 parent dffc43a commit 35ca8f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file modified docs/docsets/xcproj.tgz
Binary file not shown.
14 changes: 14 additions & 0 deletions docs/undocumented.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,13 @@
"symbol_kind": "source.lang.swift.decl.var.instance",
"warning": "undocumented"
},
{
"file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXProj.swift",
"line": 72,
"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,
Expand Down Expand Up @@ -434,6 +441,13 @@
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXSourceTree.swift",
"line": 12,
"symbol": "PBXSourceTree.developerDir",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/pedro.pinera.buendia/code/xcodeswift/xcproj/Sources/xcproj/PBXTarget.swift",
"line": 30,
Expand Down
2 changes: 1 addition & 1 deletion xcproj.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "xcproj"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "Read/Modify/Write your Xcode projects"
s.homepage = "https://github.com/xcodeswift/xcproj"
s.license = 'MIT'
Expand Down

0 comments on commit 35ca8f3

Please sign in to comment.