Top "Bundle" questions

Bundles are a group of resources.

How to get localized CFBundleDisplayName

[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"] this API returns Bundle Display Name in plist. However my app is localized and has …

ios objective-c bundle
asp.net mvc Bundle.IncludeDirectory example?

Hi Can anyone give me an example on how to use Scriptbundle method IncludeDirectory for Javascripts, not able to get …

c# asp.net-mvc asp.net-mvc-4 bundle bundling-and-minification
iOS: How to use images in custom bundle in Interface Builder?

I have a bundle where i put images in it. The contents are: MyBundle.bundle/images/picture1.png MyBundle.bundle/…

iphone ios image interface-builder bundle
How to get classloader for a bundle in equinox?

I have read a lot of equinox code for this, but still can't figure out a non-hacky way of getting …

eclipse osgi classloader bundle equinox
Android Unit Testing: Bundle/Parcelable

How do you unit test Parcelable? I created a Parcelable class, and wrote this unit test TestClass test = new TestClass(); …

android unit-testing bundle parcelable
Magento - get a list of bundled product ids from a product id

Lets say I load my product object: $product = Mage::getModel('catalog/product')->load($productId); Is there a function …

magento bundle product
Does the ASP.net bundler automatically minify files?

I'm using ASP.net MVC 4. Like the question states, if I put a bunch of JS files (or CSS, for …

c# asp.net-mvc bundle bundling-and-minification
Gemfile.lock contains merge conflicts

I just ran git push origin master and got this error after trying to run rails s: Your Gemfile.lock …

ruby-on-rails terminal bundle gemfile gemfile.lock
android parcelable string array

I have ArrayList<String> ids = ArrayList<String>(); What would be the cleanest way to make it …

android string arraylist bundle parcel
bundler incorrectly trying to install "development" and "test" group gems in production

I have a small web app, which uses a bunch of gems. Some of them are only used for test …

ruby-on-rails gem bundle bundler unicorn