From 9a6e42b7d1dcf6b34e28f27134c51866fb425de3 Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Wed, 21 Jul 2021 00:24:00 -0400 Subject: [PATCH] Auto stash before rebase of "refs/heads/main" --- JellyfinPlayer.xcodeproj/project.pbxproj | 1 + .../en.lproj}/Localizable.strings | Bin .../ko.lproj}/Localizable.strings | Bin .../zh-Hans.lproj}/Localizable.strings | Bin 4 files changed, 1 insertion(+) rename {en.lproj => Translations/en.lproj}/Localizable.strings (100%) rename {ko.lproj => Translations/ko.lproj}/Localizable.strings (100%) rename {zh-Hans.lproj => Translations/zh-Hans.lproj}/Localizable.strings (100%) diff --git a/JellyfinPlayer.xcodeproj/project.pbxproj b/JellyfinPlayer.xcodeproj/project.pbxproj index 7c214649..cb085c4b 100644 --- a/JellyfinPlayer.xcodeproj/project.pbxproj +++ b/JellyfinPlayer.xcodeproj/project.pbxproj @@ -814,6 +814,7 @@ 5377CBE9263B596A003A4E83 /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = NO; KnownAssetTags = ( New, ); diff --git a/en.lproj/Localizable.strings b/Translations/en.lproj/Localizable.strings similarity index 100% rename from en.lproj/Localizable.strings rename to Translations/en.lproj/Localizable.strings diff --git a/ko.lproj/Localizable.strings b/Translations/ko.lproj/Localizable.strings similarity index 100% rename from ko.lproj/Localizable.strings rename to Translations/ko.lproj/Localizable.strings diff --git a/zh-Hans.lproj/Localizable.strings b/Translations/zh-Hans.lproj/Localizable.strings similarity index 100% rename from zh-Hans.lproj/Localizable.strings rename to Translations/zh-Hans.lproj/Localizable.strings