Can Xcode preprocess InfoPlist.strings files?
Can Xcode preprocess InfoPlist.strings files?
- Subject: Can Xcode preprocess InfoPlist.strings files?
- From: "Isaac Wankerl" <email@hidden>
- Date: Thu, 13 Apr 2006 14:09:10 -0500
Can Xcode preprocess InfoPlist.strings files? I see that there are
build settings such as INFOPLIST_FILE,
INFOPLIST_OTHER_PREPROCESSOR_FLAGS, INFOPLIST_PREPROCESS,
INFOPLIST_PREFIX_HEADER, and INFOPLIST_PREPROCESSOR_DEFINITIONS, but
does this also work with the localized InfoPlist.strings files in a
project? With CodeWarrior I could just use the property list compiler
and use macros to keep each generated file in sync with each other.
Specifically, I would like to have something like
#define APP_VERSION 1.2
// Info.plist
<key>CFBundleGetInfoString</key>
<value>$(APP_VERSION) (c) Acme. All rights reserved.</string>
// InfoPlist.strings (German)
CFBundleGetInfoString = "$(APP_VERSION) (c) Acme. Alle Rechte vorbehaltenés.";
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden