Skip to content

Commit

Permalink
add entitlements for notarization; update version number to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
treellama committed Aug 17, 2020
1 parent 9c0d3a1 commit 45157c3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ShapeFusion-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>ShpF</string>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down
5 changes: 5 additions & 0 deletions ShapeFusion.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
10 changes: 10 additions & 0 deletions ShapeFusion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
AE02711014C51C510093B508 /* ShapeFusionDocManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShapeFusionDocManager.cpp; sourceTree = "<group>"; };
AE02711114C51C510093B508 /* ShapeFusionDocManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShapeFusionDocManager.h; sourceTree = "<group>"; };
AE3390491290D7A2000DE273 /* shapefusion.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = shapefusion.icns; path = Resources/shapefusion.icns; sourceTree = "<group>"; };
AEEC4EC224EA10D7006C0530 /* ShapeFusion.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShapeFusion.entitlements; sourceTree = "<group>"; };
F03A573B0D0381F00057BB53 /* GenericEndianBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.cpp.cpp; path = GenericEndianBuffer.cpp; sourceTree = "<group>"; };
F03A573D0D0381F80057BB53 /* GenericEndianBuffer.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = GenericEndianBuffer.h; sourceTree = "<group>"; };
F08B4B780AB0AE4B00896399 /* ShapeFusionApp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShapeFusionApp.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -221,6 +222,7 @@
F08B4B580AB0ADBA00896399 = {
isa = PBXGroup;
children = (
AEEC4EC224EA10D7006C0530 /* ShapeFusion.entitlements */,
F08B4B720AB0AE0B00896399 /* Sources */,
F08B4B750AB0AE1200896399 /* Resources */,
F08B4B9E0AB0B02A00896399 /* External things */,
Expand Down Expand Up @@ -551,7 +553,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = ShapeFusion.entitlements;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 0.7;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"_FILE_OFFSET_BITS=64",
_LARGE_FILES,
Expand All @@ -563,6 +568,7 @@
"$(inherited)",
"$(WX_LIB_ROOT)",
);
MARKETING_VERSION = 0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.titodalcanton.shapefusion;
PRODUCT_NAME = ShapeFusion;
WRAPPER_EXTENSION = app;
Expand All @@ -574,8 +580,11 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = ShapeFusion.entitlements;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 0.7;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"_FILE_OFFSET_BITS=64",
_LARGE_FILES,
Expand All @@ -587,6 +596,7 @@
"$(inherited)",
"$(WX_LIB_ROOT)",
);
MARKETING_VERSION = 0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.titodalcanton.shapefusion;
PRODUCT_NAME = ShapeFusion;
STRIP_INSTALLED_PRODUCT = YES;
Expand Down
2 changes: 1 addition & 1 deletion ShapeFusionMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wxDocParentFrame(manager, frame, id, title, pos, size, type)
void ShapeFusionMain::OnAbout(wxCommandEvent& WXUNUSED(event))
{
wxMessageDialog *dlg = new wxMessageDialog(this,
wxT("ShapeFusion 0.6\nhttp://shapefusion.sourceforge.net\n\nCopyright 2000-2012, Tito Dal Canton\n\n"
wxT("ShapeFusion 0.7\nhttp://shapefusion.sourceforge.net\n\nCopyright 2000-2020, Tito Dal Canton\n\n"
"An editor for Marathon 2, Marathon Infinity and Aleph One shapes and sounds files. "
"Released under the terms of the GNU General Public License: for more information "
"see the COPYING file that comes with ShapeFusion."),
Expand Down

0 comments on commit 45157c3

Please sign in to comment.