add extensions to Xcode proj

This commit is contained in:
Ivan Smolin 2018-06-07 11:12:45 +03:00
parent 609a200b3e
commit 31e9abd046
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,8 @@ targets:
buildPhase: sources
- path: Sources/Enums
buildPhase: sources
- path: Sources/Extensions
buildPhase: sources
- path: Sources/Functions
buildPhase: sources
- path: Sources/Protocols
@ -63,6 +65,8 @@ targets:
buildPhase: sources
- path: Sources/Enums
buildPhase: sources
- path: Sources/Extensions
buildPhase: sources
- path: Sources/Functions
buildPhase: sources
- path: Sources/Protocols
@ -93,6 +97,8 @@ targets:
buildPhase: sources
- path: Sources/Enums
buildPhase: sources
- path: Sources/Extensions
buildPhase: sources
- path: Sources/Functions
buildPhase: sources
- path: Sources/Protocols
@ -123,6 +129,8 @@ targets:
buildPhase: sources
- path: Sources/Enums
buildPhase: sources
- path: Sources/Extensions
buildPhase: sources
- path: Sources/Functions
buildPhase: sources
- path: Sources/Protocols