Changeset 7510 for trunk/Bui_Core/resources/launcher/mac/Info.plist
- Timestamp:
- 11/24/06 20:21:57 (6 years ago)
- File:
-
- 1 edited
-
trunk/Bui_Core/resources/launcher/mac/Info.plist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/resources/launcher/mac/Info.plist
r6230 r7510 8 8 <string>APPL</string> 9 9 <key>CFBundleIdentifier</key> 10 <string> fr.SCPlatform.##app.name##</string>10 <string>org.scenariplatform.##app.name##</string> 11 11 <key>CFBundleExecutable</key> 12 12 <string>launcher</string> … … 16 16 <true/> 17 17 <key>CFBundleName</key> 18 <string>##app.name ##</string>18 <string>##app.name(fullName)##</string> 19 19 <key>CFBundleGetInfoString</key> 20 <string>##app.name## version ##app.version## _##app.version.developmentStage##</string>20 <string>##app.name## version ##app.version####app.version.developmentStage##</string> 21 21 <key>CFBundleShortVersionString</key> 22 22 <string>##app.version##</string> 23 23 <key>CFBundleVersion</key> 24 <string>##app.version## _##app.version.developmentStage##</string>24 <string>##app.version####app.version.developmentStage##</string> 25 25 <key>NSHumanReadableCopyright</key> 26 26 <string>##app.name## version ##app.version## ##app.copyright##</string>
Note: See TracChangeset
for help on using the changeset viewer.