Skip to content

Commit c67bc59

Browse files
committed
no message
1 parent e04e13e commit c67bc59

46 files changed

Lines changed: 53 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CocoaPodsDemo/OtherLinkerFlag/OtherLinkerFlag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"$(inherited)",
287287
"$(PROJECT_DIR)/OtherLinkerFlag",
288288
);
289-
PRODUCT_BUNDLE_IDENTIFIER = baidu.OtherLinkerFlag;
289+
PRODUCT_BUNDLE_IDENTIFIER = bestswifter.OtherLinkerFlag;
290290
PRODUCT_NAME = "$(TARGET_NAME)";
291291
};
292292
name = Debug;
@@ -301,7 +301,7 @@
301301
"$(inherited)",
302302
"$(PROJECT_DIR)/OtherLinkerFlag",
303303
);
304-
PRODUCT_BUNDLE_IDENTIFIER = baidu.OtherLinkerFlag;
304+
PRODUCT_BUNDLE_IDENTIFIER = bestswifter.OtherLinkerFlag;
305305
PRODUCT_NAME = "$(TARGET_NAME)";
306306
};
307307
name = Release;

CocoaPodsDemo/ShellProject/ShellProject.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"-l\"BSStaticLibraryOne\"",
303303
"-l\"BSStaticLibraryTwo\"",
304304
);
305-
PRODUCT_BUNDLE_IDENTIFIER = baidu.ShellProject;
305+
PRODUCT_BUNDLE_IDENTIFIER = bestswifter.ShellProject;
306306
PRODUCT_NAME = "$(TARGET_NAME)";
307307
};
308308
name = Debug;
@@ -328,7 +328,7 @@
328328
"-l\"BSStaticLibraryOne\"",
329329
"-l\"BSStaticLibraryTwo\"",
330330
);
331-
PRODUCT_BUNDLE_IDENTIFIER = baidu.ShellProject;
331+
PRODUCT_BUNDLE_IDENTIFIER = bestswifter.ShellProject;
332332
PRODUCT_NAME = "$(TARGET_NAME)";
333333
};
334334
name = Release;

KtTableView/KtTableView/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.h
33
// KtTableView
44
//
5-
// Created by baidu on 16/4/13.
5+
// Created by bestswifter on 16/4/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.m
33
// KtTableView
44
//
5-
// Created by baidu on 16/4/13.
5+
// Created by bestswifter on 16/4/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/KTMainViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ViewController.h
33
// KtTableView
44
//
5-
// Created by baidu on 16/4/13.
5+
// Created by bestswifter on 16/4/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/KTMainViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ViewController.m
33
// KtTableView
44
//
5-
// Created by baidu on 16/4/13.
5+
// Created by bestswifter on 16/4/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/KtBaseModel/KtBaseItem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// KtBaseItem.h
33
// KtTableView
44
//
5-
// Created by baidu on 16/5/13.
5+
// Created by bestswifter on 16/5/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

@@ -29,4 +29,4 @@
2929

3030
- (NSDictionary *)propertyList:(Class)cls;
3131

32-
@end
32+
@end

KtTableView/KtTableView/KtBaseModel/KtBaseItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// KtBaseItem.m
33
// KtTableView
44
//
5-
// Created by baidu on 16/5/13.
5+
// Created by bestswifter on 16/5/13.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtBaseListItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// KtBaseListItem.h
33
// KtTableView
44
//
5-
// Created by baidu on 16/5/18.
5+
// Created by bestswifter on 16/5/18.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtBaseListItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// KtBaseListItem.m
33
// KtTableView
44
//
5-
// Created by baidu on 16/5/18.
5+
// Created by bestswifter on 16/5/18.
66
// Copyright © 2016年 zxy. All rights reserved.
77
//
88

0 commit comments

Comments
 (0)