Move Xcode project to a separate tree parallel to src

This commit is contained in:
2018-02-19 02:09:31 -05:00
parent 827e1b2a6b
commit 8759aad90a
24 changed files with 92 additions and 75 deletions

View File

@@ -29,7 +29,7 @@ scened = env.Program("#build/bin/BoE Scenario Editor", common_sources + scened_s
if str(platform) == "darwin":
scened_info = {
'nib': '#rsrc/menus/scenedit',
'plist': 'BoEScenEd-Info.plist',
'plist': '#pkg/mac/BoEScenEd-Info.plist',
'creator': 'BlEd',
'icons': 'boescenario BoEScenEd',
}