Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 5c002d7

Browse files
committed
Move xcodeproj into Xcode folder
1 parent 2a066a8 commit 5c002d7

29 files changed

+83
-79
lines changed

.swiftlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ parent_config: https://raw.githubusercontent.com/Automattic/swiftlint-config/0f8
44
remote_timeout: 10.0
55

66
excluded:
7-
.build # `swift build` etc. output folder
7+
- .build # `swift build` etc. output folder
8+
- Xcode/DerivedData/**
89

910
opt_in_rules:
1011
- overridden_super_call

Podfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ def wordpresskit_pods
2222
pod 'UIDeviceIdentifier', '~> 2.0'
2323
end
2424

25+
workspace 'Xcode/WordPressKit.xcworkspace'
26+
project 'Xcode/WordPressKit.xcodeproj'
27+
2528
## WordPress Kit
2629
## =============
2730
##
2831
target 'WordPressKit' do
29-
project 'WordPressKit.xcodeproj'
3032
wordpresskit_pods
3133
end
3234

3335
target 'WordPressKitTests' do
34-
project 'WordPressKit.xcodeproj'
3536
wordpresskit_pods
3637

3738
pod 'OHHTTPStubs', '~> 9.0'

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ SPEC CHECKSUMS:
5454
WordPressShared: f93f99269258b46dad04f4e4dbf540ce2e5c1e66
5555
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
5656

57-
PODFILE CHECKSUM: 64af6d71574c7a92d01a9446aa874e066917ebe5
57+
PODFILE CHECKSUM: 73cfa652ae983aa3de16df0e749114d4fae67140
5858

5959
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)