Apple Application Resource Rule File (ResourceRules.plist)
Go Up to File Types Index
When you build a project for one of the iOS Device target platforms, RAD Studio generates an Apple application resource rule file. This file is necessary to generate the bundle of your application.
Apple application resource rule files define special rules that apply to some of the files within the bundle of your application.
When you build your project, your Apple application resource rule file is generated by default as ResourceRules.plist
into the following folder:
- In packages:
- Note: You do not need an Apple application resource rule file for packages.
- For Delphi:
C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl\<platform>
- For C++:
C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl\<platform>\<build configuration>
C:\Users\Public\Documents\Embarcadero\Studio\18.0\DCP\<platform>\<build configuration>
- In other projects:
C:\Users\<user>\Documents\Embarcadero\Studio\Projects\<project>\<platform>\<build configuration>
To change the output directory:
- In Delphi: use the Package output directory option in Project > Options > Delphi Compiler.
- In C++: use the BPI/LIB output option in Project > Options > C++ (Shared Options).