Commit Graph

31 Commits

Author SHA1 Message Date
skalogryz
70fe3a5109 iphonelazext: fixing the warning (ansi to wide, wide to ansi) shown on fpc 3. Updating building script. Forcing to use the script file on Xcode project generation. Using custom options in Xcode project. Fix resolving of project paths
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5045 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-07-29 03:34:23 +00:00
skalogryz
6e6d5a064a iphonelazext: initiated support for building script. Added into environmental option. Changing registration process
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5040 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-07-28 19:29:12 +00:00
skalogryz
12c2780d5c iphonelazext: updating existing xcode project, instead of recreating it from scratch
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4582 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-03-22 14:54:36 +00:00
skalogryz
d74f95b11c iphonelazext: removed the interception of project building action
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-19 13:59:15 +00:00
skalogryz
364c9a7fc6 iphonelazext: fix compilation warnings clean up the code of debugging messages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4434 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-18 16:55:10 +00:00
skalogryz
add0db0bee iphonelazext: changed update Xcode project. Only create info.plist, if file doesn't exist, reuse, if existing info.plist
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-07 05:22:03 +00:00
skalogryz
f3a55dedd4 iphonelazext: update the package to allow non OSX platform compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-06 13:32:35 +00:00
skalogryz
f92d194a8d iphonelazext: fixed installation process, using simctl install to actually install an application to the simulator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-01 19:18:18 +00:00
skalogryz
861501fa99 iphonelazext: support of launching sim with hijacking the app output to the extension log dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-01 06:45:21 +00:00
skalogryz
bdbff87c76 iphonelazext: adding resource files list support. todo: detect file type of a resource file. Currently Xcode identifies each file as mach-o binary
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4405 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-12-20 06:04:33 +00:00
skalogryz
f8f909c0c0 iphonelazext: update in Xcode project generation, using pbx files rather than a text template. Updates project options dialog to compare changes and mark project as modified, if necessary
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4404 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-12-20 03:54:35 +00:00
skalogryz
df4dfb0ba4 iphonelazext: changing run simulator to apples instruments utility. Updated the frames to use resources files, instead of the old include files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-12-07 04:04:01 +00:00
skalogryz
186029ef86 iphonelazext: update the way of parsing plistadded an ability to convert to XML, if non xml plist foundadded exception catch during reading of system configuration
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4037 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-03-16 03:55:19 +00:00
skalogryz
91dcfc5a4a iphonelazext: relocate iphone specific option under 'Project Options'...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-11-09 05:24:35 +00:00
loesje_
ca1f5066e7 * Add custom-settings to an exported XCode-project to make it possible to compile for iOS _and_ the Simulator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2647 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-03 01:39:54 +00:00
loesje_
ca8e90efe3 * Scan for .xib-resources (from the iOSDesigner package) and convert them to .nib files
* When the project is not saved yet, use project1 for the bundle-name

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2626 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-16 09:49:42 +00:00
loesje_
71003d8a0c * Adapt paths for Xcode versions 4.3 and above
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2625 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-15 21:31:26 +00:00
loesje_
ec78bcaa0d * Fixed compilation with latest Lazarus versions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2619 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-11 22:16:58 +00:00
skalogryz
ceee4a61cd iphonelazext: fix compilation error for the recent Lazarus TAbstractIDEProjectOptions changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-10-25 03:14:51 +00:00
skalogryz
162d9c868b iphonelazext: implemented xibfile actions/outlets dumping
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1219 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-05-06 08:42:28 +00:00
skalogryz
9eff54fbde iphonelazext: removed debug output
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-05-05 13:28:11 +00:00
skalogryz
058d550ef9 iphonelazext: implemented creating/deleting xib files from inside of project options
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1214 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-05-02 22:57:55 +00:00
skalogryz
beaa987f53 iphonelazext: removed 'is iPhone project' menu item, updates in project options frame, fixed XCode to Xcode (in env options)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1208 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-05-01 07:43:58 +00:00
skalogryz
438fe286a0 iphonelazext: automatic update project's nib files for the iPhoneSim
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1206 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-04-25 11:54:36 +00:00
skalogryz
9941cd6ca4 iphonelazext: added nib files support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1205 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-04-25 08:47:00 +00:00
skalogryz
3d1414df44 iphonelazext: fix wrong SDK selection. Fixed Xcode project updates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-02-01 21:47:52 +00:00
skalogryz
469e43fa0e iphonelazext: added support for iphone resouce files (sim only)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-29 15:27:06 +00:00
skalogryz
aceba1bd21 iphonelazext: fixing project options saving. loading sdk list on lazarus start
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-26 07:40:15 +00:00
skalogryz
fdb7934092 iphonelazext: fixed SDK selection (and detecting), added iArkanoid sample
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-20 13:26:25 +00:00
skalogryz
b4cfe90e97 iphonelazext: fixed menu checker <-> project options relations
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1124 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-11 19:14:38 +00:00
skalogryz
48d0e7d2f2 iphonelazext: started the extension
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1115 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-05 20:32:23 +00:00