Skip to content

Commit eee33ee

Browse files
committed
v0.6
1 parent 046f0fc commit eee33ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MTMR.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487
CODE_SIGN_STYLE = Manual;
488488
COMBINE_HIDPI_IMAGES = YES;
489-
DEVELOPMENT_TEAM = "";
489+
DEVELOPMENT_TEAM = D6D8BR2QNB;
490490
FRAMEWORK_SEARCH_PATHS = (
491491
"$(inherited)",
492492
"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",

MTMR/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>LSUIElement</key>
6-
<true/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleExecutable</key>
@@ -19,11 +17,13 @@
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>1.0</string>
20+
<string>0.6</string>
2321
<key>CFBundleVersion</key>
2422
<string>1</string>
2523
<key>LSMinimumSystemVersion</key>
2624
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25+
<key>LSUIElement</key>
26+
<true/>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Copyright © 2018 Anton Palgunov. All rights reserved.</string>
2929
<key>NSMainStoryboardFile</key>

0 commit comments

Comments
 (0)