added separate ios/osx Xcode project generation

added ios/osx bundle resource loading
added info.plist for iOS Xcode examples
Xcode now uses only Universal target ( should use 'Standard' as it is default in Xcode projects - this will require modification of genie)
This commit is contained in:
Attila Kocsis
2015-01-14 19:50:45 +01:00
parent 1cf70cbcdd
commit 1fac08f3ef
6 changed files with 90 additions and 28 deletions

View File

@@ -34,10 +34,6 @@ project ("example-common")
"$(DXSDK_DIR)/include",
}
configuration { "xcode4" }
includedirs {
BX_DIR .. "include/compat/osx",
}
configuration { "winphone8*"}
linkoptions {