Skip to content

Commit

Permalink
配置文件升级
Browse files Browse the repository at this point in the history
  • Loading branch information
shang1219178163 committed Apr 19, 2021
1 parent 5888518 commit ba9cf14
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions MacTemplet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = bin.MacTemplet.codeHelper;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1395,7 +1395,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = bin.MacTemplet.codeHelper;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
41 changes: 21 additions & 20 deletions MacTemplet/HomeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,27 @@ - (void)setupUI{
@[@"ProppertyLazyController", @"属性Lazy",],
@[@"NNBatchClassCreateController", @"类文件批量创建",],
@[@"ProppertyChainController", @"属性转链式",],
@[@"DragFileController", @"文件拖拽",],
// @[@"AuthorInfoController", @"Author",],
// @[@"NNButtonStyleController", @"NSButon研究",],
// @[@"NNButtonStudyController", @"NNButton封装",],
// @[@"NNLabelStudyController", @"NNLabel封装",],
@[@"TmpViewController", @"Tmp模块",],
@[@"OthersViewController", @"Others",],
@[@"NNSplitViewController", @"SplitView",],

// @[@"YYModelSwiftController", @"YYModelSwift",],
// @[@"CollectionViewController", @"CollectionView模块",],
// @[@"NSTestViewController", @"测试模块",],

@[@"NSAlertStudyController", @"NSAlertStudy",],
// @[@"NSOpenPanelStudyController", @"NSOpenPanelStud",],
// @[@"NSStackViewController", @"StackView",],
@[@"MapViewController", @"MapView",],
// @[@"FileController", @"File处理",],
// @[@"NNTableViewController", @"NNTable",],

@[@"DragFileController", @"文件拖拽",],

//// @[@"AuthorInfoController", @"Author",],
//// @[@"NNButtonStyleController", @"NSButon研究",],
//// @[@"NNButtonStudyController", @"NNButton封装",],
//// @[@"NNLabelStudyController", @"NNLabel封装",],
// @[@"TmpViewController", @"Tmp模块",],
// @[@"OthersViewController", @"Others",],
// @[@"NNSplitViewController", @"SplitView",],
//
//// @[@"YYModelSwiftController", @"YYModelSwift",],
//// @[@"CollectionViewController", @"CollectionView模块",],
//// @[@"NSTestViewController", @"测试模块",],
//
// @[@"NSAlertStudyController", @"NSAlertStudy",],
//// @[@"NSOpenPanelStudyController", @"NSOpenPanelStud",],
//// @[@"NSStackViewController", @"StackView",],
// @[@"MapViewController", @"MapView",],
//// @[@"FileController", @"File处理",],
//// @[@"NNTableViewController", @"NNTable",],

];

[self.tabView addItems:list];
Expand Down
2 changes: 1 addition & 1 deletion MacTemplet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>202104191307</string>
<string>202104191319</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit ba9cf14

Please sign in to comment.