Skip to content

Commit ccf4b37

Browse files
author
Pedro Piñera
committed
Rename xcproj to xcodeproj
1 parent b4e95cd commit ccf4b37

242 files changed

Lines changed: 2267 additions & 2448 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 4 deletions

.github/stale.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ xcuserdata
180180
.vscode
181181

182182
build/
183-
xcproj.xcodeproj
183+
xcodeproj.xcodeproj
184184
.idea/
185185
tmp/

.jazzy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
author: xcode.swift
2-
module: xcproj
1+
author: xcbuddy
2+
module: xcodeproj
33
module_version: 0.0.1
44
github_url: https://github.com/xcbuddy/xcodeproj
5-
copyright: 'Copyright © 2017 xcode.swift. All rights reserved.'
5+
copyright: 'Copyright © from 2018 Pedro Piñera Buendía. All rights reserved.'
66
readme: ABOUT.md
77
documentation: guides/*.md
88
custom_categories:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "tadija/AEXML" ~> 4.3.0
2-
github "xcodeswift/PathKit" "a0d19059fedf44e8dd70f635144b828f675c4d3e"
2+
github "xcbuddy/PathKit" "a0d19059fedf44e8dd70f635144b828f675c4d3e"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "tadija/AEXML" "4.3.0"
2-
github "xcodeswift/PathKit" "a0d19059fedf44e8dd70f635144b828f675c4d3e"
2+
github "xcbuddy/PathKit" "a0d19059fedf44e8dd70f635144b828f675c4d3e"

CarthageInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2018 xcode.swift. All rights reserved.</string>
28+
<string>Copyright © from 2018 Pedro Piñera Buendía. All rights reserved.</string>
2929
</dict>
3030
</plist>

CocoaPods/CocoaPods.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
attributes = {
161161
LastSwiftUpdateCheck = 0900;
162162
LastUpgradeCheck = 0900;
163-
ORGANIZATIONNAME = xcode.swift;
163+
ORGANIZATIONNAME = xcbuddy;
164164
TargetAttributes = {
165165
04F4733C1F8058B80059DA8D = {
166166
CreatedOnToolsVersion = 9.0;

CocoaPods/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use_frameworks!
22

33
target 'iOS' do
44
platform :ios, "8.0"
5-
pod "xcproj", :path => "../"
5+
pod "xcodeproj", :path => "../"
66
end
77

88
target 'macOS' do
99
platform :osx, "10.12"
10-
pod "xcproj", :path => "../"
10+
pod "xcodeproj", :path => "../"
1111
end

0 commit comments

Comments
 (0)