|
|
@@ -25,7 +25,7 @@
|
|
|
8A86536B1B729559009F94DD /* PolycodeTemplateApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A86536A1B729559009F94DD /* PolycodeTemplateApp.mm */; };
|
|
|
8A86536D1B729D77009F94DD /* PolycodeView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A86536C1B729D77009F94DD /* PolycodeView.mm */; };
|
|
|
8A8653701B72C431009F94DD /* default.pak in Resources */ = {isa = PBXBuildFile; fileRef = 8A86536F1B72C431009F94DD /* default.pak */; };
|
|
|
- 8A8653721B72C527009F94DD /* main_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8A8653711B72C527009F94DD /* main_icon.png */; };
|
|
|
+ 8A8653961B752DBE009F94DD /* main_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8A8653951B752DBE009F94DD /* main_icon.png */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
@@ -52,7 +52,7 @@
|
|
|
8A86536C1B729D77009F94DD /* PolycodeView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = PolycodeView.mm; path = ../../../../src/view/osx/PolycodeView.mm; sourceTree = "<group>"; };
|
|
|
8A86536E1B72C301009F94DD /* PolycodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolycodeView.h; path = ../../../../include/polycode/view/osx/PolycodeView.h; sourceTree = "<group>"; };
|
|
|
8A86536F1B72C431009F94DD /* default.pak */ = {isa = PBXFileReference; lastKnownFileType = file; name = default.pak; path = ../../../../assets/default/default.pak; sourceTree = "<group>"; };
|
|
|
- 8A8653711B72C527009F94DD /* main_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = main_icon.png; path = ../../../../assets/icons/main_icon.png; sourceTree = "<group>"; };
|
|
|
+ 8A8653951B752DBE009F94DD /* main_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = main_icon.png; path = ../../../../assets/icons/main_icon.png; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -105,8 +105,8 @@
|
|
|
8A86536E1B72C301009F94DD /* PolycodeView.h */,
|
|
|
8A86536C1B729D77009F94DD /* PolycodeView.mm */,
|
|
|
8A86536F1B72C431009F94DD /* default.pak */,
|
|
|
- 8A8653711B72C527009F94DD /* main_icon.png */,
|
|
|
8A86533A1B72931C009F94DD /* Images.xcassets */,
|
|
|
+ 8A8653951B752DBE009F94DD /* main_icon.png */,
|
|
|
8A86533C1B72931C009F94DD /* MainMenu.xib */,
|
|
|
8A8653331B72931C009F94DD /* Supporting Files */,
|
|
|
);
|
|
|
@@ -189,7 +189,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
8A86533B1B72931C009F94DD /* Images.xcassets in Resources */,
|
|
|
- 8A8653721B72C527009F94DD /* main_icon.png in Resources */,
|
|
|
+ 8A8653961B752DBE009F94DD /* main_icon.png in Resources */,
|
|
|
8A86533E1B72931C009F94DD /* MainMenu.xib in Resources */,
|
|
|
8A8653701B72C431009F94DD /* default.pak in Resources */,
|
|
|
);
|
|
|
@@ -367,6 +367,7 @@
|
|
|
8A86534F1B72931C009F94DD /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
};
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|