|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | D21FB6791BCED32B0021B734 /* ComponentExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21FB6781BCED32B0021B734 /* ComponentExampleViewController.swift */; settings = {ASSET_TAGS = (); }; };
|
11 |
| - D21FB67C1BCED4C20021B734 /* AnimatedCardsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21FB67B1BCED4C20021B734 /* AnimatedCardsView.swift */; settings = {ASSET_TAGS = (); }; }; |
| 11 | + D21FB67C1BCED4C20021B734 /* CardAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21FB67B1BCED4C20021B734 /* CardAnimationView.swift */; settings = {ASSET_TAGS = (); }; }; |
12 | 12 | D21FC1301BD0730D004D033D /* CardViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21FC12F1BD0730D004D033D /* CardViews.swift */; settings = {ASSET_TAGS = (); }; };
|
13 | 13 | FDD71FB91BBB360A00E076EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDD71FB81BBB360A00E076EE /* AppDelegate.swift */; };
|
14 | 14 | FDD71FBB1BBB360A00E076EE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDD71FBA1BBB360A00E076EE /* ViewController.swift */; };
|
|
47 | 47 |
|
48 | 48 | /* Begin PBXFileReference section */
|
49 | 49 | D21FB6781BCED32B0021B734 /* ComponentExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentExampleViewController.swift; sourceTree = "<group>"; };
|
50 |
| - D21FB67B1BCED4C20021B734 /* AnimatedCardsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimatedCardsView.swift; path = AnimatedCardView/AnimatedCardsView.swift; sourceTree = "<group>"; }; |
51 |
| - D21FC12F1BD0730D004D033D /* CardViews.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CardViews.swift; path = AnimatedCardView/CardViews.swift; sourceTree = "<group>"; }; |
| 50 | + D21FB67B1BCED4C20021B734 /* CardAnimationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CardAnimationView.swift; path = CardAnimation/CardAnimationView.swift; sourceTree = "<group>"; }; |
| 51 | + D21FC12F1BD0730D004D033D /* CardViews.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CardViews.swift; path = CardAnimation/CardViews.swift; sourceTree = "<group>"; }; |
52 | 52 | FDD71FB51BBB360A00E076EE /* CardAnimation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CardAnimation.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
53 | 53 | FDD71FB81BBB360A00E076EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
54 | 54 | FDD71FBA1BBB360A00E076EE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
101 | 101 | D21FB67A1BCED47C0021B734 /* Component */ = {
|
102 | 102 | isa = PBXGroup;
|
103 | 103 | children = (
|
104 |
| - D21FB67B1BCED4C20021B734 /* AnimatedCardsView.swift */, |
| 104 | + D21FB67B1BCED4C20021B734 /* CardAnimationView.swift */, |
105 | 105 | D21FC12F1BD0730D004D033D /* CardViews.swift */,
|
106 | 106 | );
|
107 | 107 | name = Component;
|
|
309 | 309 | buildActionMask = 2147483647;
|
310 | 310 | files = (
|
311 | 311 | FDD71FBB1BBB360A00E076EE /* ViewController.swift in Sources */,
|
312 |
| - D21FB67C1BCED4C20021B734 /* AnimatedCardsView.swift in Sources */, |
| 312 | + D21FB67C1BCED4C20021B734 /* CardAnimationView.swift in Sources */, |
313 | 313 | FDD71FB91BBB360A00E076EE /* AppDelegate.swift in Sources */,
|
314 | 314 | D21FB6791BCED32B0021B734 /* ComponentExampleViewController.swift in Sources */,
|
315 | 315 | D21FC1301BD0730D004D033D /* CardViews.swift in Sources */,
|
|
0 commit comments