Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 92db9cf

Browse files
committed
app identifier updated in order to strength that V2RayX is not an official mac GUI
1 parent fac0129 commit 92db9cf

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

V2RayX/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.h
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import <Cocoa/Cocoa.h>

V2RayX/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.m
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import "AppDelegate.h"

V2RayX/ConfigWindowController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ConfigWindowController.h
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import <Cocoa/Cocoa.h>

V2RayX/ConfigWindowController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ConfigWindowController.m
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import "ConfigWindowController.h"

V2RayX/ServerProfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ServerProfile.h
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import <Foundation/Foundation.h>

V2RayX/ServerProfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ServerProfile.m
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import "ServerProfile.h"

V2RayX/install_helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# install_helper.sh
44
# V2RayX
55
#
6-
# Copyright © 2016年 Project V2Ray. All rights reserved.
6+
# Copyright © 2016年 Cenmrev. All rights reserved.
77

88
cd `dirname "${BASH_SOURCE[0]}"`
99
sudo mkdir -p "/Library/Application Support/V2RayX/"
1010
sudo cp v2rayx_sysconf "/Library/Application Support/V2RayX/"
1111
sudo chown root:admin "/Library/Application Support/V2RayX/v2rayx_sysconf"
1212
sudo chmod +s "/Library/Application Support/V2RayX/v2rayx_sysconf"
1313

14-
echo done
14+
echo done

V2RayX/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// main.m
33
// V2RayX
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import <Cocoa/Cocoa.h>

compilefromsource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# V2RayX
55
#
66
# Created by Cenmrev on 10/15/16.
7-
# Copyright © 2016 Project V2Ray. All rights reserved.
7+
# Copyright © 2016 Cenmrev. All rights reserved.
88

99
# http://apple.stackexchange.com/questions/50844/how-to-move-files-to-trash-from-command-line
1010
function moveToTrash () {

v2rayx_sysconf/main.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// main.m
33
// v2rayx_sysconf
44
//
5-
// Copyright © 2016年 Project V2Ray. All rights reserved.
5+
// Copyright © 2016年 Cenmrev. All rights reserved.
66
//
77

88
#import <Foundation/Foundation.h>
@@ -98,4 +98,4 @@ int main(int argc, const char * argv[])
9898
}
9999

100100
return 0;
101-
}
101+
}

0 commit comments

Comments
 (0)