Skip to content

Commit

Permalink
rename HelpPager file to S7HelpPage for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pastey committed Feb 16, 2024
1 parent 9b76af6 commit a0fdc0b
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions system7.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
2465939C24CA336700EFC5A0 /* HelpPager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2465939B24CA336700EFC5A0 /* HelpPager.m */; };
24689D5D24D1C914004DDB91 /* HelpPager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2465939B24CA336700EFC5A0 /* HelpPager.m */; };
2465939C24CA336700EFC5A0 /* S7HelpPager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2465939B24CA336700EFC5A0 /* S7HelpPager.m */; };
24689D5D24D1C914004DDB91 /* S7HelpPager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2465939B24CA336700EFC5A0 /* S7HelpPager.m */; };
40183E542915558200009EFD /* GitFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 40183E532915558200009EFD /* GitFilter.m */; };
40183E552915558200009EFD /* GitFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 40183E532915558200009EFD /* GitFilter.m */; };
6D73D3B1270702D0009AE0B9 /* S7IniConfigOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D73D3B0270702D0009AE0B9 /* S7IniConfigOptions.m */; };
Expand Down Expand Up @@ -112,8 +112,8 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2465939A24CA336700EFC5A0 /* HelpPager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HelpPager.h; sourceTree = "<group>"; };
2465939B24CA336700EFC5A0 /* HelpPager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelpPager.m; sourceTree = "<group>"; };
2465939A24CA336700EFC5A0 /* S7HelpPager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S7HelpPager.h; sourceTree = "<group>"; };
2465939B24CA336700EFC5A0 /* S7HelpPager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = S7HelpPager.m; sourceTree = "<group>"; };
2493CEE029EE88C500B9ECD8 /* Git+Tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Git+Tests.h"; sourceTree = "<group>"; };
40183E522915551100009EFD /* GitFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GitFilter.h; sourceTree = "<group>"; };
40183E532915558200009EFD /* GitFilter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GitFilter.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -374,8 +374,8 @@
BED60E152458811A008EA752 /* S7Utils.m */,
BE172CD424657CE900B57557 /* S7Diff.h */,
BE172CD124657CA700B57557 /* S7Diff.m */,
2465939A24CA336700EFC5A0 /* HelpPager.h */,
2465939B24CA336700EFC5A0 /* HelpPager.m */,
2465939A24CA336700EFC5A0 /* S7HelpPager.h */,
2465939B24CA336700EFC5A0 /* S7HelpPager.m */,
BEBC62E12AC57662005979E8 /* S7Logging.h */,
BEBC62E22AC57662005979E8 /* S7Logging.m */,
);
Expand Down Expand Up @@ -570,7 +570,7 @@
6DD4A82D2750DAB00050F3FD /* S7DefaultOptions.m in Sources */,
BED36BE6246E809000D6EB1C /* S7PostCommitHook.m in Sources */,
6DD4A8332750E3070050F3FD /* S7Options.m in Sources */,
2465939C24CA336700EFC5A0 /* HelpPager.m in Sources */,
2465939C24CA336700EFC5A0 /* S7HelpPager.m in Sources */,
BE394D3C2486ADB500ED6E05 /* S7CheckoutCommand.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -627,7 +627,7 @@
6DD4A8392750E8A40050F3FD /* S7IniConfigOptions.m in Sources */,
BE8218892452C1DE00E878A8 /* configParserTests.m in Sources */,
BE84F1F82B6A4352002D440A /* S7KeepTargetBranchMergeStrategy.m in Sources */,
24689D5D24D1C914004DDB91 /* HelpPager.m in Sources */,
24689D5D24D1C914004DDB91 /* S7HelpPager.m in Sources */,
BEBE40CA2576D0B900E39755 /* S7DeinitCommand.m in Sources */,
BE3A29F02460712F004A2B31 /* S7InitCommand.m in Sources */,
BED60E172458811A008EA752 /* S7Utils.m in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7AddCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "S7Utils.h"
#import "S7InitCommand.h"
#import "S7PostCheckoutHook.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7BootstrapCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "S7BootstrapCommand.h"

#import "S7Utils.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7CheckoutCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "S7CheckoutCommand.h"

#import "S7PostCheckoutHook.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

@implementation S7CheckoutCommand

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7Command.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "S7Command.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

void printCommandAliases(Class<S7Command> commandClass) {
NSArray<NSString *> *aliases = [commandClass aliases];
Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7DeinitCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "S7DeinitCommand.h"

#import "HelpPager.h"
#import "S7HelpPager.h"

// I considered if deinit should remove all actual subrepo directories
// and decided not to do that. I don't know what will the user do next:
Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7InitCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "S7InitCommand.h"

#import "S7Utils.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

#import "S7PrePushHook.h"
#import "S7PostCheckoutHook.h"
Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7RebindCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "S7RebindCommand.h"
#import "S7Config.h"
#import "Git.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

@implementation S7RebindCommand

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7RemoveCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "S7RemoveCommand.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

@implementation S7RemoveCommand

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7ResetCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import "S7Utils.h"
#import "S7PostCheckoutHook.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

@implementation S7ResetCommand

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7StatusCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import "S7Utils.h"
#import "S7Diff.h"
#import "HelpPager.h"
#import "S7HelpPager.h"

@implementation S7StatusCommand

Expand Down
2 changes: 1 addition & 1 deletion system7/Commands/S7VersionCommand.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "S7VersionCommand.h"

#import "HelpPager.h"
#import "S7HelpPager.h"

#ifndef VERSION_NUMBER
static const char VERSION_NUMBER[] = "1.0";
Expand Down
2 changes: 1 addition & 1 deletion system7/Utils/HelpPager.h → system7/Utils/S7HelpPager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// HelpPager.h
// S7HelpPager.h
// system7
//
// Created by Nik on 24.07.2020.
Expand Down
4 changes: 2 additions & 2 deletions system7/Utils/HelpPager.m → system7/Utils/S7HelpPager.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//
// HelpPager.m
// S7HelpPager.m
// system7
//
// Created by Nik on 24.07.2020.
// Copyright © 2020 Readdle. All rights reserved.
//

#import "HelpPager.h"
#import "S7HelpPager.h"

static FILE *_s7helpFile = NULL;

Expand Down
2 changes: 1 addition & 1 deletion system7/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#import "S7ConfigMergeDriver.h"

#import "HelpPager.h"
#import "S7HelpPager.h"

void printHelp(void) {
help_puts("");
Expand Down

0 comments on commit a0fdc0b

Please sign in to comment.