Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Commit bb371de

Browse files
author
Jeff Verkoeyen
committed
Fix project naming and imports.
1 parent f8798a7 commit bb371de

11 files changed

+87
-95
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
workspace 'MaterialMotion.xcworkspace'
22
use_frameworks!
33

4-
target "MaterialMotion" do
4+
target "MaterialMotionCatalog" do
55
pod 'CatalogByConvention'
66
pod 'MaterialMotion', :path => './'
77

8-
project 'examples/apps/Catalog/MaterialMotion.xcodeproj'
8+
project 'examples/apps/Catalog/MaterialMotionCatalog.xcodeproj'
99
end
1010

1111
target "UnitTests" do
1212
pod 'MaterialMotion', :path => './'
1313

14-
project 'examples/apps/Catalog/MaterialMotion.xcodeproj'
14+
project 'examples/apps/Catalog/MaterialMotionCatalog.xcodeproj'
1515
end
1616

1717
post_install do |installer|

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ SPEC CHECKSUMS:
1919
IndefiniteObservable: 2789d61f487d8d37fa2b9c3153cc44d4447ff744
2020
MaterialMotion: 0b9377050341c28001d6b21e51d1a8ed8ea93c67
2121

22-
PODFILE CHECKSUM: e1c016390b0ea0d67da27e97ee4be0ebf5bdebf4
22+
PODFILE CHECKSUM: f503265a0d60526a0d28c96dd4bdcfb40fb562fc
2323

2424
COCOAPODS: 1.2.0

examples/ScalableExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import UIKit
18-
import ReactiveMotion
18+
import MaterialMotion
1919

2020
class ScalableExampleViewController: ExampleViewController {
2121

examples/SetPositionOnTapExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import UIKit
18-
import ReactiveMotion
18+
import MaterialMotion
1919

2020
class SetPositionOnTapExampleViewController: ExampleViewController {
2121

examples/SpringExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import UIKit
18-
import ReactiveMotion
18+
import MaterialMotion
1919

2020
class SpringExampleViewController: ExampleViewController {
2121

examples/StickerPickerExample.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
import Foundation
18+
import UIKit
1819
import MaterialMotion
1920

2021
class StickerPickerExampleViewController: ExampleViewController, StickerListViewControllerDelegate {

examples/TossableExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import UIKit
18-
import ReactiveMotion
18+
import MaterialMotion
1919

2020
class TossableExampleViewController: ExampleViewController {
2121

examples/TweenExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import UIKit
18-
import ReactiveMotion
18+
import MaterialMotion
1919

2020
class TweenExampleViewController: ExampleViewController {
2121

examples/apps/Catalog/MaterialMotion.xcodeproj/project.pbxproj renamed to examples/apps/Catalog/MaterialMotionCatalog.xcodeproj/project.pbxproj

Lines changed: 62 additions & 70 deletions
Large diffs are not rendered by default.

examples/apps/Catalog/MaterialMotion.xcodeproj/xcshareddata/xcschemes/Catalog.xcscheme renamed to examples/apps/Catalog/MaterialMotionCatalog.xcodeproj/xcshareddata/xcschemes/MaterialMotionCatalog.xcscheme

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "666FAA7F1D384A6B000363DA"
18-
BuildableName = "MaterialMotion.app"
19-
BlueprintName = "MaterialMotion"
20-
ReferencedContainer = "container:MaterialMotion.xcodeproj">
18+
BuildableName = "MaterialMotionCatalog.app"
19+
BlueprintName = "MaterialMotionCatalog"
20+
ReferencedContainer = "container:MaterialMotionCatalog.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -26,8 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES"
30-
codeCoverageEnabled = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
<TestableReference
3332
skipped = "NO">
@@ -36,17 +35,17 @@
3635
BlueprintIdentifier = "666FAA931D384A6B000363DA"
3736
BuildableName = "UnitTests.xctest"
3837
BlueprintName = "UnitTests"
39-
ReferencedContainer = "container:MaterialMotion.xcodeproj">
38+
ReferencedContainer = "container:MaterialMotionCatalog.xcodeproj">
4039
</BuildableReference>
4140
</TestableReference>
4241
</Testables>
4342
<MacroExpansion>
4443
<BuildableReference
4544
BuildableIdentifier = "primary"
4645
BlueprintIdentifier = "666FAA7F1D384A6B000363DA"
47-
BuildableName = "MaterialMotion.app"
48-
BlueprintName = "MaterialMotion"
49-
ReferencedContainer = "container:MaterialMotion.xcodeproj">
46+
BuildableName = "MaterialMotionCatalog.app"
47+
BlueprintName = "MaterialMotionCatalog"
48+
ReferencedContainer = "container:MaterialMotionCatalog.xcodeproj">
5049
</BuildableReference>
5150
</MacroExpansion>
5251
<AdditionalOptions>
@@ -67,9 +66,9 @@
6766
<BuildableReference
6867
BuildableIdentifier = "primary"
6968
BlueprintIdentifier = "666FAA7F1D384A6B000363DA"
70-
BuildableName = "MaterialMotion.app"
71-
BlueprintName = "MaterialMotion"
72-
ReferencedContainer = "container:MaterialMotion.xcodeproj">
69+
BuildableName = "MaterialMotionCatalog.app"
70+
BlueprintName = "MaterialMotionCatalog"
71+
ReferencedContainer = "container:MaterialMotionCatalog.xcodeproj">
7372
</BuildableReference>
7473
</BuildableProductRunnable>
7574
<AdditionalOptions>
@@ -86,9 +85,9 @@
8685
<BuildableReference
8786
BuildableIdentifier = "primary"
8887
BlueprintIdentifier = "666FAA7F1D384A6B000363DA"
89-
BuildableName = "MaterialMotion.app"
90-
BlueprintName = "MaterialMotion"
91-
ReferencedContainer = "container:MaterialMotion.xcodeproj">
88+
BuildableName = "MaterialMotionCatalog.app"
89+
BlueprintName = "MaterialMotionCatalog"
90+
ReferencedContainer = "container:MaterialMotionCatalog.xcodeproj">
9291
</BuildableReference>
9392
</BuildableProductRunnable>
9493
</ProfileAction>

0 commit comments

Comments
 (0)