Thanks a lot! I'll give it a try soon. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD.
On Sat, Dec 28, 2013 at 1:25 AM, Fred Kiefer <[email protected]> wrote: > On 27.12.2013 14:22, Fred Kiefer wrote: > > On 27.12.2013 05:21, Lundberg, Johannes wrote: > >> Hi > >> > >> Xcode (at least from v5) generates a Info.plist with the name > >> xxx-Info.plist where xxx is app / bundle name. > >> > >> GNUstep expects a plist name > >> xxxInfo.plist > >> > >> Is this done deliberately to keep them apart or did they use to be same > >> once? > >> > >> Should GNUstep make be updated to automatically recognize Xcode > generated > >> Info-plist as well? > > > > The name that GNUstep is using was formally used by Apple as well. We > > should change the code in GNUstep make to be able to use the new file > > name as well. Most people will use the build tool Greg wrote to compile > > their Xcode projects with GNUstep, but for those bothering with writing > > a GNUmakefile we should provide this feature. > > > > I started doing so but realized that many files in make/Instance have > > similar, but not identical, code to determine and process the Info.plist > > file. I will try to move some of that code into rule.make to. We could > > move more code there, for example to allow the use of the preprocessing > > mechanism for application plist for all types. But I am no expert in > > GNUstep make and would prefer to leave this task to somebody with more > > insight. > > I just submitted a solution that even tries to do a bit more. It should > support the forms xxxInfo.plist, Info-xxx.plist and xxx-Info.plist as > well as the preprocessed form xxxInfo.cplist. > > Please give it a try, > Fred > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、 複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。 --- CONFIDENTIALITY NOTE: The information in this email is confidential and intended solely for the addressee. Disclosure, copying, distribution or any other action of use of this email by person other than intended recipient, is prohibited. If you are not the intended recipient and have received this email in error, please destroy the original message.
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
