readme update

This commit is contained in:
John Estropia
2020-06-20 13:07:10 +09:00
parent 4a97d5a8dc
commit 1f90f846f3
2 changed files with 258 additions and 39 deletions

View File

@@ -3413,7 +3413,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.0.4;
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,
@@ -3436,7 +3436,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.0.4;
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,
@@ -3496,6 +3496,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,
@@ -3521,6 +3522,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,