Restore Xcode debugging with newer builds.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>@SM_EXE_NAME@</string>
|
||||
<string>PRODUCT_NAME</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>@SM_EXE_NAME@ @SM_VERSION_TRADITIONAL@</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#if defined(DEBUG)
|
||||
#define PRODUCT_NAME @SM_NAME_DEBUG@
|
||||
#elif defined(MINSIZEREL)
|
||||
#define PRODUCT_NAME @SM_NAME_MINSIZEREL@
|
||||
#elif defined(RELWITHDEBINFO)
|
||||
#define PRODUCT_NAME @SM_NAME_RELWITHDEBINFO@
|
||||
#else
|
||||
#define PRODUCT_NAME @SM_NAME_RELEASE@
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user