Skip to content

Commit

Permalink
add missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Jun 21, 2024
1 parent d9e55e9 commit 746f766
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wire-ios/Wire-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
014389632BC8203700EC6920 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0143895F2BC8200600EC6920 /* PrivacyInfo.xcprivacy */; };
0145AE992B1156FC0097E3B8 /* WireSyncEngineSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0145AE982B1156FC0097E3B8 /* WireSyncEngineSupport.framework */; };
014A63AC2B234EAB00827558 /* MFMailComposeViewController+Logs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 014A63AB2B234EAB00827558 /* MFMailComposeViewController+Logs.swift */; };
016DB6DE2C261A4900DEB81B /* WireDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 016DB6DD2C261A4900DEB81B /* WireDomain.framework */; };
016DB6DF2C261A4900DEB81B /* WireDomain.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 016DB6DD2C261A4900DEB81B /* WireDomain.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
017ABBBB299542BA0004C243 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1FDF2C521ADA3F000E037A1 /* Images.xcassets */; };
01874DD72C18581C00208716 /* DeveloperToolsContextItemsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01874DD62C18581C00208716 /* DeveloperToolsContextItemsProvider.swift */; };
01C1A7C72A54C45A0058D578 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 01C1A7C62A54C45A0058D578 /* SnapshotTesting */; };
Expand Down Expand Up @@ -2035,6 +2037,7 @@
EEE25B4529719C950008B894 /* WireSystem.framework in Embed Frameworks */,
EEE25B5A29719DA80008B894 /* WireImages.framework in Embed Frameworks */,
A96867FB26A5EB8400679D95 /* WireCommonComponents.framework in Embed Frameworks */,
016DB6DF2C261A4900DEB81B /* WireDomain.framework in Embed Frameworks */,
5996E8A32C19D066007A52F0 /* WireNotificationEngine.framework in Embed Frameworks */,
EE67F742296F0EBC001D7C88 /* WireCanvas.framework in Embed Frameworks */,
EEE25B21297199FC0008B894 /* SwiftProtobuf.xcframework in Embed Frameworks */,
Expand All @@ -2058,6 +2061,7 @@
0145AE982B1156FC0097E3B8 /* WireSyncEngineSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WireSyncEngineSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; };
014A63AB2B234EAB00827558 /* MFMailComposeViewController+Logs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MFMailComposeViewController+Logs.swift"; sourceTree = "<group>"; };
016BDDEF2AA0AE670054FB04 /* Developer-Flags.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Developer-Flags.xcconfig"; sourceTree = "<group>"; };
016DB6DD2C261A4900DEB81B /* WireDomain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WireDomain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
01874DD62C18581C00208716 /* DeveloperToolsContextItemsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperToolsContextItemsProvider.swift; sourceTree = "<group>"; };
01A5E043297FDAB500624B65 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
01A5E046297FDAB500624B65 /* updateLicenses */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = updateLicenses; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4044,6 +4048,7 @@
061F34192B1E2ED50099CBAB /* AppAuth in Frameworks */,
061F341B2B1E2ED50099CBAB /* AppAuthCore in Frameworks */,
EE67F6D5296F06A3001D7C88 /* Down.xcframework in Frameworks */,
016DB6DE2C261A4900DEB81B /* WireDomain.framework in Frameworks */,
5996E8A62C19D090007A52F0 /* WireSyncEngine.framework in Frameworks */,
EEE25B5929719DA80008B894 /* WireImages.framework in Frameworks */,
);
Expand Down Expand Up @@ -5479,6 +5484,7 @@
8286E48D7CC440448CBD8F48 /* Frameworks */ = {
isa = PBXGroup;
children = (
016DB6DD2C261A4900DEB81B /* WireDomain.framework */,
EE67F740296F0EBC001D7C88 /* WireCanvas.framework */,
EEE25B3429719BD30008B894 /* WireCryptobox.framework */,
EEE25B3729719C170008B894 /* WireDataModel.framework */,
Expand Down

0 comments on commit 746f766

Please sign in to comment.