From db0ba34b5141ef7950c9c1a70463288451135a6c Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 9 Jul 2018 16:18:55 +0200 Subject: [PATCH] Create physical SupportingFiles folder --- Riot.xcodeproj/project.pbxproj | 58 ++++++++++--------- Riot/{ => SupportingFiles}/Info.plist | 0 .../Riot-Bridging-Header.h | 0 Riot/{ => SupportingFiles}/Riot.entitlements | 0 Riot/{ => SupportingFiles}/empty.mm | 0 Riot/{ => SupportingFiles}/main.m | 0 6 files changed, 30 insertions(+), 28 deletions(-) rename Riot/{ => SupportingFiles}/Info.plist (100%) rename Riot/{ => SupportingFiles}/Riot-Bridging-Header.h (100%) rename Riot/{ => SupportingFiles}/Riot.entitlements (100%) rename Riot/{ => SupportingFiles}/empty.mm (100%) rename Riot/{ => SupportingFiles}/main.m (100%) diff --git a/Riot.xcodeproj/project.pbxproj b/Riot.xcodeproj/project.pbxproj index 712db0a7a..86837ba8d 100644 --- a/Riot.xcodeproj/project.pbxproj +++ b/Riot.xcodeproj/project.pbxproj @@ -69,6 +69,9 @@ B169329A20F39E6300746532 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B169329320F39E6200746532 /* LaunchScreen.storyboard */; }; B169329B20F39E6300746532 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B169329520F39E6300746532 /* Main.storyboard */; }; B169329C20F39E6300746532 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B169329520F39E6300746532 /* Main.storyboard */; }; + B16932A320F3A21C00746532 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B169329F20F3A21B00746532 /* main.m */; }; + B16932A420F3A21C00746532 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B16932A120F3A21B00746532 /* Info.plist */; }; + B16932A520F3A21C00746532 /* empty.mm in Sources */ = {isa = PBXBuildFile; fileRef = B16932A220F3A21B00746532 /* empty.mm */; }; B1B5571820EE6C4D00210D55 /* CountryPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B5567A20EE6C4C00210D55 /* CountryPickerViewController.m */; }; B1B5571920EE6C4D00210D55 /* LanguagePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B5567C20EE6C4C00210D55 /* LanguagePickerViewController.m */; }; B1B5571A20EE6C4D00210D55 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B5567E20EE6C4C00210D55 /* SettingsViewController.m */; }; @@ -327,10 +330,8 @@ F083BDEE1E7009ED00A9B29C /* MXRoom+Riot.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBE81E7009EC00A9B29C /* MXRoom+Riot.m */; }; F083BDEF1E7009ED00A9B29C /* UINavigationController+Riot.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBEA1E7009EC00A9B29C /* UINavigationController+Riot.m */; }; F083BDF01E7009ED00A9B29C /* UIViewController+RiotSearch.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBEC1E7009EC00A9B29C /* UIViewController+RiotSearch.m */; }; - F083BDF11E7009ED00A9B29C /* empty.mm in Sources */ = {isa = PBXBuildFile; fileRef = F083BBED1E7009EC00A9B29C /* empty.mm */; }; F083BDF21E7009ED00A9B29C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F083BBEE1E7009EC00A9B29C /* GoogleService-Info.plist */; }; F083BDF31E7009ED00A9B29C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F083BBEF1E7009EC00A9B29C /* Images.xcassets */; }; - F083BDF51E7009ED00A9B29C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBF11E7009EC00A9B29C /* main.m */; }; F083BDF61E7009ED00A9B29C /* Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBF51E7009EC00A9B29C /* Contact.m */; }; F083BDF71E7009ED00A9B29C /* RoomBubbleCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBF81E7009EC00A9B29C /* RoomBubbleCellData.m */; }; F083BDF81E7009ED00A9B29C /* RoomDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBFA1E7009EC00A9B29C /* RoomDataSource.m */; }; @@ -489,6 +490,11 @@ B169328620F3954A00746532 /* SharedImages.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = SharedImages.xcassets; sourceTree = ""; }; B169329420F39E6200746532 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; B169329620F39E6300746532 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + B169329E20F3A21B00746532 /* Riot-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Riot-Bridging-Header.h"; sourceTree = ""; }; + B169329F20F3A21B00746532 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + B16932A020F3A21B00746532 /* Riot.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Riot.entitlements; sourceTree = ""; }; + B16932A120F3A21B00746532 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B16932A220F3A21B00746532 /* empty.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = empty.mm; sourceTree = ""; }; B1B5567920EE6C4C00210D55 /* CountryPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CountryPickerViewController.h; sourceTree = ""; }; B1B5567A20EE6C4C00210D55 /* CountryPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CountryPickerViewController.m; sourceTree = ""; }; B1B5567C20EE6C4C00210D55 /* LanguagePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LanguagePickerViewController.m; sourceTree = ""; }; @@ -864,7 +870,6 @@ B1B5598F20EFC5E400210D55 /* DecryptionFailure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DecryptionFailure.h; sourceTree = ""; }; B1B5599020EFC5E400210D55 /* Analytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Analytics.h; sourceTree = ""; }; B1B5599120EFC5E400210D55 /* DecryptionFailureTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DecryptionFailureTracker.m; sourceTree = ""; }; - B1D818BC20E66C3300D5F36D /* Riot-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Riot-Bridging-Header.h"; sourceTree = ""; }; B1D818C220EA7DB500D5F36D /* RiotShareExtension-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "RiotShareExtension-Bridging-Header.h"; path = "RiotShareExtension/RiotShareExtension-Bridging-Header.h"; sourceTree = SOURCE_ROOT; }; C195C53961EA28E6900AEB68 /* Pods-Riot.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Riot.release.xcconfig"; path = "Pods/Target Support Files/Pods-Riot/Pods-Riot.release.xcconfig"; sourceTree = ""; }; C5258DFF261AA3AB228A3F11 /* Pods-RiotPods-RiotShareExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RiotPods-RiotShareExtension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.debug.xcconfig"; sourceTree = ""; }; @@ -896,11 +901,8 @@ F083BBEA1E7009EC00A9B29C /* UINavigationController+Riot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UINavigationController+Riot.m"; sourceTree = ""; }; F083BBEB1E7009EC00A9B29C /* UIViewController+RiotSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+RiotSearch.h"; sourceTree = ""; }; F083BBEC1E7009EC00A9B29C /* UIViewController+RiotSearch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+RiotSearch.m"; sourceTree = ""; }; - F083BBED1E7009EC00A9B29C /* empty.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = empty.mm; sourceTree = ""; }; F083BBEE1E7009EC00A9B29C /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; F083BBEF1E7009EC00A9B29C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - F083BBF01E7009EC00A9B29C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F083BBF11E7009EC00A9B29C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; F083BBF41E7009EC00A9B29C /* Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Contact.h; sourceTree = ""; }; F083BBF51E7009EC00A9B29C /* Contact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Contact.m; sourceTree = ""; }; F083BBF71E7009EC00A9B29C /* RoomBubbleCellData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomBubbleCellData.h; sourceTree = ""; }; @@ -923,7 +925,6 @@ F083BC091E7009EC00A9B29C /* RecentsDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentsDataSource.m; sourceTree = ""; }; F083BC0B1E7009EC00A9B29C /* FilesSearchCellData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FilesSearchCellData.h; sourceTree = ""; }; F083BC0C1E7009EC00A9B29C /* FilesSearchCellData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FilesSearchCellData.m; sourceTree = ""; }; - F083BC0D1E7009EC00A9B29C /* Riot.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Riot.entitlements; sourceTree = ""; }; F083BC0E1E7009EC00A9B29C /* third_party_licenses.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = third_party_licenses.html; sourceTree = ""; }; F083BC101E7009EC00A9B29C /* AvatarGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AvatarGenerator.h; sourceTree = ""; }; F083BC111E7009EC00A9B29C /* AvatarGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AvatarGenerator.m; sourceTree = ""; }; @@ -1196,6 +1197,18 @@ path = SiriIntents; sourceTree = ""; }; + B169329D20F3A21B00746532 /* SupportingFiles */ = { + isa = PBXGroup; + children = ( + B169329E20F3A21B00746532 /* Riot-Bridging-Header.h */, + B169329F20F3A21B00746532 /* main.m */, + B16932A020F3A21B00746532 /* Riot.entitlements */, + B16932A120F3A21B00746532 /* Info.plist */, + B16932A220F3A21B00746532 /* empty.mm */, + ); + path = SupportingFiles; + sourceTree = ""; + }; B1B5567620EE6C4C00210D55 /* Modules */ = { isa = PBXGroup; children = ( @@ -2323,7 +2336,7 @@ F083BC0F1E7009EC00A9B29C /* Utils */, 3233F7291F31F3B4006ACA81 /* libs */, F083BB0E1E7009EC00A9B29C /* Assets */, - F083BEA41E700B2800A9B29C /* Supporting Files */, + B169329D20F3A21B00746532 /* SupportingFiles */, ); path = Riot; sourceTree = ""; @@ -2470,18 +2483,6 @@ path = Utils; sourceTree = ""; }; - F083BEA41E700B2800A9B29C /* Supporting Files */ = { - isa = PBXGroup; - children = ( - F083BC0D1E7009EC00A9B29C /* Riot.entitlements */, - B1D818BC20E66C3300D5F36D /* Riot-Bridging-Header.h */, - F083BBED1E7009EC00A9B29C /* empty.mm */, - F083BBF01E7009EC00A9B29C /* Info.plist */, - F083BBF11E7009EC00A9B29C /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; F094A9991B78D8F000B1FBBF = { isa = PBXGroup; children = ( @@ -2862,6 +2863,7 @@ B1B558FD20EF768F00210D55 /* RoomIncomingAttachmentBubbleCell.xib in Resources */, B1B558DB20EF768F00210D55 /* RoomIncomingEncryptedTextMsgWithoutSenderNameBubbleCell.xib in Resources */, B1B5572B20EE6C4D00210D55 /* RoomMemberDetailsViewController.xib in Resources */, + B16932A420F3A21C00746532 /* Info.plist in Resources */, B1B558C620EF768F00210D55 /* RoomIncomingEncryptedAttachmentBubbleCell.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -3019,9 +3021,11 @@ B1B5573A20EE6C4D00210D55 /* GroupRoomsViewController.m in Sources */, B1B558F920EF768F00210D55 /* RoomOutgoingTextMsgWithoutSenderNameBubbleCell.m in Sources */, B1B5573120EE6C4D00210D55 /* BugReportViewController.m in Sources */, + B16932A520F3A21C00746532 /* empty.mm in Sources */, B1B5581C20EF625800210D55 /* RoomAvatarTitleView.m in Sources */, B1B5574B20EE6C4D00210D55 /* MediaAlbumContentViewController.m in Sources */, B1B5598820EFC3E000210D55 /* WidgetManager.m in Sources */, + B16932A320F3A21C00746532 /* main.m in Sources */, B1B5574520EE6C4D00210D55 /* StartChatViewController.m in Sources */, F083BDFE1E7009ED00A9B29C /* RecentCellData.m in Sources */, B1B5575920EE6C4D00210D55 /* HomeMessagesSearchViewController.m in Sources */, @@ -3035,7 +3039,6 @@ B1B558E820EF768F00210D55 /* RoomIncomingAttachmentWithPaginationTitleBubbleCell.m in Sources */, F083BDFC1E7009ED00A9B29C /* HomeMessagesSearchDataSource.m in Sources */, B1B558F320EF768F00210D55 /* RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m in Sources */, - F083BDF51E7009ED00A9B29C /* main.m in Sources */, B1B557BD20EF5B4500210D55 /* KeyboardGrowingTextView.m in Sources */, B1B558F420EF768F00210D55 /* RoomOutgoingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.m in Sources */, B1B5572320EE6C4D00210D55 /* AttachmentsViewController.m in Sources */, @@ -3125,7 +3128,6 @@ B1B5579920EF575B00210D55 /* AuthInputsView.m in Sources */, F083BDFF1E7009ED00A9B29C /* RecentsDataSource.m in Sources */, B1B5597520EFB02A00210D55 /* InviteRecentTableViewCell.m in Sources */, - F083BDF11E7009ED00A9B29C /* empty.mm in Sources */, B1B5597A20EFB15500210D55 /* PublicRoomTableViewCell.m in Sources */, B1B5571E20EE6C4D00210D55 /* ContactDetailsViewController.m in Sources */, B1B5573520EE6C4D00210D55 /* GroupDetailsViewController.m in Sources */, @@ -3680,7 +3682,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Riot/Riot.entitlements; + CODE_SIGN_ENTITLEMENTS = Riot/SupportingFiles/Riot.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEVELOPMENT_TEAM = 7J4U792NQT; ENABLE_BITCODE = NO; @@ -3701,12 +3703,12 @@ "\"${PODS_ROOT}/WebRTC\"", "\"$(PROJECT_DIR)/Riot/libs/jitsi-meet\"", ); - INFOPLIST_FILE = Riot/Info.plist; + INFOPLIST_FILE = Riot/SupportingFiles/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = im.vector.app; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/$(PRODUCT_NAME)/Riot-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/Riot-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3720,7 +3722,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Riot/Riot.entitlements; + CODE_SIGN_ENTITLEMENTS = Riot/SupportingFiles/Riot.entitlements; DEVELOPMENT_TEAM = 7J4U792NQT; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -3740,12 +3742,12 @@ "\"${PODS_ROOT}/WebRTC\"", "\"$(PROJECT_DIR)/Riot/libs/jitsi-meet\"", ); - INFOPLIST_FILE = Riot/Info.plist; + INFOPLIST_FILE = Riot/SupportingFiles/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = im.vector.app; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/$(PRODUCT_NAME)/Riot-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/Riot-Bridging-Header.h"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; }; diff --git a/Riot/Info.plist b/Riot/SupportingFiles/Info.plist similarity index 100% rename from Riot/Info.plist rename to Riot/SupportingFiles/Info.plist diff --git a/Riot/Riot-Bridging-Header.h b/Riot/SupportingFiles/Riot-Bridging-Header.h similarity index 100% rename from Riot/Riot-Bridging-Header.h rename to Riot/SupportingFiles/Riot-Bridging-Header.h diff --git a/Riot/Riot.entitlements b/Riot/SupportingFiles/Riot.entitlements similarity index 100% rename from Riot/Riot.entitlements rename to Riot/SupportingFiles/Riot.entitlements diff --git a/Riot/empty.mm b/Riot/SupportingFiles/empty.mm similarity index 100% rename from Riot/empty.mm rename to Riot/SupportingFiles/empty.mm diff --git a/Riot/main.m b/Riot/SupportingFiles/main.m similarity index 100% rename from Riot/main.m rename to Riot/SupportingFiles/main.m