Skip to content

Commit 95944b4

Browse files
committed
mark - 3.8.201602231730
1 parent d85e3a1 commit 95944b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Coding_iOS/Coding_iOS-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.7</string>
20+
<string>3.8</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>3.7.201601141030</string>
39+
<string>3.8.201602231730</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<string>wechat</string>

Coding_iOS/Controllers/TaskResourceReferenceViewController.m

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ @implementation TaskResourceReferenceViewController
2020
- (void)viewDidLoad {
2121
[super viewDidLoad];
2222
// Do any additional setup after loading the view.
23+
self.title = @"关联资源";
2324
// 添加myTableView
2425
_myTableView = ({
2526
UITableView *tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];

0 commit comments

Comments
 (0)