Showing posts with label xcode. Show all posts
Showing posts with label xcode. Show all posts

2009-12-28

booking xcode

addn/dev.mac/xcode



11.10:

. for xcode debugging of cmd line tools
input ^D (done twice or on a new line)
is what tells the console
that your input file interaction is done .

. xcode allows you to do many simple changes to your code
even while running in step mode;
ie, without having to restart the program!


11.20: customized my source files:
[11.24: applied this command to my system .]
. this is pasted into terminal as one long line :
defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions
'{ ORGANIZATIONNAME = "Americium Dream Documents"; }'

. booking xcode shows use of nsobject controller
which is an advanced tech
to be used only after first writing your own controller
for simple version to grasp it ?
. not sure that either way really applies to addx's intended mvc arch',
need to look at how programmatic control works out .


2009-12-26

exploring xcode

6.26: proj.addn/dev.mac/find tutorial:
. organize downloads, find the tutorial that shows xcode .
review recent downloads .

proj.addn/dev.mac/access to projects with .xcodeproj file:
. I was surprised to see xcode understanding
what seemed to be a linux project;
. it had all the files being devoid of
type-specifying name ext's,
but it had a folder named xcode,
and inside was a .xcodeproj file;
then when I opened that, xcode was reading
all files in the surrounding project.folder .
[12.26:
. xcode is basically a gui for the
same gnu`dev.tools used by linux .]

dev.mac/xcode/company name selection for xcode

6.7: proj.addn/dev.mac/xcode/company name selection:
. each developer needs a name,
and uniqueness depends on a co using their co`url;
what should I use as a company name ?
. is addx reserved at g'code? yes: http://code.google.com/p/addx/
so, when I actually get some code in a repository,
it will be at https://addx.googlecode.com/
and the name for mac will be com.googlecode.addx .