Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darshkpatel committed Nov 29, 2020
1 parent e688044 commit f7c6ba5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions MVTouchbar/MVTouchbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"MVTouchBar/Preview Content\"";
DEVELOPMENT_TEAM = 3SVMJGTZSF;
ENABLE_PREVIEWS = YES;
Expand All @@ -351,6 +352,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = touchbarapps.MVTouchBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "MVTouchBar/MVTouchBar-Bridging-Header.h";
Expand All @@ -372,6 +374,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"MVTouchBar/Preview Content\"";
DEVELOPMENT_TEAM = 3SVMJGTZSF;
ENABLE_PREVIEWS = YES;
Expand All @@ -385,6 +388,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = touchbarapps.MVTouchBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "MVTouchBar/MVTouchBar-Bridging-Header.h";
Expand Down
12 changes: 6 additions & 6 deletions MVTouchbar/MVTouchbar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>LSUIElement</key>
<true/>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSMicrophoneUsageDescription</key>
<string>To Generate Visualization from Microphone Audio</string>
<key>NSSupportsSuddenTermination</key>
<true/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsSuddenTermination</key>
<true/>
</dict>
</plist>

0 comments on commit f7c6ba5

Please sign in to comment.