create Xcode project for mac for bundled app

This commit is contained in:
2017-05-18 13:29:18 +01:00
parent 6d14ccd426
commit 4c5b22192b
15 changed files with 1408 additions and 359 deletions

View File

@@ -19,6 +19,65 @@
AD0E11A31ECA61B500CDA6BB /* jpge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11A21ECA61B500CDA6BB /* jpge.cpp */; };
AD0E11A41ECA61B900CDA6BB /* jpge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11A21ECA61B500CDA6BB /* jpge.cpp */; };
AD0E11A51ECA61B900CDA6BB /* jpgd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */; };
AD0E5CA31ECC6F2B00C35669 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E5CA21ECC6F2B00C35669 /* main.cpp */; };
AD0E5CA51ECC6F2B00C35669 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AD0E5CA41ECC6F2B00C35669 /* Assets.xcassets */; };
AD0E5CA81ECC6F2B00C35669 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = AD0E5CA61ECC6F2B00C35669 /* MainMenu.xib */; };
AD0E5CAD1ECC724D00C35669 /* libcurl.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = AD8CF7221E914DE400083FFD /* libcurl.tbd */; };
AD0E5CAE1ECC725400C35669 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD58E05F1E12DA86006ACC15 /* CoreVideo.framework */; };
AD0E5CAF1ECC726000C35669 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD58E05D1E10754F006ACC15 /* CoreFoundation.framework */; };
AD0E5CB01ECC726400C35669 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD58E05B1E107536006ACC15 /* Cocoa.framework */; };
AD0E5CB11ECC726C00C35669 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD58E0591E10752E006ACC15 /* OpenGL.framework */; };
AD0E5CB21ECC72AD00C35669 /* jpge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11A21ECA61B500CDA6BB /* jpge.cpp */; };
AD0E5CB31ECC72AD00C35669 /* jpgd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */; };
AD0E5CB41ECC72AD00C35669 /* tinyxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0781E342205006ACC15 /* tinyxml2.cpp */; };
AD0E5CB51ECC72AD00C35669 /* YGNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0741E3421F2006ACC15 /* YGNodeList.c */; };
AD0E5CB61ECC72AD00C35669 /* Yoga.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0751E3421F2006ACC15 /* Yoga.c */; };
AD0E5CB71ECC72AD00C35669 /* layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD3B1EBE1E3B8B7600E918E3 /* layout.cpp */; };
AD0E5CB81ECC72AD00C35669 /* node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10637D1EC7ADFA002A525F /* node.cpp */; };
AD0E5CB91ECC72AD00C35669 /* node_border.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063511EC7ADFA002A525F /* node_border.cpp */; };
AD0E5CBA1ECC72AD00C35669 /* node_button_custom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063531EC7ADFA002A525F /* node_button_custom.cpp */; };
AD0E5CBB1ECC72AD00C35669 /* node_button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063551EC7ADFA002A525F /* node_button.cpp */; };
AD0E5CBC1ECC72AD00C35669 /* node_canvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063571EC7ADFA002A525F /* node_canvas.cpp */; };
AD0E5CBD1ECC72AD00C35669 /* node_checkbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063591EC7ADFA002A525F /* node_checkbox.cpp */; };
AD0E5CBE1ECC72AD00C35669 /* node_color_quad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10635B1EC7ADFA002A525F /* node_color_quad.cpp */; };
AD0E5CBF1ECC72AD00C35669 /* node_dialog_open.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10635D1EC7ADFA002A525F /* node_dialog_open.cpp */; };
AD0E5CC01ECC72AD00C35669 /* node_icon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10635F1EC7ADFA002A525F /* node_icon.cpp */; };
AD0E5CC11ECC72AD00C35669 /* node_image_texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063611EC7ADFA002A525F /* node_image_texture.cpp */; };
AD0E5CC21ECC72AD00C35669 /* node_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063631EC7ADFA002A525F /* node_image.cpp */; };
AD0E5CC31ECC72AD00C35669 /* node_message_box.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063651EC7ADFA002A525F /* node_message_box.cpp */; };
AD0E5CC41ECC72AD00C35669 /* node_panel_brush.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063671EC7ADFA002A525F /* node_panel_brush.cpp */; };
AD0E5CC51ECC72AD00C35669 /* node_panel_color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063691EC7ADFA002A525F /* node_panel_color.cpp */; };
AD0E5CC61ECC72AD00C35669 /* node_panel_layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10636B1EC7ADFA002A525F /* node_panel_layer.cpp */; };
AD0E5CC71ECC72AD00C35669 /* node_panel_stroke.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10636D1EC7ADFA002A525F /* node_panel_stroke.cpp */; };
AD0E5CC81ECC72AD00C35669 /* node_popup_menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10636F1EC7ADFA002A525F /* node_popup_menu.cpp */; };
AD0E5CC91ECC72AD00C35669 /* node_settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063711EC7ADFA002A525F /* node_settings.cpp */; };
AD0E5CCA1ECC72AD00C35669 /* node_slider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063731EC7ADFA002A525F /* node_slider.cpp */; };
AD0E5CCB1ECC72AD00C35669 /* node_scroll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11951ECA20F200CDA6BB /* node_scroll.cpp */; };
AD0E5CCC1ECC72AD00C35669 /* node_stroke_preview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063751EC7ADFA002A525F /* node_stroke_preview.cpp */; };
AD0E5CCD1ECC72AD00C35669 /* node_text_input.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063771EC7ADFA002A525F /* node_text_input.cpp */; };
AD0E5CCE1ECC72AD00C35669 /* node_text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063791EC7ADFA002A525F /* node_text.cpp */; };
AD0E5CCF1ECC72AD00C35669 /* node_viewport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10637B1EC7ADFA002A525F /* node_viewport.cpp */; };
AD0E5CD01ECC72AD00C35669 /* action.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD29CC601EA2B214008C8BFA /* action.cpp */; };
AD0E5CD11ECC72AD00C35669 /* app.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0701E2A90EF006ACC15 /* app.cpp */; };
AD0E5CD21ECC72AD00C35669 /* app_events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11921ECA20F200CDA6BB /* app_events.cpp */; };
AD0E5CD31ECC72AD00C35669 /* app_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11931ECA20F200CDA6BB /* app_layout.cpp */; };
AD0E5CD41ECC72AD00C35669 /* app_shaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11941ECA20F200CDA6BB /* app_shaders.cpp */; };
AD0E5CD51ECC72AD00C35669 /* asset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C08CF1E89BD0F0051D85F /* asset.cpp */; };
AD0E5CD61ECC72AD00C35669 /* bezier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C08D11E89BD0F0051D85F /* bezier.cpp */; };
AD0E5CD71ECC72AD00C35669 /* brush.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C08D31E89BD0F0051D85F /* brush.cpp */; };
AD0E5CD81ECC72AD00C35669 /* canvas_modes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD744B6C1EBC9EF700B66E30 /* canvas_modes.cpp */; };
AD0E5CD91ECC72AD00C35669 /* canvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C08D51E89BD0F0051D85F /* canvas.cpp */; };
AD0E5CDA1ECC72AD00C35669 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADB1C3D81EA3A156009A65BD /* event.cpp */; };
AD0E5CDB1ECC72AD00C35669 /* font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD95AEC31E41EDEC002DD03A /* font.cpp */; };
AD0E5CDC1ECC72AD00C35669 /* image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0661E2A7741006ACC15 /* image.cpp */; };
AD0E5CDD1ECC72AD00C35669 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD8CF71F1E913F0500083FFD /* log.cpp */; };
AD0E5CDE1ECC72AD00C35669 /* pch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD95AEC51E41EDEC002DD03A /* pch.cpp */; };
AD0E5CDF1ECC72AD00C35669 /* rtt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C08D71E89BD0F0051D85F /* rtt.cpp */; };
AD0E5CE01ECC72AD00C35669 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0631E2A76FD006ACC15 /* shader.cpp */; };
AD0E5CE11ECC72AD00C35669 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E06D1E2A80BC006ACC15 /* shape.cpp */; };
AD0E5CE21ECC72AD00C35669 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0691E2A774F006ACC15 /* texture.cpp */; };
AD0E5CE31ECC72AD00C35669 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADB61C801E3D38450093280F /* util.cpp */; };
AD0E5CE41ECC76BA00C35669 /* data in Resources */ = {isa = PBXBuildFile; fileRef = AD58E0611E17F23D006ACC15 /* data */; };
AD10637F1EC7ADFA002A525F /* node_border.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063511EC7ADFA002A525F /* node_border.cpp */; };
AD1063801EC7ADFA002A525F /* node_button_custom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063531EC7ADFA002A525F /* node_button_custom.cpp */; };
AD1063811EC7ADFA002A525F /* node_button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063551EC7ADFA002A525F /* node_button.cpp */; };
@@ -153,6 +212,11 @@
AD0E11961ECA20F200CDA6BB /* node_scroll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_scroll.h; sourceTree = "<group>"; };
AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgd.cpp; path = libs/jpeg/jpgd.cpp; sourceTree = "<group>"; };
AD0E11A21ECA61B500CDA6BB /* jpge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpge.cpp; path = libs/jpeg/jpge.cpp; sourceTree = "<group>"; };
AD0E5C9C1ECC6F2B00C35669 /* PanoPainter-OSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PanoPainter-OSX.app"; sourceTree = BUILT_PRODUCTS_DIR; };
AD0E5CA21ECC6F2B00C35669 /* main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = main.cpp; sourceTree = "<group>"; };
AD0E5CA41ECC6F2B00C35669 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AD0E5CA71ECC6F2B00C35669 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
AD0E5CA91ECC6F2B00C35669 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AD1063511EC7ADFA002A525F /* node_border.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node_border.cpp; sourceTree = "<group>"; };
AD1063521EC7ADFA002A525F /* node_border.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_border.h; sourceTree = "<group>"; };
AD1063531EC7ADFA002A525F /* node_button_custom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node_button_custom.cpp; sourceTree = "<group>"; };
@@ -268,6 +332,18 @@
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
AD0E5C991ECC6F2B00C35669 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD0E5CB11ECC726C00C35669 /* OpenGL.framework in Frameworks */,
AD0E5CB01ECC726400C35669 /* Cocoa.framework in Frameworks */,
AD0E5CAF1ECC726000C35669 /* CoreFoundation.framework in Frameworks */,
AD0E5CAE1ECC725400C35669 /* CoreVideo.framework in Frameworks */,
AD0E5CAD1ECC724D00C35669 /* libcurl.tbd in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
AD58E04C1E107411006ACC15 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@@ -298,6 +374,25 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
AD0E5C9D1ECC6F2B00C35669 /* PanoPainter-OSX */ = {
isa = PBXGroup;
children = (
AD0E5CA41ECC6F2B00C35669 /* Assets.xcassets */,
AD0E5CA61ECC6F2B00C35669 /* MainMenu.xib */,
AD0E5CA91ECC6F2B00C35669 /* Info.plist */,
AD0E5CA11ECC6F2B00C35669 /* Supporting Files */,
);
path = "PanoPainter-OSX";
sourceTree = "<group>";
};
AD0E5CA11ECC6F2B00C35669 /* Supporting Files */ = {
isa = PBXGroup;
children = (
AD0E5CA21ECC6F2B00C35669 /* main.cpp */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
AD1063501EC7ADDE002A525F /* ui */ = {
isa = PBXGroup;
children = (
@@ -375,6 +470,7 @@
AD58E0591E10752E006ACC15 /* OpenGL.framework */,
AD58E0511E107411006ACC15 /* engine */,
ADD7D26C1EBF9AE300D5A897 /* PanoPainter */,
AD0E5C9D1ECC6F2B00C35669 /* PanoPainter-OSX */,
AD58E0501E107411006ACC15 /* Products */,
);
sourceTree = "<group>";
@@ -384,6 +480,7 @@
children = (
AD58E04F1E107411006ACC15 /* engine */,
ADD7D26B1EBF9AE300D5A897 /* PanoPainter.app */,
AD0E5C9C1ECC6F2B00C35669 /* PanoPainter-OSX.app */,
);
name = Products;
sourceTree = "<group>";
@@ -474,6 +571,23 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
AD0E5C9B1ECC6F2B00C35669 /* PanoPainter-OSX */ = {
isa = PBXNativeTarget;
buildConfigurationList = AD0E5CAC1ECC6F2B00C35669 /* Build configuration list for PBXNativeTarget "PanoPainter-OSX" */;
buildPhases = (
AD0E5C981ECC6F2B00C35669 /* Sources */,
AD0E5C991ECC6F2B00C35669 /* Frameworks */,
AD0E5C9A1ECC6F2B00C35669 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "PanoPainter-OSX";
productName = "PanoPainter-OSX";
productReference = AD0E5C9C1ECC6F2B00C35669 /* PanoPainter-OSX.app */;
productType = "com.apple.product-type.application";
};
AD58E04E1E107411006ACC15 /* engine */ = {
isa = PBXNativeTarget;
buildConfigurationList = AD58E0561E107411006ACC15 /* Build configuration list for PBXNativeTarget "engine" */;
@@ -517,6 +631,9 @@
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Omar Mohamed Ali Mudhir";
TargetAttributes = {
AD0E5C9B1ECC6F2B00C35669 = {
CreatedOnToolsVersion = 7.2;
};
AD58E04E1E107411006ACC15 = {
CreatedOnToolsVersion = 7.2;
};
@@ -540,11 +657,22 @@
targets = (
AD58E04E1E107411006ACC15 /* engine */,
ADD7D26A1EBF9AE300D5A897 /* PanoPainter */,
AD0E5C9B1ECC6F2B00C35669 /* PanoPainter-OSX */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
AD0E5C9A1ECC6F2B00C35669 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD0E5CE41ECC76BA00C35669 /* data in Resources */,
AD0E5CA51ECC6F2B00C35669 /* Assets.xcassets in Resources */,
AD0E5CA81ECC6F2B00C35669 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ADD7D2691EBF9AE300D5A897 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
@@ -559,6 +687,64 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
AD0E5C981ECC6F2B00C35669 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AD0E5CB91ECC72AD00C35669 /* node_border.cpp in Sources */,
AD0E5CC81ECC72AD00C35669 /* node_popup_menu.cpp in Sources */,
AD0E5CB71ECC72AD00C35669 /* layout.cpp in Sources */,
AD0E5CB41ECC72AD00C35669 /* tinyxml2.cpp in Sources */,
AD0E5CD81ECC72AD00C35669 /* canvas_modes.cpp in Sources */,
AD0E5CA31ECC6F2B00C35669 /* main.cpp in Sources */,
AD0E5CB21ECC72AD00C35669 /* jpge.cpp in Sources */,
AD0E5CD21ECC72AD00C35669 /* app_events.cpp in Sources */,
AD0E5CD11ECC72AD00C35669 /* app.cpp in Sources */,
AD0E5CC21ECC72AD00C35669 /* node_image.cpp in Sources */,
AD0E5CDB1ECC72AD00C35669 /* font.cpp in Sources */,
AD0E5CDA1ECC72AD00C35669 /* event.cpp in Sources */,
AD0E5CCB1ECC72AD00C35669 /* node_scroll.cpp in Sources */,
AD0E5CBF1ECC72AD00C35669 /* node_dialog_open.cpp in Sources */,
AD0E5CE31ECC72AD00C35669 /* util.cpp in Sources */,
AD0E5CD51ECC72AD00C35669 /* asset.cpp in Sources */,
AD0E5CCA1ECC72AD00C35669 /* node_slider.cpp in Sources */,
AD0E5CCE1ECC72AD00C35669 /* node_text.cpp in Sources */,
AD0E5CDC1ECC72AD00C35669 /* image.cpp in Sources */,
AD0E5CE01ECC72AD00C35669 /* shader.cpp in Sources */,
AD0E5CDD1ECC72AD00C35669 /* log.cpp in Sources */,
AD0E5CD61ECC72AD00C35669 /* bezier.cpp in Sources */,
AD0E5CB61ECC72AD00C35669 /* Yoga.c in Sources */,
AD0E5CC51ECC72AD00C35669 /* node_panel_color.cpp in Sources */,
AD0E5CD71ECC72AD00C35669 /* brush.cpp in Sources */,
AD0E5CBE1ECC72AD00C35669 /* node_color_quad.cpp in Sources */,
AD0E5CB51ECC72AD00C35669 /* YGNodeList.c in Sources */,
AD0E5CE11ECC72AD00C35669 /* shape.cpp in Sources */,
AD0E5CDF1ECC72AD00C35669 /* rtt.cpp in Sources */,
AD0E5CCD1ECC72AD00C35669 /* node_text_input.cpp in Sources */,
AD0E5CE21ECC72AD00C35669 /* texture.cpp in Sources */,
AD0E5CCC1ECC72AD00C35669 /* node_stroke_preview.cpp in Sources */,
AD0E5CDE1ECC72AD00C35669 /* pch.cpp in Sources */,
AD0E5CCF1ECC72AD00C35669 /* node_viewport.cpp in Sources */,
AD0E5CB31ECC72AD00C35669 /* jpgd.cpp in Sources */,
AD0E5CD31ECC72AD00C35669 /* app_layout.cpp in Sources */,
AD0E5CC71ECC72AD00C35669 /* node_panel_stroke.cpp in Sources */,
AD0E5CC61ECC72AD00C35669 /* node_panel_layer.cpp in Sources */,
AD0E5CBA1ECC72AD00C35669 /* node_button_custom.cpp in Sources */,
AD0E5CC31ECC72AD00C35669 /* node_message_box.cpp in Sources */,
AD0E5CC41ECC72AD00C35669 /* node_panel_brush.cpp in Sources */,
AD0E5CBC1ECC72AD00C35669 /* node_canvas.cpp in Sources */,
AD0E5CD01ECC72AD00C35669 /* action.cpp in Sources */,
AD0E5CC01ECC72AD00C35669 /* node_icon.cpp in Sources */,
AD0E5CC11ECC72AD00C35669 /* node_image_texture.cpp in Sources */,
AD0E5CBD1ECC72AD00C35669 /* node_checkbox.cpp in Sources */,
AD0E5CC91ECC72AD00C35669 /* node_settings.cpp in Sources */,
AD0E5CBB1ECC72AD00C35669 /* node_button.cpp in Sources */,
AD0E5CD41ECC72AD00C35669 /* app_shaders.cpp in Sources */,
AD0E5CD91ECC72AD00C35669 /* canvas.cpp in Sources */,
AD0E5CB81ECC72AD00C35669 /* node.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
AD58E04B1E107411006ACC15 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@@ -681,6 +867,14 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
AD0E5CA61ECC6F2B00C35669 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
AD0E5CA71ECC6F2B00C35669 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
ADD7D27A1EBF9AE300D5A897 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
@@ -700,6 +894,32 @@
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
AD0E5CAA1ECC6F2B00C35669 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "PanoPainter-OSX/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.omixlab.PanoPainter-OSX";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
AD0E5CAB1ECC6F2B00C35669 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "PanoPainter-OSX/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.omixlab.PanoPainter-OSX";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
AD58E0541E107411006ACC15 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -858,6 +1078,14 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
AD0E5CAC1ECC6F2B00C35669 /* Build configuration list for PBXNativeTarget "PanoPainter-OSX" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AD0E5CAA1ECC6F2B00C35669 /* Debug */,
AD0E5CAB1ECC6F2B00C35669 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
AD58E04A1E107411006ACC15 /* Build configuration list for PBXProject "engine" */ = {
isa = XCConfigurationList;
buildConfigurations = (