Skip to content

Commit

Permalink
Merge pull request #118 from jamf/token-endpoint-updates
Browse files Browse the repository at this point in the history
Incremented version
  • Loading branch information
benwhitis authored May 14, 2024
2 parents eb7d15f + 5e0c252 commit 6cf6fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MUT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
CODE_SIGN_ENTITLEMENTS = "The MUT/The MUT.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6.2.0;
CURRENT_PROJECT_VERSION = 6.2.1;
DEVELOPMENT_TEAM = 483DWKW443;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "The MUT/Info.plist";
Expand All @@ -426,7 +426,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.2.0;
MARKETING_VERSION = 6.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jssmut.jssmut;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -443,7 +443,7 @@
CODE_SIGN_ENTITLEMENTS = "The MUT/The MUT.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6.2.0;
CURRENT_PROJECT_VERSION = 6.2.1;
DEVELOPMENT_TEAM = 483DWKW443;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "The MUT/Info.plist";
Expand All @@ -452,7 +452,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.2.0;
MARKETING_VERSION = 6.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jssmut.jssmut;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
6 changes: 3 additions & 3 deletions The MUT/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22690"/>
<capability name="Image references" minToolsVersion="12.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -444,7 +444,7 @@
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController storyboardIdentifier="MainStoryBoard" id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" identifier="MainWindow" title="The MUT v6.2.0" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<window key="window" identifier="MainWindow" title="The MUT v6.2.1" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenNone="YES"/>
<rect key="contentRect" x="100" y="100" width="568" height="667"/>
Expand Down

0 comments on commit 6cf6fbe

Please sign in to comment.