archive app for submission - xcode4

I am stuck on this
Open the Xcode project and Duplicate the “Release” configuration in the Configurations pane of the project's Info panel. Rename this new configuration “Distribution”.
I don’t see any of this in my sdk4.2

Here's how you can find it:
Click on a project row in a file list
If not already opened, open an Info tab (top right corner on the screenshot)

Related

How do I have a Headers folder in Code::Blocks?

I am using Code::Blocks 17.12 on Windows, and would like to create a folder to house the header files.
By default, when I create a console project, a Sources folder is created virtually (there isn't such a folder on disk, but it appears as such in Code::Blocks in the Management window's Project tab.
How do I create additional folders? When I right-click on the project (in the Management window's Project tab), I don't see a way to create a folder.
After Googling around for a bit, I came across this post, although dated 2009:
http://forums.codeblocks.org/index.php?topic=11365.0
Combining that answer with mine, these are the steps for creating a folder in Code::Blocks:
On your disk (i.e. outside of Code::Blocks), create your folders and add any existing files that you need to it. In my case I created an Includes folder and copied existing .h files into it.
Right-click on the project name in the Management windows' Project tab, and choose Project tree. Tick the Display folders as disk option.
Right-click on the project name again, and choose Add files recursively....
A dialog box appears. Navigate to your subfolder and click OK. Another dialog box appears asking you to select the files to add to the project. By default all the files in the subfolder are selected, so click OK.
The folder will appear in Code::Blocks, under a folder called Headers.
You will also need to add the folder(s) that you created outside of Code::Blocks to the compiler's search directories by clicking on Settings -> Compiler.... Then click on the Search directories tab, select the Compiler tab, then click Add.
In the dialog box that appears, click on the folder icon and navigate to your folder. Then click OK.

How to delete current app from project in Firebase?

I tried out new version of Firebase.
I have created new project. Added there necessary apps. After that I added the test app, which I don't need any more. But I could not find a button that can remove this test application without deleting the entire project.
You can delete apps from a project via Project Settings > Select App > Advanced Options > Delete this app on the Firebase console.
Please note : This is about deleting a Project, which I was unable to do so. So I have posted my steps which may help others. I have successfully deleted my project.
1) Click on the Project which you want to delete.Then you will see the below screenshot.
Now follow the screen as attached
then scroll down and you will have the option to delete the project.
At the bottom there is an Advance menu. There is the DELETE THIS APP button.
you can delete app as well as project, option can be change at any time depends on fire base (02/10/2017)
go to fire base console click on project that you wants to delete click on setting icon on left top,
select Project settings go down to bottom, and you can see DELETE PROJECT button.
Confirming the earlier answers provided, here's a detailed step-by-step.
Go to Project settings. (Alternatively, from the home screen of the Project View, click on the ... (Settings button on the right side of the app's name), then click MANAGE .
Under Your Apps section, select the app you want to delete.
Click on Advanced Options.
Click on DELETE THIS APP , A note will be shown:
Caution, this is a permanent action. Deleting your app will delete the corresponding Analytics data, but not your app's API keys or OAuth clients.
Click on DELETE THIS APP PERMANENTLY
A prompt will be displayed on the upper right corner of your Console would show up confirming the deletion.
Go to setting of project
Copy project ID
Click on a delete project at the bottom.
Enter Project ID and delete project.
Step 1: From "Project Overview" select settings of the app you want to delete.
Step 2: Click "Delete This App" button on the bottom of your app details.
Ok the feature has been added. Project settings > select the app > Advanced Options > Delete this app
Yes you can delete delete current app from project in Firebase, here i how to do that (setting->perission->all projects) :
You must delete all Role except Owner in Manage Permission in console.firebase.google.com before delete current app from project in Firebase
We can delete project who is having permission.
Only owner of project can delete it.
Even empty project also can be
deleted by only owner.
To delete/ remove project you need to shutdown and then delete it will take time as per your project size.
steps:
Go to Projet overview click on (gear icon) > Settings > Advanced
opens new window:
Google cloud platform > manage resources> Select project and click on delete
Go the console project list, click on the project,
tap on the project overview at the sidebar section, you will find delete project at the bottom of section
Delete an app
Sign in to Firebase, then open your project.
Click the Left Side Menu ->Project Overview Settings icon, then select Project settings.
Then Scroll Down the Your apps card,
Under the Your apps card,
click Delete project open popup.
Check that the desired app is being deleted, then click Delete Project app permanently.
Gear Icon near top left -> Project Settings -> Delete Project (in the middle below "your apps" container).

toolbar button to upload to Netsuite? (in Aptana Studio 3)

I have Aptana Studio 3, build: 3.0.9.201202141038
I'm using it to edit some Netsuite client scripts (javascript). The netsuite plugin lets me upload scripts to netsuite, which is great, but I have to right click on the filename in the project explorer, pick "Netsuite" and then "Upload"... too many clicks.
What I want is one button to stick on the toolbar that will do the upload. Is this customization possible? Not that I'm lazy but when debugging it becomes a pain to do so much right-clicking.
In Eclipse/Aptana, the "Project Explorer" can do this. If you select a project and/or file within that project, the "Upload" buttons are made available IF you have set up a remote connection to that project.
I am not certain if your uploads/pushes to Netsuite are via FTP but, if they are, just add your remote connection to the project. To do this, expand your project folder the project in the Project Explorer view and then right-click on the Connections icon to add a new (FTP) connection.Once this is setup, any file selected in the Project Explorer can be uploaded with a simply button click from this view.
Not sure if that is exactly what you want but, in the meantime, might get you closer to it!
Hit ctrl+shift+; and the file will save and upload.

How to manually set the "default download" file in a Sourceforge project?

When I update some files on my Sourceforge projects, the last uploaded file is always automatically offered on the download page as the "Looking for the latest version? Download..." and it becomes the default download from the project's front page.
My problem is that, on one project, there is the main source tarball but I also have some optional code components that I want to add to the site. Whenever I add such optional component they become the "latest verison" of my app.
Is there a way to force a file to become the "latest version" of the app so that it stays the default download on the main project page?
If the wrong file is linked to Download button, you can change it by:
Click Files
Browse through the folders until you find your preferred file
Click the "i" icon at the right of the file's entry in the table of files
In the pop-up window, under the Default download for: heading, click Select All
Press Save
Give it a few minutes, refresh your project page and check the link

How do I get the resources folder back in Xcode 4?

The question says it all: where is the group and where is the "physical" folder?
So, to get the Resources group back, do this:
Right-click on your project icon in the navigation view on the left (blue icon).
Rename the group to "Resources."
That's it.
But what if you also want the Resources folder on your disk? Easy:
Open Finder.
Navigate to your project folder and create a new folder on the same level of the .xcodeproj directory, named "Resources".
Back in Xcode, select the Resources group and activate the "Utilities" view (all the way in the top right corner next to the Organizer icon).
Under the "Location" drop down box you see a small white-ish icon: Click it: A dialog called "Choose a directory this group represents" will come up.
Choose the Resources folder you created in step 2.
That's it. Now you can drag resources into the Resources group in Xcode and they will end up in the Resources folder on your disk.
I had the same problem by accidentally deleting the folder in the project.
For my environment (XCode v11), right click on the project in the project navigator and select "Add Files to ...
This will bring up your current project folder (if not, simply navigate to that directory) and then select the Assets.xcassets folder and click Add.
This will bring the assets folder back to your project.

Resources