Skip to content

Commit

Permalink
iOS 15 support
Browse files Browse the repository at this point in the history
This simple change is needed to sign an app for use on iOS 15.
  • Loading branch information
PoGoJoshS authored and DanTheMan827 committed Jun 27, 2022
1 parent 1169f8a commit f9aff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppSigner/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ class MainView: NSView, URLSessionDataDelegate, URLSessionDelegate, URLSessionDo
beforeFunc(file, certificate, entitlements)
}

var arguments = ["-f", "-s", certificate]
var arguments = ["-f", "-s", certificate, "--generate-entitlement-der"]

This comment has been minimized.

Copy link
@kbsoso99
if needEntitlements {
arguments += ["--entitlements", entitlements!]
}
Expand Down

0 comments on commit f9aff3b

Please sign in to comment.