Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a2c8a4c
Added changelog entry for ty's fix
watkyn Oct 1, 2020
9a262a6
updated the changelog with author tags
watkyn Oct 1, 2020
b737070
adding in some unit tests to help with making changes to the structur…
watkyn Oct 1, 2020
0725bd7
Added allowed and authorization as optionals so they can be left out …
watkyn Oct 2, 2020
c7791e7
Updated the change log
watkyn Oct 2, 2020
dde4022
added some tests for handling the authoriztion vs allowed legacy prop…
watkyn Oct 5, 2020
11f0fbb
Added the new Authorization key as the default instead of Allowed
watkyn Oct 6, 2020
cd778ab
Added some more tests around importing a profile and making sure it h…
watkyn Oct 6, 2020
ca30501
Added constants for the key display values and some more tests around…
watkyn Oct 7, 2020
e3e2e99
Fixed the parsing issue when importing a profile with apple events an…
watkyn Oct 7, 2020
3595c41
Added the new key to the drop down for screen capture and listen event.
watkyn Oct 7, 2020
20ae824
Added some support for an info message if the user is trying to use t…
watkyn Oct 7, 2020
4373629
Working through some changes. There are currently failing unit tests …
watkyn Oct 12, 2020
832fef1
Fix application list layout
Oct 13, 2020
5f084fe
Revert "Fix application list layout"
Oct 13, 2020
c5847dc
Fix Applications table view cell height
Oct 13, 2020
c7bc881
Fixing some more UI issues and causing some others
watkyn Oct 13, 2020
dc66431
fixed up the unit tests
watkyn Oct 13, 2020
a551bc0
Fix table view cell height
Oct 13, 2020
9f3f146
Merge branch 'add-new-pppc-keys' of github.com:jamf/PPPC-Utility into…
Oct 13, 2020
43da4ec
Changed the width of the popup buttons to allow for the new value to …
watkyn Oct 14, 2020
8420641
More UI tweaks and also added a cancel option for the alert when user…
watkyn Oct 14, 2020
6268925
Added constrainsts for the big sur switch
watkyn Oct 14, 2020
37041be
Got rid of as many interface builder warnings as I could. There is st…
watkyn Oct 14, 2020
e5af14c
Moved the import button to the same row as the Save and Upload buttons.
watkyn Oct 14, 2020
18e1c6a
upgraded swiftlint and fixed the issue
watkyn Oct 14, 2020
8561d1b
Fixed some wording and spelling issues.
watkyn Oct 14, 2020
58f3331
Added spacing in the error message for better readablility
watkyn Oct 14, 2020
28e1570
added note to changelog that 10.15 is the min deployment target now
watkyn Oct 14, 2020
cb9b65a
changed to use a setup() method for the ModelTests
watkyn Oct 14, 2020
7a8ace4
Removed a comment and made the method name more descriptive.
watkyn Oct 15, 2020
fdb805c
Updated readme to reference 10.15 as the min version
watkyn Oct 15, 2020
c0ec9ab
changed the format of switch statments to be consistent
watkyn Oct 15, 2020
e2243d7
added guard in weak self pointer is actually nil
watkyn Oct 15, 2020
5bd7c60
disabled hardened runtime for debug builds so that unit tests can be …
watkyn Oct 15, 2020
05f2854
Added some internal jenkins related files.
watkyn Oct 20, 2020
aacfc9f
adding a sleep for troubleshooting
watkyn Oct 20, 2020
11f23ef
Adding import to the shared fastlane lib using ENV
watkyn Oct 20, 2020
14bb4d6
Trying to fix the build issues by taking of sign to run locally
watkyn Oct 20, 2020
60cf2a3
removed Jenkins changes and moved them to another experimental branch
watkyn Oct 20, 2020
0284f6f
changed back to use the hardented runtime for debug mode to try and f…
watkyn Oct 20, 2020
c2a4fae
Going back to setting the team explicitly.
watkyn Oct 20, 2020
5cd46ce
Disabled the hardened runtime again so the unit tests locally can be …
watkyn Oct 20, 2020
bb50ba9
One more try at the build by turning off automatic code signing
watkyn Oct 20, 2020
30982e7
Only changing back the main app not the unit tests to see if we can a…
watkyn Oct 20, 2020
3ad7a83
giving up, just leaving the team assigned
watkyn Oct 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added changelog entry for ty's fix
  • Loading branch information
watkyn committed Oct 1, 2020
commit a2c8a4c7d7580b87b50222b1733dcef2d1e4c169
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

- Added this changelog file
- Fixed issue #72 changing the default value on Apple Events to "Allow"

## [1.2.1] - 2020-09-17

Expand Down