Skip to content

Commit c869616

Browse files
committed
关于界面版本号显示kVersionBuild_Coding
2.5.2015040316
1 parent 0bd3e5b commit c869616

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Coding_iOS/Coding_iOS-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<string>net.coding.CodingForiOS</string>
2828
<key>CFBundleURLSchemes</key>
2929
<array>
30-
<string>CodingForiOS</string>
30+
<string>coding-net</string>
3131
</array>
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>2.5.2015032721</string>
35+
<string>2.5.2015040316</string>
3636
<key>LSRequiresIPhoneOS</key>
3737
<true/>
3838
<key>NSLocationWhenInUseUsageDescription</key>

Coding_iOS/Controllers/MeSetting/AboutViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ - (void)viewDidLoad
6565
versionLabel.font = [UIFont systemFontOfSize:12];
6666
versionLabel.textColor = [UIColor colorWithHexString:@"0x666666"];
6767
versionLabel.textAlignment = NSTextAlignmentCenter;
68-
versionLabel.text = [NSString stringWithFormat:@"版本:V%@", kVersion_Coding];
68+
versionLabel.text = [NSString stringWithFormat:@"版本:V%@", kVersionBuild_Coding];
6969
[self.view addSubview:versionLabel];
7070

7171
UILabel *infoLabel = [[UILabel alloc] init];

0 commit comments

Comments
 (0)