File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments