Skip to content

Commit 90eae13

Browse files
committed
Sign with proper cert
1 parent dede435 commit 90eae13

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Xcodes.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
CODE_SIGN_IDENTITY = "-";
10741074
CODE_SIGN_STYLE = Manual;
10751075
COMBINE_HIDPI_IMAGES = YES;
1076-
CURRENT_PROJECT_VERSION = 19;
1076+
CURRENT_PROJECT_VERSION = 20;
10771077
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
10781078
DEVELOPMENT_TEAM = "";
10791079
ENABLE_HARDENED_RUNTIME = NO;
@@ -1318,7 +1318,7 @@
13181318
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
13191319
CODE_SIGN_STYLE = Automatic;
13201320
COMBINE_HIDPI_IMAGES = YES;
1321-
CURRENT_PROJECT_VERSION = 19;
1321+
CURRENT_PROJECT_VERSION = 20;
13221322
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
13231323
DEVELOPMENT_TEAM = ZU6GR6B2FY;
13241324
ENABLE_HARDENED_RUNTIME = YES;
@@ -1343,7 +1343,7 @@
13431343
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
13441344
CODE_SIGN_STYLE = Automatic;
13451345
COMBINE_HIDPI_IMAGES = YES;
1346-
CURRENT_PROJECT_VERSION = 19;
1346+
CURRENT_PROJECT_VERSION = 20;
13471347
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
13481348
DEVELOPMENT_TEAM = ZU6GR6B2FY;
13491349
ENABLE_HARDENED_RUNTIME = YES;

Xcodes/Resources/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2024 XcodesOrg</string>
28+
<string>Copyright © 2023 Robots and Pencils.</string>
2929
<key>NSPrincipalClass</key>
3030
<string>NSApplication</string>
3131
<key>NSSupportsAutomaticTermination</key>
@@ -35,11 +35,11 @@
3535
<key>SMPrivilegedExecutables</key>
3636
<dict>
3737
<key>com.robotsandpencils.XcodesApp.Helper</key>
38-
<string>identifier &quot;com.robotsandpencils.XcodesApp.Helper&quot; and info [CFBundleShortVersionString] &gt;= &quot;1.0.0&quot; and anchor apple generic and certificate leaf[subject.OU] = &quot;$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)&quot;</string>
38+
<string>identifier "com.robotsandpencils.XcodesApp.Helper" and info [CFBundleShortVersionString] &gt;= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)"</string>
3939
</dict>
4040
<key>SUFeedURL</key>
4141
<string>https://www.xcodes.app/appcast.xml</string>
4242
<key>SUPublicEDKey</key>
43-
<string>GrqOrFQHxfqoLFCAGc9luvsAWQifHtG9gQ3NVJ583tE=</string>
43+
<string>SEcz0vgUSeBTOoAXYe+64zea95G6lIf5NgzFs3InYJQ=</string>
4444
</dict>
4545
</plist>

0 commit comments

Comments
 (0)