|
79 | 79 | 4A62F3A22803115C00534ABA /* ButtonLayerExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A62F3572803115C00534ABA /* ButtonLayerExampleView.swift */; }; |
80 | 80 | 4A62F3A32803115C00534ABA /* ButtonLayerExampleView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4A62F3582803115C00534ABA /* ButtonLayerExampleView.xib */; }; |
81 | 81 | 4A62F3B92803122700534ABA /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A62F3B82803122700534ABA /* SceneDelegate.swift */; }; |
| 82 | + 4ADE26E42803837C00634B6C /* ExampleButtonsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4ADE26E22803837C00634B6C /* ExampleButtonsViewController.storyboard */; }; |
| 83 | + 4ADE26E52803837C00634B6C /* ExampleButtonsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADE26E32803837C00634B6C /* ExampleButtonsViewController.swift */; }; |
| 84 | + 4ADE26E7280383DC00634B6C /* ButtonClickStyle+Buttons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADE26E6280383DC00634B6C /* ButtonClickStyle+Buttons.swift */; }; |
82 | 85 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
83 | 86 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
84 | 87 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
|
162 | 165 | 4A62F3572803115C00534ABA /* ButtonLayerExampleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonLayerExampleView.swift; sourceTree = "<group>"; }; |
163 | 166 | 4A62F3582803115C00534ABA /* ButtonLayerExampleView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ButtonLayerExampleView.xib; sourceTree = "<group>"; }; |
164 | 167 | 4A62F3B82803122700534ABA /* SceneDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
| 168 | + 4ADE26E22803837C00634B6C /* ExampleButtonsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ExampleButtonsViewController.storyboard; sourceTree = "<group>"; }; |
| 169 | + 4ADE26E32803837C00634B6C /* ExampleButtonsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleButtonsViewController.swift; sourceTree = "<group>"; }; |
| 170 | + 4ADE26E6280383DC00634B6C /* ButtonClickStyle+Buttons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ButtonClickStyle+Buttons.swift"; sourceTree = "<group>"; }; |
165 | 171 | 4F15AAFA673DA24A3C49A947 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
166 | 172 | 585C1A339472B772504181DB /* Pods_ButtonClickStyle_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ButtonClickStyle_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
167 | 173 | 607FACD01AFB9204008FA782 /* ButtonClickStyle_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ButtonClickStyle_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
200 | 206 | 4A14CBC22803437C00DA8A68 /* ButtonClickStyle */ = { |
201 | 207 | isa = PBXGroup; |
202 | 208 | children = ( |
| 209 | + 4A14CBCF2803437C00DA8A68 /* Animations */, |
203 | 210 | 4A62F30B2803115C00534ABA /* Utils */, |
204 | | - 4A14CBC32803437C00DA8A68 /* ButtonClick */, |
| 211 | + 4A14CBC42803437C00DA8A68 /* Style */, |
205 | 212 | 4A14CBCE2803437C00DA8A68 /* ButtonClickStyleAddViewsAnimation.swift */, |
206 | | - 4A14CBCF2803437C00DA8A68 /* Animations */, |
207 | 213 | 4A14CBDA2803437C00DA8A68 /* ButtonClickStyleView.swift */, |
208 | | - ); |
209 | | - path = ButtonClickStyle; |
210 | | - sourceTree = "<group>"; |
211 | | - }; |
212 | | - 4A14CBC32803437C00DA8A68 /* ButtonClick */ = { |
213 | | - isa = PBXGroup; |
214 | | - children = ( |
215 | | - 4A14CBC42803437C00DA8A68 /* Style */, |
216 | | - 4A14CBCA2803437C00DA8A68 /* State */, |
| 214 | + 4A14CBCB2803437C00DA8A68 /* ButtonClickState.swift */, |
217 | 215 | 4A14CBCC2803437C00DA8A68 /* ButtonClick.swift */, |
218 | 216 | 4A14CBCD2803437C00DA8A68 /* ButtonClicClosure.swift */, |
219 | 217 | ); |
220 | | - path = ButtonClick; |
| 218 | + path = ButtonClickStyle; |
221 | 219 | sourceTree = "<group>"; |
222 | 220 | }; |
223 | 221 | 4A14CBC42803437C00DA8A68 /* Style */ = { |
|
232 | 230 | path = Style; |
233 | 231 | sourceTree = "<group>"; |
234 | 232 | }; |
235 | | - 4A14CBCA2803437C00DA8A68 /* State */ = { |
236 | | - isa = PBXGroup; |
237 | | - children = ( |
238 | | - 4A14CBCB2803437C00DA8A68 /* ButtonClickState.swift */, |
239 | | - ); |
240 | | - path = State; |
241 | | - sourceTree = "<group>"; |
242 | | - }; |
243 | 233 | 4A14CBCF2803437C00DA8A68 /* Animations */ = { |
244 | 234 | isa = PBXGroup; |
245 | 235 | children = ( |
|
326 | 316 | 4A62F3412803115C00534ABA /* Neomorphism */, |
327 | 317 | 4A62F3442803115C00534ABA /* TestDemoGradient */, |
328 | 318 | 4A62F3472803115C00534ABA /* BtnView.swift */, |
| 319 | + 4ADE26E6280383DC00634B6C /* ButtonClickStyle+Buttons.swift */, |
329 | 320 | ); |
330 | 321 | path = Button; |
331 | 322 | sourceTree = "<group>"; |
|
468 | 459 | 4A62F3482803115C00534ABA /* Screen */ = { |
469 | 460 | isa = PBXGroup; |
470 | 461 | children = ( |
471 | | - 4A62F3492803115C00534ABA /* ButtonList */, |
472 | 462 | 4A62F34C2803115C00534ABA /* Test */, |
473 | 463 | 4A62F34F2803115C00534ABA /* TestDemo */, |
474 | | - 4A62F3522803115C00534ABA /* ExampleAnimations */, |
| 464 | + 4ADE26E12803837C00634B6C /* ExampleButtons */, |
| 465 | + 4A62F3522803115C00534ABA /* ExampleClickStyleAnimations */, |
| 466 | + 4A62F3492803115C00534ABA /* ButtonList */, |
475 | 467 | ); |
476 | 468 | path = Screen; |
477 | 469 | sourceTree = "<group>"; |
478 | 470 | }; |
479 | 471 | 4A62F3492803115C00534ABA /* ButtonList */ = { |
480 | 472 | isa = PBXGroup; |
481 | 473 | children = ( |
482 | | - 4A62F34A2803115C00534ABA /* ButtonListViewController.storyboard */, |
483 | 474 | 4A62F34B2803115C00534ABA /* ButtonListViewController.swift */, |
| 475 | + 4A62F34A2803115C00534ABA /* ButtonListViewController.storyboard */, |
484 | 476 | ); |
485 | 477 | path = ButtonList; |
486 | 478 | sourceTree = "<group>"; |
|
497 | 489 | 4A62F34F2803115C00534ABA /* TestDemo */ = { |
498 | 490 | isa = PBXGroup; |
499 | 491 | children = ( |
500 | | - 4A62F3502803115C00534ABA /* TestDemoViewController.storyboard */, |
501 | 492 | 4A62F3512803115C00534ABA /* TestDemoViewController.swift */, |
| 493 | + 4A62F3502803115C00534ABA /* TestDemoViewController.storyboard */, |
502 | 494 | ); |
503 | 495 | path = TestDemo; |
504 | 496 | sourceTree = "<group>"; |
505 | 497 | }; |
506 | | - 4A62F3522803115C00534ABA /* ExampleAnimations */ = { |
| 498 | + 4A62F3522803115C00534ABA /* ExampleClickStyleAnimations */ = { |
507 | 499 | isa = PBXGroup; |
508 | 500 | children = ( |
509 | | - 4A62F3532803115C00534ABA /* ExampleAnimationsViewController.storyboard */, |
510 | 501 | 4A62F3542803115C00534ABA /* ExampleAnimationsViewController.swift */, |
| 502 | + 4A62F3532803115C00534ABA /* ExampleAnimationsViewController.storyboard */, |
511 | 503 | ); |
512 | | - path = ExampleAnimations; |
| 504 | + path = ExampleClickStyleAnimations; |
513 | 505 | sourceTree = "<group>"; |
514 | 506 | }; |
515 | 507 | 4A62F3552803115C00534ABA /* View */ = { |
|
529 | 521 | path = ButtonLayerExample; |
530 | 522 | sourceTree = "<group>"; |
531 | 523 | }; |
| 524 | + 4ADE26E12803837C00634B6C /* ExampleButtons */ = { |
| 525 | + isa = PBXGroup; |
| 526 | + children = ( |
| 527 | + 4ADE26E32803837C00634B6C /* ExampleButtonsViewController.swift */, |
| 528 | + 4ADE26E22803837C00634B6C /* ExampleButtonsViewController.storyboard */, |
| 529 | + ); |
| 530 | + path = ExampleButtons; |
| 531 | + sourceTree = "<group>"; |
| 532 | + }; |
532 | 533 | 607FACC71AFB9204008FA782 = { |
533 | 534 | isa = PBXGroup; |
534 | 535 | children = ( |
|
688 | 689 | 4A62F3962803115C00534ABA /* NeomorphismButtonView.xib in Resources */, |
689 | 690 | 4A62F3852803115C00534ABA /* GoogleButtonView.xib in Resources */, |
690 | 691 | 4A62F3832803115C00534ABA /* TestDemoBlurButtonView.xib in Resources */, |
| 692 | + 4ADE26E42803837C00634B6C /* ExampleButtonsViewController.storyboard in Resources */, |
691 | 693 | 4A62F37D2803115C00534ABA /* BuyNowButtonView.xib in Resources */, |
692 | 694 | 4A62F39A2803115C00534ABA /* ButtonListViewController.storyboard in Resources */, |
693 | 695 | ); |
|
753 | 755 | 4A62F3732803115C00534ABA /* DesignableView.swift in Sources */, |
754 | 756 | 4A62F3A22803115C00534ABA /* ButtonLayerExampleView.swift in Sources */, |
755 | 757 | 4A62F3762803115C00534ABA /* XibView.swift in Sources */, |
| 758 | + 4ADE26E52803837C00634B6C /* ExampleButtonsViewController.swift in Sources */, |
756 | 759 | 4A62F3822803115C00534ABA /* DeleteButtonView.swift in Sources */, |
757 | 760 | 4A14CBEA2803437C00DA8A68 /* UIView+AnimationColorFlat.swift in Sources */, |
758 | 761 | 4A14CBEC2803437C00DA8A68 /* UIView+AnimationFlash.swift in Sources */, |
|
761 | 764 | 4A14CBE02803437C00DA8A68 /* ButtonClickState.swift in Sources */, |
762 | 765 | 4A62F37A2803115C00534ABA /* UIView+Positions.swift in Sources */, |
763 | 766 | 4A62F39B2803115C00534ABA /* ButtonListViewController.swift in Sources */, |
| 767 | + 4ADE26E7280383DC00634B6C /* ButtonClickStyle+Buttons.swift in Sources */, |
764 | 768 | 4A14CBDE2803437C00DA8A68 /* ButtonClickStyleEmoji.swift in Sources */, |
765 | 769 | 4A62F3992803115C00534ABA /* BtnView.swift in Sources */, |
766 | 770 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
|
0 commit comments