Skip to content

Commit 7c44b07

Browse files
committed
Update icon for iOS 26
1 parent 0e859cb commit 7c44b07

File tree

9 files changed

+635
-0
lines changed

9 files changed

+635
-0
lines changed

Zotero.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
618404262A4456A9005AAF22 /* IdentifierLookupController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 618404252A4456A9005AAF22 /* IdentifierLookupController.swift */; };
6565
618D83E72BAAC88C00E7966B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 618D83E62BAAC88C00E7966B /* PrivacyInfo.xcprivacy */; };
6666
618D83E82BAAC88C00E7966B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 618D83E62BAAC88C00E7966B /* PrivacyInfo.xcprivacy */; };
67+
61933F242E7218B500F4547F /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 61933F232E7218B500F4547F /* AppIcon.icon */; };
6768
61A0C8472B8F669C0048FF92 /* PSPDFKitUI+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A0C8462B8F669B0048FF92 /* PSPDFKitUI+Extensions.swift */; };
6869
61ABA7512A6137D1002A4219 /* ShareableImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61ABA7502A6137D1002A4219 /* ShareableImage.swift */; };
6970
61AD977D2D67F42A000FDF45 /* PDFWorkerControllerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61AD977C2D67F42A000FDF45 /* PDFWorkerControllerSpec.swift */; };
@@ -1364,6 +1365,7 @@
13641365
617999712D8089200051D35E /* RenameAttachmentFilenameDbRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenameAttachmentFilenameDbRequest.swift; sourceTree = "<group>"; };
13651366
618404252A4456A9005AAF22 /* IdentifierLookupController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentifierLookupController.swift; sourceTree = "<group>"; };
13661367
618D83E62BAAC88C00E7966B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1368+
61933F232E7218B500F4547F /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
13671369
61A0C8462B8F669B0048FF92 /* PSPDFKitUI+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PSPDFKitUI+Extensions.swift"; sourceTree = "<group>"; };
13681370
61ABA7502A6137D1002A4219 /* ShareableImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareableImage.swift; sourceTree = "<group>"; };
13691371
61AD977C2D67F42A000FDF45 /* PDFWorkerControllerSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDFWorkerControllerSpec.swift; sourceTree = "<group>"; };
@@ -2369,6 +2371,7 @@
23692371
B30563AD23FC051D003304F2 /* Assets */ = {
23702372
isa = PBXGroup;
23712373
children = (
2374+
61933F232E7218B500F4547F /* AppIcon.icon */,
23722375
B305643323FC051E003304F2 /* Assets.xcassets */,
23732376
B30B550224B85A3A00F94B59 /* Colors.xcassets */,
23742377
B30B550424B85A6200F94B59 /* Images.xcassets */,
@@ -4668,6 +4671,7 @@
46684671
613F32792C1086960088EF70 /* InfoPlist.strings in Resources */,
46694672
B361820324C9A7C000B30D56 /* OnboardingViewController.xib in Resources */,
46704673
B361820424C9A7C000B30D56 /* OnboardingPageView.xib in Resources */,
4674+
61933F242E7218B500F4547F /* AppIcon.icon in Resources */,
46714675
B3F0C3FA250A1BD8002D557A /* LibrariesViewController.xib in Resources */,
46724676
B3E8FE1D2714297200F51458 /* CiteSearchViewController.xib in Resources */,
46734677
B3B398532E4CCB20009C59F5 /* DocumentSearchCell.xib in Resources */,
@@ -6368,6 +6372,7 @@
63686372
baseConfigurationReference = 615645502DE0825900B8AA6D /* FeatureGates.xcconfig */;
63696373
buildSettings = {
63706374
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
6375+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
63716376
CLANG_ENABLE_MODULES = YES;
63726377
CODE_SIGN_ENTITLEMENTS = Zotero/Zotero.entitlements;
63736378
CODE_SIGN_IDENTITY = "Apple Development";
@@ -6407,6 +6412,7 @@
64076412
baseConfigurationReference = 615645502DE0825900B8AA6D /* FeatureGates.xcconfig */;
64086413
buildSettings = {
64096414
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
6415+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
64106416
CLANG_ENABLE_MODULES = YES;
64116417
CODE_SIGN_ENTITLEMENTS = Zotero/Zotero.entitlements;
64126418
CODE_SIGN_IDENTITY = "Apple Development";
@@ -6690,6 +6696,7 @@
66906696
baseConfigurationReference = 615645502DE0825900B8AA6D /* FeatureGates.xcconfig */;
66916697
buildSettings = {
66926698
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
6699+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
66936700
CLANG_ENABLE_MODULES = YES;
66946701
CODE_SIGN_ENTITLEMENTS = Zotero/Zotero.entitlements;
66956702
CODE_SIGN_IDENTITY = "Apple Development";
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)