Skip to content

Commit

Permalink
Updated the changelog based on the last changes by ty (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Eichelberger <tony.eichelberger@jamf.com>
  • Loading branch information
watkyn and watkyn authored Nov 9, 2020
1 parent f34bf8f commit 48c1f28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]

<!-- Add any information here about changes in master that have yet to be released -->

### Added
- @(author) description
- (@ty-wilson) Issue #79 Changed the property labels to match System Preferces with the MDM key listed in the help

### Fixed
- (@ty-wilson) Fixed issue #54 where the code signing label was truncated
- (@ty-wilson) Fixed issue #83 where removing an apple event always removed the first one in the list instead of the selected item


## [1.3.0]

Expand Down
4 changes: 2 additions & 2 deletions PPPC Utility.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1-b1;
PRODUCT_BUNDLE_IDENTIFIER = com.jamf.opensource.pppcutility;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -665,7 +665,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1-b1;
PRODUCT_BUNDLE_IDENTIFIER = com.jamf.opensource.pppcutility;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 48c1f28

Please sign in to comment.