Showing posts with label iPhone.Developer. Show all posts
Showing posts with label iPhone.Developer. Show all posts

Monday, May 18, 2015

OSX Developer Resources Windows/Linux(Ubuntu)


Enable OSX installation over VMPlayer 7.0 over Ubuntu 14.04
Uncompress Unlocker files [1] and run:

$sudo ./lnx-install.sh


$sudo apt-get install dmg2img
$dmg2img file.dmg #convert the .dmg to img file in ISO format.
 $mv file.img file.iso

[1] Unlocker
http://www.insanelymac.com/forum/files/file/339-unlocker/

Olds
[2] OSX Updates https://sites.google.com/site/appleclubfhs/support/advice-and-articles/updating-mac-os
[3] VMWare Images (Snow/Lion/...) http://www.souldevteam.net/blog/downloads/

Tuesday, September 03, 2013

Xcode 4.2 installation requeriments on vmware 7.1.4

Monoprocesador ACPI de PC
CPUID : AMD Sempron(tm) 140 Processor
Velocidad de reloj original  2700 MHz
Memoria del sistema 2048 MB  (DDR3-1333 DDR3 SDRAM)
Placa de video ATI Radeon HD 5450  (1024 MB)

Note:
a) Parameters for start -v cpus=1 busratio=4
b) For others machines try use cpu-z and divide Score speed / Bus speed ~  busratio


1) Install Mac OSX Snow Leopard 10.6.6 Intel AMD Vmware Image
http://thepiratebay.se/torrent/6120172

2) OSX Snow Leopard 10.6.7 update (Xcode 4.2 works with OSX 10.6.7)
http://download.info.apple.com/Mac_OS_X/041-4916.20110321.Sx74f/MacOSXUpd10.6.7.dmg


3) Download and Install Xcode 4.2
http://thepiratebay.se/torrent/6721955
   3.1) Enable Root user
          * Go -> /System/Library/CoreServices/
          * Launch “Directory Utility” and Unlock using the padlock icon and entering the administrator password (empty for this case).
          * Edit -> Enable Root User
   3.2) if fail xcode installation, then change system date before to 03-2012
          #date 0101000012 (01 of January of 2012)
4) After installation(for execute)

open -a /Developer/Applications/Xcode.app
or
open -a Xcode.app


References:

[1] http://osxdaily.com/2011/03/21/mac-os-x-10-6-7-update-download/
[2] Enable root http://osxdaily.com/2012/01/09/enable-root-user-account-os-x-lion/

Thursday, March 31, 2011

iPhone Developers::Resources

XCode under Windows
http://www.ifans.com/forums/showthread.php?t=267007
http://ipodtoucher55.blogspot.com/2010/12/installing-ios-sdk-and-xcode-on-windows.html

Tutorials
http://www.cristalab.com/tutoriales/fundamentos-de-programacion-para-iphone-c260l/
http://www.scribd.com/doc/12684298/Building-PhotoKast-Creating-an-iPhone-app-in-one-month
http://iproyectoiphone.blogspot.com/

Hello World on iPhone
http://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/xcode_quick_start/000-About_Xcode/introduction.html#//apple_ref/doc/uid/TP40010575

http://developer.apple.com/library/ios/navigation/

How to connect to a MySQL database from an iPhone?
http://stackoverflow.com/questions/468618/how-to-connect-to-a-mysql-database-from-an-iphone

Mysql and Objective-C
http://www.karlkraft.com/index.php/2010/06/02/mysql-and-objective-c/

MySQL.framework for iPhone
http://www.eval-art.com/2009/06/22/mysqlframework-for-iphone/

CocoaMySQL
http://sourceforge.net/projects/cocoamysql/files/CocoaMySQL%20source/CocoaMySQL%20source%20v0.7b4%20%28BETA%29/

MySQL on MAC OS X
http://developer.apple.com/internet/opensource/osdb.html
iMy (mySQL client for iphone)
http://www.spanware.com/iphonedb/iMy/iMy.html
iAMPS (webserver on your iPhone)
http://iamps.byethost24.com/index.php?postid=15

iPhone & Web Service

How can I connect iPhone and web service and get XML data?
http://stackoverflow.com/questions/352676/how-can-i-connect-iphone-and-web-service-and-get-xml-data

iPhone Programming Tutorial – Intro to SOAP Web Services
http://www.icodeblog.com/2008/11/03/iphone-programming-tutorial-intro-to-soap-web-services/

Creating an iPhone-based Web
http://blogs.oreilly.com/iphone/2008/09/creating-an-iphone-based-web-s.html

http://es.w3support.net/index.php?db=so&id=352676

Firefox open multiple private window

    /opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com