-
Notifications
You must be signed in to change notification settings - Fork 102
Updated project settings, Fixed issues for dynamic framework #37
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1011,9 +1011,10 @@ | |
| isa = PBXProject; | ||
| attributes = { | ||
| LastSwiftUpdateCheck = 0700; | ||
| LastUpgradeCheck = 0700; | ||
| LastUpgradeCheck = 0820; | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Were any of the changes to this file required for the framework to build?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will only make a warning silent. Nothing special. |
||
| TargetAttributes = { | ||
| 964C8ABA18D28EE000AD7321 = { | ||
| LastSwiftMigration = 0820; | ||
| TestTargetID = 96853EDA18DB71CD00B5651B; | ||
| }; | ||
| 9699F9D91B3CB83100B6D373 = { | ||
|
|
@@ -1024,6 +1025,7 @@ | |
| }; | ||
| 96EA535A1B3CB04300F79DC6 = { | ||
| CreatedOnToolsVersion = 6.3.2; | ||
| LastSwiftMigration = 0820; | ||
| }; | ||
| 96F5BBB01B39A65F00ACB162 = { | ||
| CreatedOnToolsVersion = 6.3.2; | ||
|
|
@@ -1293,7 +1295,9 @@ | |
| 1DEB922308733DC00010E9CD /* Debug */ = { | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| CLANG_ENABLE_OBJC_ARC = YES; | ||
| CURRENT_PROJECT_VERSION = 1; | ||
| ENABLE_TESTABILITY = YES; | ||
| GCC_C_LANGUAGE_STANDARD = c99; | ||
| GCC_OPTIMIZATION_LEVEL = 0; | ||
|
|
@@ -1310,19 +1314,21 @@ | |
| ); | ||
| OTHER_LDFLAGS = ""; | ||
| SDKROOT = macosx; | ||
| VERSIONING_SYSTEM = "apple-generic"; | ||
| }; | ||
| name = Debug; | ||
| }; | ||
| 1DEB922408733DC00010E9CD /* Release */ = { | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| CLANG_ENABLE_OBJC_ARC = YES; | ||
| CURRENT_PROJECT_VERSION = 1; | ||
| GCC_C_LANGUAGE_STANDARD = c99; | ||
| GCC_THUMB_SUPPORT = NO; | ||
| GCC_TREAT_WARNINGS_AS_ERRORS = YES; | ||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
| GCC_WARN_UNUSED_VARIABLE = YES; | ||
| IPHONEOS_DEPLOYMENT_TARGET = 5.0; | ||
| MACOSX_DEPLOYMENT_TARGET = 10.7; | ||
| OTHER_CPLUSPLUSFLAGS = ( | ||
| "-DSILENT", | ||
|
|
@@ -1331,6 +1337,7 @@ | |
| ); | ||
| OTHER_LDFLAGS = "-ObjC"; | ||
| SDKROOT = macosx; | ||
| VERSIONING_SYSTEM = "apple-generic"; | ||
| }; | ||
| name = Release; | ||
| }; | ||
|
|
@@ -1365,6 +1372,7 @@ | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.$(PRODUCT_NAME:rfc1034identifier)"; | ||
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SDKROOT = macosx; | ||
| SWIFT_VERSION = 3.0; | ||
| TEST_HOST = "$(BUNDLE_LOADER)"; | ||
| WRAPPER_EXTENSION = xctest; | ||
| }; | ||
|
|
@@ -1397,6 +1405,7 @@ | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.$(PRODUCT_NAME:rfc1034identifier)"; | ||
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SDKROOT = macosx; | ||
| SWIFT_VERSION = 3.0; | ||
| TEST_HOST = "$(BUNDLE_LOADER)"; | ||
| WRAPPER_EXTENSION = xctest; | ||
| }; | ||
|
|
@@ -1416,7 +1425,7 @@ | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| COPY_PHASE_STRIP = NO; | ||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| DEFINES_MODULE = YES; | ||
|
|
@@ -1463,7 +1472,7 @@ | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| COPY_PHASE_STRIP = NO; | ||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| DEFINES_MODULE = YES; | ||
|
|
@@ -1622,6 +1631,7 @@ | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.${PRODUCT_NAME:rfc1034identifier}"; | ||
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SKIP_INSTALL = YES; | ||
| SWIFT_VERSION = 3.0; | ||
| WARNING_CFLAGS = "-Wno-shorten-64-to-32"; | ||
| }; | ||
| name = Debug; | ||
|
|
@@ -1665,6 +1675,7 @@ | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.abbey-code.${PRODUCT_NAME:rfc1034identifier}"; | ||
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SKIP_INSTALL = YES; | ||
| SWIFT_VERSION = 3.0; | ||
| VALIDATE_PRODUCT = YES; | ||
| WARNING_CFLAGS = "-Wno-shorten-64-to-32"; | ||
| }; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Scheme | ||
| LastUpgradeVersion = "0700" | ||
| LastUpgradeVersion = "0820" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will only make a warning silent. Nothing special. |
||
| version = "1.3"> | ||
| <BuildAction | ||
| parallelizeBuildables = "YES" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Scheme | ||
| LastUpgradeVersion = "0700" | ||
| LastUpgradeVersion = "0820" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto |
||
| version = "1.3"> | ||
| <BuildAction | ||
| parallelizeBuildables = "YES" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update it out of beta after we merge this request. I've got a scripted process for doing so.