Skip to content

Commit

Permalink
[CHANGE] Preparing for a working AppStore release. Removed receipt ch…
Browse files Browse the repository at this point in the history
…eck as we'll be free anyways. Removed OpenSSL as this was the only use for it. Fixed OgreKit linkage that still used @eXecutable path. Added script to clean out all references to sparkle in case of AppStore.
  • Loading branch information
monkeydom committed Nov 6, 2018
1 parent 3181c9b commit 9241bb6
Show file tree
Hide file tree
Showing 84 changed files with 146 additions and 41,469 deletions.
6 changes: 3 additions & 3 deletions OgreKit/OgreKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2233,7 +2233,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "RegularExpression/OgreKit-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
INSTALL_PATH = "@rpath";
LIBRARY_SEARCH_PATHS = (
"$(LIBRARY_SEARCH_PATHS)",
"$(SRCROOT)/RegularExpression/oniguruma",
Expand Down Expand Up @@ -2270,7 +2270,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "RegularExpression/OgreKit-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
INSTALL_PATH = "@rpath";
LIBRARY_SEARCH_PATHS = (
"$(LIBRARY_SEARCH_PATHS)",
"$(SRCROOT)/RegularExpression/oniguruma",
Expand Down Expand Up @@ -2307,7 +2307,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "RegularExpression/OgreKit-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
INSTALL_PATH = "@rpath";
LIBRARY_SEARCH_PATHS = (
"$(LIBRARY_SEARCH_PATHS)",
"$(SRCROOT)/RegularExpression/oniguruma",
Expand Down
147 changes: 0 additions & 147 deletions SubEthaEdit-Mac/OpenSSL/aes.h

This file was deleted.

Loading

0 comments on commit 9241bb6

Please sign in to comment.