Bundles are a group of resources.
Questions tagged [bundles]
179 questions
2
votes
0 answers
Use different bundles to load strings from on runtime in iOS
I have been trying to load different strings for a library by loading different bundles containing these strings.
I am using https://github.com/firebase/FirebaseUI-iOS but the solution to this problem might not be specific to Firebase, so please…

user637571
- 21
- 2
2
votes
3 answers
In textmate, how do I make javadoc style comments like I can in eclipse?
In eclipse, when I want to document a function (in java or javascript source) I can just type /**, then hit enter, and I get a comment like this
/**
*
* Fluctuates all variables to more compatibly foo all the bars
*
* @PARAM {int} foo
*/ …

Breton
- 15,401
- 3
- 59
- 76
2
votes
1 answer
Cocoa: Correct way to get list of possible PlugIns directories for an app?
In a Cocoa app generally we can install a plugin bundle in one of a number of places. If for example the app is called "MyApp" you'd be able to install the plugin at:
/Applications/MyApp.app/Contents/PlugIns
~/Library/Application…

d11wtq
- 34,788
- 19
- 120
- 195
2
votes
1 answer
Why does the ASP.NET MVC app loads scripts infinitly?
I've just faced an interestring issue. So, what I have:
ASP.NET MVC app;
AngularJS app inside this app.
Well, I have a layout page:
@using System.Web.Optimization

Iwillbeagod
- 53
- 4
2
votes
1 answer
script bundles of angular2 rc
I try to migrate my app to RC 0 from 0.17
and I have some questions.
In 0.17 we use those scripts (bundles)
I check the scripts directory and jquery-ui is in there just fine. I'm…

Shane LeBlanc
- 2,633
- 13
- 42
- 74
2
votes
2 answers
Create a Folder (bundle) in Cocoa
I'm trying to programmatically create a folder with Cocoa.
I've written an NSString category and we've got the following function there :
- (void)createAsFolder
{
NSFileManager *fileManager = [NSFileManager defaultManager];
NSError* err =…

Dr.Kameleon
- 22,532
- 20
- 115
- 223
1
vote
1 answer
How to Create MULTIPLE bundles in iPhone Application?
Hi I have a situation where my application can be used for different purposes depending on certain inputs.
Ex: I have a Theme.js which will have contents for Type A and another Theme.js will have contents for Type B. Here i will need to create a two…

Gautham Pai Thonse
- 115
- 1
- 6