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
|
7b707a09f6
|
iphonelazext: update xcode projection generation. Reuse the existing file rather than recreating it everytime
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4435 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-18 16:55:44 +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
|
00d14e3914
|
iphonelazext: started specific project updates (getting rid of rewriting the xcode project file)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-18 06:49:24 +00:00 |
|
skalogryz
|
d271a0a469
|
iphonelazext: added handling of unregistered classes and unknown properties, so the data would not be lost, even if not recognized by rtti reader.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4428 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-17 07:13:47 +00:00 |
|
skalogryz
|
81c4d1c7d5
|
iphonelazext: added support for unknown (unregistered) pbx class.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4427 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-16 07:00:58 +00:00 |
|
skalogryz
|
d59b9250ff
|
iphonelazext: added unescaping of PBX properties values during parsing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4426 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-16 06:48:25 +00:00 |
|
skalogryz
|
76d93becf9
|
iphonelazext: fix pbx file reading to process escaped quote characters. Registered PBXShellScriptBuildPhase for reading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4425 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-16 06:16:32 +00:00 |
|
skalogryz
|
6b71585e4e
|
iphonelazext: fix pbxtest compilation to use new function names
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4424 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-16 05:47:34 +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
|
d6a99df706
|
iphonelazext: plistfile test project - plistread. Added an ability to add more string values to plist file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4415 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-01-06 14:21:36 +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
|
2e169dddfe
|
iphonelazext: read XML plist file into the structure
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4033 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2015-03-15 05:49:27 +00:00 |
|
skalogryz
|
9823611c8b
|
iphonelazext: refactoring of names for xcode project utility functions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2014-11-11 04:52:01 +00:00 |
|
skalogryz
|
aa2c670376
|
iphonelazext: adding pbx file-xcode project sources
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2014-11-10 02:30:09 +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_
|
240a03937a
|
* Updated project file
* Incremented package-version to 0.7.0
* Marked package as a design-time only package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2013-02-03 01:43:02 +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_
|
2236146a6a
|
* Without this fix, IBTool sometimes closes Lazaruss stdOut, which leads to disk full error messages
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2643 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2013-01-29 20:28:25 +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_
|
91e9adb6c5
|
* Show .xib resource files in iphone project options.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2013-01-14 21:42:04 +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
|
ed5c714eec
|
iphonelazext: implemented xib file partial parsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1218 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-05-05 21:45:59 +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
|
2a4fa4eb80
|
iphonelazext: fix mem leak + improper grid cell setting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-05-05 12:23:57 +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
|
44f0867f94
|
iphonelazext: added 'Show in Finder' button for the resources dir
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1207 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-04-25 12:53:20 +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
|
d6a4c12f64
|
iphonelazext: fix iArkanoid SDK version used
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1145 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-01-26 07:45:15 +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
|
e0f1a16a8b
|
iphonelazext: cleanup the code of iarkanoid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-01-26 06:51:09 +00:00 |
|
skalogryz
|
7d79873fce
|
iphonelazext: improved iArkanoid sample graphics and performance
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1142 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-01-25 22:32:47 +00:00 |
|
skalogryz
|
aa19109f91
|
iphonelazext: improve iArkanoid example, fixing ball bouncing bugs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-01-25 21:32:47 +00:00 |
|
skalogryz
|
371bcdc237
|
iphonelazext: added HelloWorld example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-01-20 13:32:52 +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 |
|