Tagged Questions

11
votes
9answers
980 views

What are some useful TextMate shortcuts?

Macs are renowned (or bemoaned) for having an extensive number of shortcuts. However, OS X itself pales in comparison to the shortcut lists in TextMate and its bundles. What are some useful keyboard …
9
votes
2answers
1k views

Subdirectories within an iPhone application

Is there a way to have directories within an .app? At the moment if I add a file into Xcode, regardless of what Group hierarchy it is in, the file always lands in a flat filesystem within my …
6
votes
2answers
2k views

How do I create a bundle of reusable code in Xcode?

I am developing an iphone application and have to parse xml files in order to put them into a database. I will also be using those same xml parsers in my app so users can import their own data. I …
4
votes
2answers
359 views

How to make eclipse aware of OSGI bundles within a maven repository (local &| remote)

I have a project which is build through maven. Each module is built as an osgi bundle. Within Eclipse the modules have also the plugin nature. Some modules require external dependencies (log4j, …
4
votes
4answers
455 views

Use Bundle-NativeCode on Linux does not work

Hi, i creat a plugin wich includes the folder structure src native/so/libsystemcommand.so META-INF/MANIFEST.MF The manifest include the command Manifest-Version: 1.0 Bundle-ManifestVersion: 2 …
3
votes
6answers
91 views

How to distribute native perl scripts without custom module overhead?

How can someone distribute native (non-"compiled/perl2exe/...") Perl scripts without forcing users to be aware of the custom (non-CPAN) modules that the scripts needs in order to run? The problem is …
3
votes
2answers
101 views

OSGi and legacy libraries

I've been looking into OSGi for a while and I'm wondering about the best way to deal with "legacy" libraries (that are released as plain JARs, not as OSGi bundles). What do you think is the best way …
3
votes
1answer
185 views

OS X: bundle location by identifier for newly installed application

A question similar to Locating bundles by identifier, but different problem: I have several applications that need to locate each other's bundles by their ID. That always works well, unless I do a …
3
votes
2answers
1k views

How do I make iPhone SpringBoard show two or more icons for one application bundle?

It seems like Info.plist file has an ability to declare different roles for the same application bundle through the UIRoleInfo key. SpringBoard can recognize these roles after installing an app and …
3
votes
2answers
246 views

Best approaches to versioning Mac “bundle” files

So you know a lot of Mac apps use "bundles": It looks like a single file to your application, but it's actually a folder with many files inside. For a version control system to handle this, it needs …
2
votes
1answer
232 views

How to setup bundle development environment (Eclipse Equinox Maven)

Hi, I'am trying to setup eclipse environment to develop bundles (With maven-bundle-plugin-bnd) and run & debug that bundles equinox from eclipse I created sample bundles with org.apache.felix …
2
votes
1answer
1k views

iPhone - Change app icon pointed to by info.plist within the application?

Is there any way to change the 47x47 PNG, pointed to within info.plist, for the iPhone springboard icon from within code? I understand I can add a translation and change the springboard icon per …
2
votes
1answer
81 views

Check signature of OSX bundle before load

Goal: Load .so/.bundle that has been verified to be signed (or verified against an arbitrary algorithm). I want to be able to verify a .so/.bundle either using OSX's builtin binary signature tools or …
1
vote
4answers
32 views

Linking loadable plugins against symbols in the executable on Linux and Windows

It's very on the Mac to create a loadable plugin as a bundle and make it use symbols in the Host executable. How can this be done on Linux and Windows? I hear there's -rdynamic on Linux that may come …
1
vote
3answers
32 views

what is the OSGi bundle package structure?

i am new to OSGi standard. i want to know more about the structure of bundle package file. find there is this OSGi-INF folder, the specification mentioned about l10n and permission, i wonder where …

1 2 3 4 next
15 30 50 per page