Skip to content

Commit

Permalink
Xcode wants to change the Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
interstateone committed Jan 20, 2021
1 parent a0c35ff commit 70c9737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com.robotsandpencils.XcodesApp.Helper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT</key>
<string>$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier "com.robotsandpencils.XcodesApp" and info [CFBundleShortVersionString] >= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)"</string>
<string>identifier "com.robotsandpencils.XcodesApp" and info [CFBundleShortVersionString] &gt;= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)"</string>
</array>
<key>CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT</key>
<string>$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)</string>
</dict>
</plist>

0 comments on commit 70c9737

Please sign in to comment.