summaryrefslogtreecommitdiffhomepage
path: root/xcode/mruby.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2013-01-06Removed XCode buildYuichiro MASUI
2012-08-16Corrected some missing link in Xcode projectPaolo Bosetti
2012-08-16Merge branch 'master' into XCodePaolo Bosetti
Also, fixed issue in Xcode project build settings
2012-08-16Code formatting in sprintf.cPaolo Bosetti
switch/case constructs in mrb_str_format() had mismatched indentation styles: clean up to 2-spaces-per-level.
2012-08-14Further improvement and optimization of Xcode project build settingsPaolo Bosetti
2012-08-13Further revision of the set of Xcode build schemesPaolo Bosetti
Now there are only three schemes (build commands, static library, OS X framework) plus a scheme wrapping the standard make file.
2012-08-06Updated Xcode project build settings in conformity with 10.8/Xcode 4.4Paolo Bosetti
2012-05-31Updated list of source file in project list after removal of encoding.h and ↵Paolo Bosetti
related files.
2012-05-30[Xcode] Added native target for mrbtest suitePaolo Bosetti
2012-05-30Rearranged settings of native target in a more modular way.Paolo Bosetti
2012-05-30Added Xcode native target to build OSX frameworkPaolo Bosetti
2012-05-30Added Xcode template with native target for compiling static libs and tools ↵Paolo Bosetti
(mruby, mrbc, mirb)
2012-05-22Created Xcode 4 project, using the make target to build the tools, and with ↵Paolo Bosetti
a native Xcode target to build a hello world example.