Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns are now sortable #57

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Reverted deployment target to 10.12 even if there are some warnings. …
…The NSUUIDAttributeType is just an int so it should be usable with 10.12 even if the symbol does not exist.
  • Loading branch information
altimac committed Oct 24, 2019
commit 5c6cfe1e44747c0a3f210aab89d5f4a4b908a930
4 changes: 2 additions & 2 deletions Core Data Editor/Core Data Editor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Core Data Editor/Core Data Editor-Prefix.pch";
INFOPLIST_FILE = "Core Data Editor/Core Data Editor-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "de.christian-kienle.coredataeditor5";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -2457,7 +2457,7 @@
GCC_PREFIX_HEADER = "Core Data Editor/Core Data Editor-Prefix.pch";
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = "Core Data Editor/Core Data Editor-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "de.christian-kienle.coredataeditor5";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down