Re: [hatari-devel] Mac OS X vs. bRealTimeClock |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Mac OS X vs. bRealTimeClock
- From: Bob Carpenter <hatari@xxxxxxxxxx>
- Date: Sun, 19 Jun 2016 16:58:51 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ripon89-us.20150623.gappssmtp.com; s=20150623; h=sender:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=F/vpvy8tOumaI/MlrlJWmphDrPeEdB6yc01+M5aloyA=; b=ZAFR/Dx72bruYTonlgp+nvWlxL2TzeOq+mvibYIAov6UKxAV5Khzw5x/Ala7oliclM cESQvDzjqTUFfIvjDrFRq/HBcLBoXDvBbCGGMDwnbZC7flcMirxN+Vn2QsRlsAiFTpTq SiZYIRckPykzws5t8JGuR0/8vMX6Om35P4MUbz5JHmUDkPnsSc19QIwirA2oCmbgpfBm NuK9iYQysvpJ5taXrJ9I/knDSKLW2T7qFj52iqK6tF7FxLW7v7bC8KQ/NWDCp0BVo1tF cMWEFSLZV4x/xfaKWqRAEsxX15h8KtsMwF0KFH0I6g1mCUkU1a1eN0x3lJfQNFXvqt91 uMpQ==
Thomas,
I did not realize the SDLMain.nib file contained two other files in the package. I did delete the keyedobjects.nib file. When I did that, Xcode was able to load the NIB file and the menus appeared as I expected. When I changed the NIB file, Xcode did regenerate the keyedobjects.nib file.
However, the OS X package will not run with the NIB file that has the keyedobjects.nib file removed from the package. The person compiling the OS X package would need to know to re-save the NIB file so the keyedobjects.nib file is regenerated. I am concerned people will not know this and wonder why their compiled Hatari binary does not work.
Bob C
> On Jun 19, 2016, at 4:14 PM, Thomas Huth <th.huth@xxxxxx> wrote:
>
>
>> Unfortunately, while Xcode supports XIB files, I have never been able
>> to get Hatari to work with the XML-based XIB file. I have always had
>> to use the NIB files in order for the OS X GUI to work.
>
> Ok ... but ignoring XIB files for now ... what's in keyedobjects.nib
> that is not in designable.nib? Do the files contain different
> information or is keyedobjects.nib just a compiled version of
> designable.nib? Could you maybe try to (temporarily) delete
> keyedobjects.nib and check whether Xcode can regenerate it from
> the designable.nib file?
>
> Thomas
>
>