add extensions to Xcode proj
This commit is contained in:
parent
609a200b3e
commit
31e9abd046
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue