|
|
|
@ -178,6 +178,7 @@
|
|
|
|
|
94367C452C6C828500814252 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 94367C422C6C828500814252 /* Localizable.xcstrings */; };
|
|
|
|
|
943C6D822B75E061004ACE64 /* Message+DisappearingMessages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943C6D812B75E061004ACE64 /* Message+DisappearingMessages.swift */; };
|
|
|
|
|
943C6D842B86B5F1004ACE64 /* Localization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943C6D832B86B5F1004ACE64 /* Localization.swift */; };
|
|
|
|
|
946F5A732D5DA3AC00A5ADCE /* Punycode in Frameworks */ = {isa = PBXBuildFile; productRef = 946F5A722D5DA3AC00A5ADCE /* Punycode */; };
|
|
|
|
|
9473386E2BDF5F3E00B9E169 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 9473386D2BDF5F3E00B9E169 /* InfoPlist.xcstrings */; };
|
|
|
|
|
947AD6902C8968FF000B2730 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947AD68F2C8968FF000B2730 /* Constants.swift */; };
|
|
|
|
|
94B3DC172AF8592200C88531 /* QuoteView_SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B3DC162AF8592200C88531 /* QuoteView_SwiftUI.swift */; };
|
|
|
|
@ -2309,6 +2310,7 @@
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
C3C2A6C62553896A00C340D1 /* SessionUtilitiesKit.framework in Frameworks */,
|
|
|
|
|
946F5A732D5DA3AC00A5ADCE /* Punycode in Frameworks */,
|
|
|
|
|
FD6673F82D7021F200041530 /* SessionUtil in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
@ -5248,6 +5250,7 @@
|
|
|
|
|
FD6A39672C2D283A00762359 /* XCRemoteSwiftPackageReference "session-ios-yyimage" */,
|
|
|
|
|
FD6DA9D52D017F480092085A /* XCRemoteSwiftPackageReference "session-grdb-swift" */,
|
|
|
|
|
FD756BEE2D06686500BD7199 /* XCRemoteSwiftPackageReference "session-lucide" */,
|
|
|
|
|
946F5A712D5DA3AC00A5ADCE /* XCRemoteSwiftPackageReference "PunycodeSwift" */,
|
|
|
|
|
FD6673F42D7021E700041530 /* XCRemoteSwiftPackageReference "libsession-util-spm" */,
|
|
|
|
|
);
|
|
|
|
|
productRefGroup = D221A08A169C9E5E00537ABF /* Products */;
|
|
|
|
@ -10169,6 +10172,14 @@
|
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
|
|
|
946F5A712D5DA3AC00A5ADCE /* XCRemoteSwiftPackageReference "PunycodeSwift" */ = {
|
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
|
repositoryURL = "https://github.com/gumob/PunycodeSwift.git";
|
|
|
|
|
requirement = {
|
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
|
minimumVersion = 3.0.0;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
FD6673F42D7021E700041530 /* XCRemoteSwiftPackageReference "libsession-util-spm" */ = {
|
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
|
repositoryURL = "https://github.com/session-foundation/libsession-util-spm";
|
|
|
|
@ -10276,6 +10287,11 @@
|
|
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
|
946F5A722D5DA3AC00A5ADCE /* Punycode */ = {
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
package = 946F5A712D5DA3AC00A5ADCE /* XCRemoteSwiftPackageReference "PunycodeSwift" */;
|
|
|
|
|
productName = Punycode;
|
|
|
|
|
};
|
|
|
|
|
FD0150512CA2446D005B08A1 /* Quick */ = {
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
package = FD6A39302C2AD33E00762359 /* XCRemoteSwiftPackageReference "Quick" */;
|
|
|
|
|