Skip to content

Commit 9fc2c7a

Browse files
committed
codesign unxip binary
1 parent f75bf2d commit 9fc2c7a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ scripts/package_release.sh
9393
# --password "app specific password"
9494

9595
pushd Product
96-
../scripts/notarize.sh "[email protected]" "@keychain:AC_PASSWORD" <MyOrg> Xcodes.zip
96+
../scripts/notarize.sh Xcodes.zip <MYORG>
9797

9898
# Sign the .zip for Sparkle, note the signature in the output for later
9999
# If you're warned about the signing key not being found, see the Xcodes 1Password vault for the key and installation instructions.

Xcodes.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
E87DD6EB25D053FA00D86808 /* Progress+.swift in Sources */ = {isa = PBXBuildFile; fileRef = E87DD6EA25D053FA00D86808 /* Progress+.swift */; };
105105
E89342FA25EDCC17007CF557 /* NotificationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89342F925EDCC17007CF557 /* NotificationManager.swift */; };
106106
E8977EA325C11E1500835F80 /* PreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8977EA225C11E1500835F80 /* PreferencesView.swift */; };
107-
E8CBDB8727ADD92000B22292 /* unxip in Resources */ = {isa = PBXBuildFile; fileRef = E8CBDB8627ADD92000B22292 /* unxip */; };
108107
E8CBDB8927ADE32300B22292 /* unxip in Copy aria2c */ = {isa = PBXBuildFile; fileRef = E8CBDB8627ADD92000B22292 /* unxip */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
109108
E8CBDB8B27AE02FF00B22292 /* ExperiementsPreferencePane.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8CBDB8A27AE02FF00B22292 /* ExperiementsPreferencePane.swift */; };
110109
E8DA461125FAF7FB002E85EF /* NotificationsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8DA461025FAF7FB002E85EF /* NotificationsView.swift */; };
@@ -715,7 +714,6 @@
715714
files = (
716715
CAD2E7A92449575000113D76 /* Preview Assets.xcassets in Resources */,
717716
CA9FF83F2594FBC000E47BAF /* Licenses.rtf in Resources */,
718-
E8CBDB8727ADD92000B22292 /* unxip in Resources */,
719717
CAA858DB25A3E11F00ACF8C0 /* aria2-release-1.35.0.tar.gz in Resources */,
720718
CAD2E7A62449575000113D76 /* Assets.xcassets in Resources */,
721719
);

Xcodes/Resources/unxip

17.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)