5

I need to set UIFileSharingEnabled to yes in the .plist file in my FireMonkey application. This can be done manually in Xcode (and works), however each time I modify the code in Delphi and use the "Export to Xcode" menu item the .plist file is recreated and changes I have made are lost.

Is there a setting or mechanism in XE2 to have UIFileSharingEnabled or other settings added to the project .plist file whenever it is created?

4

2 に答える 2

2

Delphi で変更する代わりに、スクリプトを実行して xcode で変更できます。例を次に示します。デバッグ バリアントのみの UIFileSharingEnabled

于 2011-10-27T10:04:44.527 に答える
1

これはあなたの質問に直接答えるものではありませんが、「1回限り」としてxcodeにエクスポートするだけでよいように思われることに注意してください。つまり、変更を加えるたびに、再エクスポートする必要はありません。

アプリケーションにユニットを追加した場合は例外のようです。

于 2011-10-27T04:29:55.463 に答える