|
41 | 41 | D936D6CB1E8B1B34003B1343 /* FileTransferTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D936D6CA1E8B1B34003B1343 /* FileTransferTests.swift */; };
|
42 | 42 | D95AD2291B684AE1007DEBC3 /* xmpp-server-list in Resources */ = {isa = PBXBuildFile; fileRef = D95AD2281B684AE1007DEBC3 /* xmpp-server-list */; };
|
43 | 43 | D985BC7A1EBD32F700993D27 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D985BC791EBD32F700993D27 /* StoreKit.framework */; };
|
| 44 | + D986C64C244564260066CC03 /* UIViewControllerPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = D986C64B244564260066CC03 /* UIViewControllerPreview.swift */; }; |
| 45 | + D986C653244565C30066CC03 /* OTRInviteViewController_Previews.swift in Sources */ = {isa = PBXBuildFile; fileRef = D986C652244565C30066CC03 /* OTRInviteViewController_Previews.swift */; }; |
| 46 | + D986C656244567B90066CC03 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D986C654244567090066CC03 /* SwiftUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
44 | 47 | D9B3EC221FA196CE00E63C7F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B3EC211FA196CE00E63C7F /* AppDelegate.swift */; };
|
45 | 48 | D9B7EEFB235D47C400AD1EEA /* OTRKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B7EEF6235D477200AD1EEA /* OTRKit.framework */; };
|
46 | 49 | D9B7EEFC235D47CA00AD1EEA /* CPAProxy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B7EEE9235D476700AD1EEA /* CPAProxy.framework */; };
|
|
689 | 692 | D97070911EEF382D004FEBDE /* MediaDownloadView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MediaDownloadView.xib; path = Interface/MediaDownloadView.xib; sourceTree = "<group>"; };
|
690 | 693 | D973D7051A2D4094004D353E /* Pods-ChatSecureCorePods-ChatSecure-acknowledgements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Pods-ChatSecureCorePods-ChatSecure-acknowledgements.plist"; path = "Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecure/Pods-ChatSecureCorePods-ChatSecure-acknowledgements.plist"; sourceTree = SOURCE_ROOT; };
|
691 | 694 | D985BC791EBD32F700993D27 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
|
| 695 | + D986C64B244564260066CC03 /* UIViewControllerPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIViewControllerPreview.swift; sourceTree = "<group>"; }; |
| 696 | + D986C652244565C30066CC03 /* OTRInviteViewController_Previews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OTRInviteViewController_Previews.swift; sourceTree = "<group>"; }; |
| 697 | + D986C654244567090066CC03 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SwiftUI.framework; sourceTree = DEVELOPER_DIR; }; |
692 | 698 | D98BA36B1EDE47BB004475B6 /* HTMLPreviewView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = HTMLPreviewView.xib; path = Interface/HTMLPreviewView.xib; sourceTree = "<group>"; };
|
693 | 699 | D99F17891BAB946800604558 /* Branding.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Branding.plist; sourceTree = "<group>"; };
|
694 | 700 | D99F178B1BAB947E00604558 /* Secrets.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Secrets.plist; sourceTree = "<group>"; };
|
|
1116 | 1122 | isa = PBXFrameworksBuildPhase;
|
1117 | 1123 | buildActionMask = 2147483647;
|
1118 | 1124 | files = (
|
| 1125 | + D986C656244567B90066CC03 /* SwiftUI.framework in Frameworks */, |
1119 | 1126 | D9C52807235CB55C002B213A /* ChatSecureCore.framework in Frameworks */,
|
1120 | 1127 | D985BC7A1EBD32F700993D27 /* StoreKit.framework in Frameworks */,
|
1121 | 1128 | 07BD06A9B424D601FC93AB82 /* libPods-ChatSecureCorePods-ChatSecure.a in Frameworks */,
|
|
1350 | 1357 | path = xcconfig;
|
1351 | 1358 | sourceTree = "<group>";
|
1352 | 1359 | };
|
| 1360 | + D986C651244565950066CC03 /* Previews */ = { |
| 1361 | + isa = PBXGroup; |
| 1362 | + children = ( |
| 1363 | + D986C652244565C30066CC03 /* OTRInviteViewController_Previews.swift */, |
| 1364 | + ); |
| 1365 | + path = Previews; |
| 1366 | + sourceTree = "<group>"; |
| 1367 | + }; |
1353 | 1368 | D9B7EEE0235D476700AD1EEA /* Products */ = {
|
1354 | 1369 | isa = PBXGroup;
|
1355 | 1370 | children = (
|
|
1401 | 1416 | D9C52811235CB57F002B213A /* View Controllers */ = {
|
1402 | 1417 | isa = PBXGroup;
|
1403 | 1418 | children = (
|
| 1419 | + D986C651244565950066CC03 /* Previews */, |
1404 | 1420 | D9C52812235CB57F002B213A /* OTRDoubleSettingViewController.m */,
|
1405 | 1421 | D9C52813235CB57F002B213A /* OTRNewBuddyViewController.m */,
|
1406 | 1422 | D9C52814235CB57F002B213A /* OTRChooseAccountViewController.m */,
|
|
1474 | 1490 | D9C52846235CB580002B213A /* Utilities */ = {
|
1475 | 1491 | isa = PBXGroup;
|
1476 | 1492 | children = (
|
| 1493 | + D986C64B244564260066CC03 /* UIViewControllerPreview.swift */, |
1477 | 1494 | D9C52847235CB580002B213A /* OTRConstants.m */,
|
1478 | 1495 | D9C52848235CB580002B213A /* OTRColors.m */,
|
1479 | 1496 | D9C52849235CB580002B213A /* OTRUtilities.h */,
|
|
1944 | 1961 | DB9AACD6ED82090C7A6B0076 /* Frameworks */ = {
|
1945 | 1962 | isa = PBXGroup;
|
1946 | 1963 | children = (
|
| 1964 | + D986C654244567090066CC03 /* SwiftUI.framework */, |
1947 | 1965 | D90DA4F2236F3C6800C585B7 /* Appirater.bundle */,
|
1948 | 1966 | D90DA4F3236F3C6800C585B7 /* CPAProxy.bundle */,
|
1949 | 1967 | D90DA4F4236F3C6800C585B7 /* TUSafariActivity.bundle */,
|
|
2630 | 2648 | D9C52A5B235CB581002B213A /* OTRProtocolManager.m in Sources */,
|
2631 | 2649 | D9C52A10235CB580002B213A /* OTRXMPPPresenceSubscriptionRequest.m in Sources */,
|
2632 | 2650 | D9C52AD5235CB581002B213A /* UIApplication+ChatSecure.swift in Sources */,
|
| 2651 | + D986C64C244564260066CC03 /* UIViewControllerPreview.swift in Sources */, |
2633 | 2652 | D9C52A8B235CB581002B213A /* ServerCheck.swift in Sources */,
|
2634 | 2653 | D9C52A55235CB581002B213A /* PushDeserializer.swift in Sources */,
|
2635 | 2654 | D9C52AA5235CB581002B213A /* OTRStatusMessageCell.m in Sources */,
|
|
2816 | 2835 | D9C52A92235CB581002B213A /* SingleButtonTableViewCell.swift in Sources */,
|
2817 | 2836 | D9C52A82235CB581002B213A /* OTRAudioPlaybackController.m in Sources */,
|
2818 | 2837 | D9C52A4C235CB581002B213A /* OTROpenInTwitterActivity.m in Sources */,
|
| 2838 | + D986C653244565C30066CC03 /* OTRInviteViewController_Previews.swift in Sources */, |
2819 | 2839 | D9C52A2F235CB581002B213A /* BuddyActions.swift in Sources */,
|
2820 | 2840 | D9C52A49235CB581002B213A /* OTRActivityItemProvider.m in Sources */,
|
2821 | 2841 | D9C52A30235CB581002B213A /* OTRIncomingMessage.m in Sources */,
|
|
0 commit comments