Skip to content

Commit

Permalink
Rename to Sources
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Nov 3, 2017
1 parent bac0567 commit 6c9ceea
Show file tree
Hide file tree
Showing 41 changed files with 325 additions and 352 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Sugar.podspec
Expand Up @@ -13,9 +13,9 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '10.0'

s.requires_arc = true
s.ios.source_files = 'Source/{iOS,iOS-Exclusive,Shared}/**/*'
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
s.ios.source_files = 'Sources/{iOS,iOS-Exclusive,Shared}/**/*'
s.osx.source_files = 'Sources/{macOS,Shared}/**/*'
s.tvos.source_files = 'Sources/{iOS,Shared}/**/*'

s.frameworks = 'Foundation'

Expand Down
646 changes: 319 additions & 327 deletions Sugar.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "BDA447881C2946BB003FDEAD"
BuildableName = "Sugar.framework"
BlueprintName = "Sugar-Mac"
BlueprintName = "Sugar-macOS"
ReferencedContainer = "container:Sugar.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -29,26 +29,7 @@
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BDA447911C2946BC003FDEAD"
BuildableName = "Tests-Mac.xctest"
BlueprintName = "Tests-Mac"
ReferencedContainer = "container:Sugar.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BDA447881C2946BB003FDEAD"
BuildableName = "Sugar.framework"
BlueprintName = "Sugar-Mac"
ReferencedContainer = "container:Sugar.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -68,7 +49,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "BDA447881C2946BB003FDEAD"
BuildableName = "Sugar.framework"
BlueprintName = "Sugar-Mac"
BlueprintName = "Sugar-macOS"
ReferencedContainer = "container:Sugar.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -86,7 +67,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "BDA447881C2946BB003FDEAD"
BuildableName = "Sugar.framework"
BlueprintName = "Sugar-Mac"
BlueprintName = "Sugar-macOS"
ReferencedContainer = "container:Sugar.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down

0 comments on commit 6c9ceea

Please sign in to comment.