Skip to content

Commit

Permalink
Revert "Bumped version number"
Browse files Browse the repository at this point in the history
This reverts commit 9e08674.
  • Loading branch information
bartreardon committed May 15, 2023
1 parent 37124c9 commit c8b34da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Outset.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.1;
MARKETING_VERSION = "4.0.0-b2";
PRODUCT_BUNDLE_IDENTIFIER = io.macadmins.Outset;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -505,7 +505,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.1;
MARKETING_VERSION = "4.0.0-b2";
PRODUCT_BUNDLE_IDENTIFIER = io.macadmins.Outset;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
18 changes: 8 additions & 10 deletions Package/Scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ APP_ROOT="${APP_PATH}/Contents"
# run boot argument - creates necessary paths and folders
"${APP_PATH}/Contents/MacOS/Outset" --boot

### Commented out for now until issues with SMAppService are sorted
# Check if the macOS version is 13 or newer. If so, we don't need to load the launchd plists manually.
#if [[ $(echo "${macos_version}" | cut -d'.' -f1) -ge 13 ]]; then
# # register the agents
# "${APP_PATH}/Contents/MacOS/Outset" --enable-services
#
# # issue with ServiceManagement in that login-window agents don't get loaded so we'll copy that one over manually
# cp "${APP_ROOT}/${LA_ROOT}/io.macadmins.outset.login-window.plist" "${LA_ROOT}"
# exit 0
#fi
###
if [[ $(echo "${macos_version}" | cut -d'.' -f1) -ge 13 ]]; then
# register the agents
"${APP_PATH}/Contents/MacOS/Outset" --enable-services

# issue with ServiceManagement in that login-window agents don't get loaded so we'll copy that one over manually
cp "${APP_ROOT}/${LA_ROOT}/io.macadmins.outset.login-window.plist" "${LA_ROOT}"
exit 0
fi

## LaunchDaemons
DAEMONS=(
Expand Down

0 comments on commit c8b34da

Please sign in to comment.