Skip to content

Commit

Permalink
🚽 renamed sticked footer view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Panfyorov committed Oct 20, 2016
1 parent e159227 commit 0258eed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ @interface ANEBottomStickedFooterVC ()

@end

SpecBegin(ANBottomStickedFooterVC)
SpecBegin(ANEBottomStickedFooterVC)

describe(@"ANEBottomStickedFooterVC", ^{

Expand Down
16 changes: 8 additions & 8 deletions Example/Alister-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
180335841DB8D9F800332F5F /* ANEReorderingController.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335831DB8D9F800332F5F /* ANEReorderingController.m */; };
180335941DB919A600332F5F /* ANEReorderingControllerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335921DB919A600332F5F /* ANEReorderingControllerSpec.m */; };
180335951DB919A600332F5F /* ANEReorderingVCSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335931DB919A600332F5F /* ANEReorderingVCSpec.m */; };
180335981DB91A1100332F5F /* ANBottomStickedFooterVCSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335971DB91A1100332F5F /* ANBottomStickedFooterVCSpec.m */; };
1803359A1DB91A2600332F5F /* ANButtonFooterViewSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335991DB91A2600332F5F /* ANButtonFooterViewSpec.m */; };
180335981DB91A1100332F5F /* ANEBottomStickedFooterVCSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335971DB91A1100332F5F /* ANEBottomStickedFooterVCSpec.m */; };
1803359A1DB91A2600332F5F /* ANEButtonFooterViewSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 180335991DB91A2600332F5F /* ANEButtonFooterViewSpec.m */; };
1803359F1DB920B400332F5F /* ANEDefaultSupplementaryVCSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 1803359E1DB920B400332F5F /* ANEDefaultSupplementaryVCSpec.m */; };
18B792DB1DB78F3C00C5A46A /* ANEDataGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B792DA1DB78F3C00C5A46A /* ANEDataGenerator.m */; };
3575344DD3C6C07070509DB1 /* libPods-Alister-Example-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC990585C63BBA3EFB2F905E /* libPods-Alister-Example-Tests.a */; };
Expand Down Expand Up @@ -138,8 +138,8 @@
1803358E1DB8EBBF00332F5F /* ANEGlobalHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANEGlobalHeader.h; sourceTree = "<group>"; };
180335921DB919A600332F5F /* ANEReorderingControllerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEReorderingControllerSpec.m; sourceTree = "<group>"; };
180335931DB919A600332F5F /* ANEReorderingVCSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEReorderingVCSpec.m; sourceTree = "<group>"; };
180335971DB91A1100332F5F /* ANBottomStickedFooterVCSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANBottomStickedFooterVCSpec.m; sourceTree = "<group>"; };
180335991DB91A2600332F5F /* ANButtonFooterViewSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANButtonFooterViewSpec.m; sourceTree = "<group>"; };
180335971DB91A1100332F5F /* ANEBottomStickedFooterVCSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEBottomStickedFooterVCSpec.m; sourceTree = "<group>"; };
180335991DB91A2600332F5F /* ANEButtonFooterViewSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEButtonFooterViewSpec.m; sourceTree = "<group>"; };
1803359E1DB920B400332F5F /* ANEDefaultSupplementaryVCSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEDefaultSupplementaryVCSpec.m; sourceTree = "<group>"; };
18B792D91DB78F3C00C5A46A /* ANEDataGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANEDataGenerator.h; sourceTree = "<group>"; };
18B792DA1DB78F3C00C5A46A /* ANEDataGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANEDataGenerator.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -388,8 +388,8 @@
180335961DB919FF00332F5F /* BottomStickedFooter */ = {
isa = PBXGroup;
children = (
180335971DB91A1100332F5F /* ANBottomStickedFooterVCSpec.m */,
180335991DB91A2600332F5F /* ANButtonFooterViewSpec.m */,
180335971DB91A1100332F5F /* ANEBottomStickedFooterVCSpec.m */,
180335991DB91A2600332F5F /* ANEButtonFooterViewSpec.m */,
);
path = BottomStickedFooter;
sourceTree = "<group>";
Expand Down Expand Up @@ -1163,15 +1163,15 @@
D73FD5421DA91C2100AB5B7D /* ANStorageSectionModelSpec.m in Sources */,
D7A21E9D1DA8A4C400D6D803 /* ANECustomFooterViewModelTest.m in Sources */,
D7A21E9B1DA8A49C00D6D803 /* ANECustomFooterViewTest.m in Sources */,
1803359A1DB91A2600332F5F /* ANButtonFooterViewSpec.m in Sources */,
1803359A1DB91A2600332F5F /* ANEButtonFooterViewSpec.m in Sources */,
D7A21E941DA8A2A500D6D803 /* ANTestableTableView.m in Sources */,
D73FD53C1DA91C2100AB5B7D /* ANStorageController_CRUD_Spec.m in Sources */,
D7A21E921DA8A2A500D6D803 /* ANTestableStorageUpateOperation.m in Sources */,
D7A21E711DA8A2A500D6D803 /* ANListControllerConfigurationModelTest.m in Sources */,
D7A21E6F1DA8A2A500D6D803 /* ANCollectionControllerConfigurationModelTest.m in Sources */,
D741298F1DB5AA4700D7BB72 /* ANStorageOperationFakeDelegate.m in Sources */,
D74129861DB1A18100D7BB72 /* ANStorageSupplementaryManager_UpdateVerification_Spec.m in Sources */,
180335981DB91A1100332F5F /* ANBottomStickedFooterVCSpec.m in Sources */,
180335981DB91A1100332F5F /* ANEBottomStickedFooterVCSpec.m in Sources */,
D7549A581DAC2C4200956D8D /* ANStorageController_Supplemetaries_Spec.m in Sources */,
180335951DB919A600332F5F /* ANEReorderingVCSpec.m in Sources */,
D7A21E771DA8A2A500D6D803 /* ANBaseTableFooterViewSpec.m in Sources */,
Expand Down

0 comments on commit 0258eed

Please sign in to comment.