Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode の設定などを使用して、リリース パッケージに含めるリソース ファイルを制御することはできますか?
私は各言語のリソース ファイルを持っていますが、それらは非常に大きいです。そのため、各リリース ファイルのサイズを小さくするために、1 つの言語だけのリソース ファイルを含めたいと考えています。
Xcodeを使ってTargetを複製すれば複数のinfo.plistを持てると聞きました。それはリソースファイルにも当てはまりますか?
ありがとうございました、