File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.0.0 </string >
20+ <string >1.0.1 </string >
2121 <key >CFBundleVersion </key >
22- <string >1 </string >
22+ <string >2 </string >
2323 <key >LSMinimumSystemVersion </key >
2424 <string >$(MACOSX_DEPLOYMENT_TARGET) </string >
2525 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ extension Model {
162162
163163 if let policy = policyFromString ( executable: executable, value: executable. adminFilesPolicyString) {
164164 services. adminFiles = services. adminFiles ?? [ ]
165- services. postEvent ? . append ( policy)
165+ services. adminFiles ? . append ( policy)
166166 }
167167
168168 if let policy = policyFromString ( executable: executable, value: executable. allFilesPolicyString) {
You can’t perform that action at this time.
0 commit comments