Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(really) Package ibtool #39433

Open
matthewbauer opened this issue Apr 24, 2018 · 3 comments
Open

(really) Package ibtool #39433

matthewbauer opened this issue Apr 24, 2018 · 3 comments
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects

Comments

@matthewbauer
Copy link
Member

Issue description

Apple has two formats for UI layouts: .xib and .nib. .nib is the old style binary layout that can be used natively by Cocoa/Carbon. .xib is an XML file that is designed to be checked into Git repositories and can be compiled into .nib. Lots of repos will just provide the .xib file and compile it as a build step using ibtool. Unfortunately for us, Apple has never released the source for ibtool which means that we cannot package most UI apps. A while back I worked to get Microsoft's xib2nib tool to work only to discover later that it only works with CocoaTouch interfaces. Three possible solutions are available to us:

  • Work with WinObjC to add Cocoa support to xib2nib.
  • Provide an "impure" ibtool scraped from Apple's XCode.
  • Kindly ask package maintainers to ship tarballs with the .nib file included.
@copumpkin
Copy link
Member

I'd obviously prefer the WinObjC approach, since I think its support is generally pretty (but not entirely?) mechanical, but it's probably more work.

@veprbl veprbl added this to Infrastructure (stdenv, sandboxing, etc.) in Darwin Oct 31, 2019
@stale
Copy link

stale bot commented Jun 4, 2020

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 4, 2020
@barracuda156
Copy link

Has anything made a workable open-source ibtool so far?

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Dec 13, 2021
@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects
Darwin
  
Stdenv
Development

No branches or pull requests

3 participants