File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >en </string >
7
7
<key >CFBundleDisplayName </key >
8
- <string >Coding </string >
8
+ <string >CODING </string >
9
9
<key >CFBundleExecutable </key >
10
10
<string >${EXECUTABLE_NAME} </string >
11
11
<key >CFBundleIdentifier </key >
17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >5.2 </string >
20
+ <string >5.3 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
37
37
</dict >
38
38
</array >
39
39
<key >CFBundleVersion </key >
40
- <string >5.2.201804041900 </string >
40
+ <string >5.3.201804281800 </string >
41
41
<key >ITSAppUsesNonExemptEncryption </key >
42
42
<false />
43
43
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ - (void)changeBaseURLTip{
95
95
[NSObject changeBaseURLStrTo: newBaseURLStr];
96
96
}];
97
97
[alertCtrl addTextFieldWithConfigurationHandler: ^(UITextField * _Nonnull textField) {
98
- textField.placeholder = @" Coding 服务器地址" ;
98
+ textField.placeholder = @" CODING 服务器地址" ;
99
99
textField.text = [NSObject baseURLStr ];
100
100
}];
101
101
[alertCtrl addAction: cancelA];
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ - (void)actionMRPR:(UIButton *)sender{
336
336
NSString *tipStr;
337
337
if (sender.tag == MRPRActionAccept) {// 合并
338
338
if (_curMRPRInfo.mrpr .status == MRPRStatusCannotMerge) {// 不能合并
339
- tipStr = @" Coding 不能帮你在线自动合并这个合并请求。" ;
339
+ tipStr = @" CODING 不能帮你在线自动合并这个合并请求。" ;
340
340
kTipAlert (@" %@ " , tipStr);
341
341
} else {
342
342
MRPRAcceptViewController *vc = [MRPRAcceptViewController new ];
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ - (void)viewDidLoad{
50
50
logoLabel.font = [UIFont boldSystemFontOfSize: 17 ];
51
51
logoLabel.textColor = kColor222 ;
52
52
logoLabel.textAlignment = NSTextAlignmentCenter;
53
- logoLabel.text = @" Coding -让开发更简单" ;
53
+ logoLabel.text = @" CODING -让开发更简单" ;
54
54
[self .view addSubview: logoLabel];
55
55
56
56
UILabel *versionLabel = [[UILabel alloc ] init ];
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ - (void)actionMRPR:(UIButton *)sender{
195
195
NSString *tipStr;
196
196
if (sender.tag == MRPRActionAccept) {// 合并
197
197
if (_curMRPRInfo.mrpr .status == MRPRStatusCannotMerge) {// 不能合并
198
- tipStr = @" Coding 不能帮你在线自动合并这个合并请求。" ;
198
+ tipStr = @" CODING 不能帮你在线自动合并这个合并请求。" ;
199
199
kTipAlert (@" %@ " , tipStr);
200
200
}else {
201
201
MRPRAcceptViewController *vc = [MRPRAcceptViewController new ];
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ + (NSDictionary *)snsNameDict{
196
196
static dispatch_once_t onceToken;
197
197
dispatch_once (&onceToken, ^{
198
198
snsNameDict = @{
199
- @" coding" : @" Coding好友 " ,
199
+ @" coding" : @" CODING 好友 " ,
200
200
@" copylink" : @" 复制链接" ,
201
201
@" evernote" : @" 印象笔记" ,
202
202
@" sina" : @" 新浪微博" ,
@@ -406,9 +406,9 @@ - (NSString *)p_shareTitle{
406
406
if ([_objToShare isKindOfClass: [Tweet class ]]) {
407
407
title = [NSString stringWithFormat: @" %@ 的冒泡" , [(Tweet *)_objToShare owner ].name];
408
408
}else if ([_objToShare isKindOfClass: [UIWebView class ]]){
409
- title = @" Coding 链接" ;
409
+ title = @" CODING 链接" ;
410
410
}else {
411
- title = @" Coding - 让开发更简单" ;
411
+ title = @" CODING - 让开发更简单" ;
412
412
}
413
413
return title;
414
414
}
You can’t perform that action at this time.
0 commit comments