Don't synthesize the getter when the setter isn't synthesized.
This commit is contained in:
parent
666d710314
commit
8ea345c02c
3 changed files with 38 additions and 9 deletions
|
@ -378,6 +378,7 @@
|
|||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = framework;
|
||||
|
@ -395,6 +396,7 @@
|
|||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = framework;
|
||||
|
@ -411,6 +413,7 @@
|
|||
4B1295EB1337BD2D00154B25 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
4BC5598A1337A65400E345C7 /* Build configuration list for PBXProject "ObjXMPP" */ = {
|
||||
isa = XCConfigurationList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue