From a19f7cbb409964e631f963722e227b283ae1294e Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 2 Aug 2021 19:24:34 +0800 Subject: [PATCH] chore: move intent definition file into directory --- Mastodon.xcodeproj/project.pbxproj | 2 +- .../xcschemes/xcschememanagement.plist | 8 ++++---- .../Base.lproj}/Intents.intentdefinition | 0 {ar.lproj => MastodonIntent/ar.lproj}/Intents.strings | 0 {en.lproj => MastodonIntent/en.lproj}/Intents.strings | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename {Base.lproj => MastodonIntent/Base.lproj}/Intents.intentdefinition (100%) rename {ar.lproj => MastodonIntent/ar.lproj}/Intents.strings (100%) rename {en.lproj => MastodonIntent/en.lproj}/Intents.strings (100%) diff --git a/Mastodon.xcodeproj/project.pbxproj b/Mastodon.xcodeproj/project.pbxproj index 1f3db09e..a3cb73ef 100644 --- a/Mastodon.xcodeproj/project.pbxproj +++ b/Mastodon.xcodeproj/project.pbxproj @@ -2033,7 +2033,6 @@ DB427DC925BAA00100D1B89D = { isa = PBXGroup; children = ( - DB0009A926AEE5DC009B9D2D /* Intents.intentdefinition */, DBF53F5F25C14E88008AAC7B /* Mastodon.xctestplan */, DBF53F6025C14E9D008AAC7B /* MastodonSDK.xctestplan */, DB3D0FED25BAA42200EAA174 /* MastodonSDK */, @@ -2599,6 +2598,7 @@ DB8FABC826AEC7B2008E5AF4 /* MastodonIntent */ = { isa = PBXGroup; children = ( + DB0009A926AEE5DC009B9D2D /* Intents.intentdefinition */, DB8FABD626AEC864008E5AF4 /* MastodonIntent.entitlements */, DB8FABC926AEC7B2008E5AF4 /* IntentHandler.swift */, DBB8AB4526AECDE200F6D281 /* SendPostIntentHandler.swift */, diff --git a/Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist b/Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist index 88e42553..0dd2f785 100644 --- a/Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ AppShared.xcscheme_^#shared#^_ orderHint - 26 + 24 CoreDataStack.xcscheme_^#shared#^_ orderHint - 24 + 23 Mastodon - ASDK.xcscheme_^#shared#^_ @@ -37,7 +37,7 @@ MastodonIntent.xcscheme_^#shared#^_ orderHint - 25 + 26 MastodonIntents.xcscheme_^#shared#^_ @@ -57,7 +57,7 @@ ShareActionExtension.xcscheme_^#shared#^_ orderHint - 23 + 25 SuppressBuildableAutocreation diff --git a/Base.lproj/Intents.intentdefinition b/MastodonIntent/Base.lproj/Intents.intentdefinition similarity index 100% rename from Base.lproj/Intents.intentdefinition rename to MastodonIntent/Base.lproj/Intents.intentdefinition diff --git a/ar.lproj/Intents.strings b/MastodonIntent/ar.lproj/Intents.strings similarity index 100% rename from ar.lproj/Intents.strings rename to MastodonIntent/ar.lproj/Intents.strings diff --git a/en.lproj/Intents.strings b/MastodonIntent/en.lproj/Intents.strings similarity index 100% rename from en.lproj/Intents.strings rename to MastodonIntent/en.lproj/Intents.strings