Skip to content

Commit 3c99637

Browse files
committed
Use shared configurations/scripts from xctoolchain.
1 parent 6202a29 commit 3c99637

File tree

17 files changed

+8
-571
lines changed

17 files changed

+8
-571
lines changed

.clang-format

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

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Vendor/xctoolchain/.clang-format

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "Vendor/OCMock"]
55
path = Vendor/OCMock
66
url = https://github.com/erikdoe/ocmock.git
7+
[submodule "Vendor/xctoolchain"]
8+
path = Vendor/xctoolchain
9+
url = https://github.com/ParsePlatform/xctoolchain.git

Configurations/Shared

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Vendor/xctoolchain/Configurations/

Configurations/Shared/Common.xcconfig

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

Configurations/Shared/Platform/OSX.xcconfig

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

Configurations/Shared/Platform/iOS.xcconfig

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

Configurations/Shared/Platform/watchOS.xcconfig

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

Configurations/Shared/Product/Application.xcconfig

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

Configurations/Shared/Product/Framework.xcconfig

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

0 commit comments

Comments
 (0)