diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66377e4..e26782f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,13 +21,13 @@ Follow these steps for pull requests: 6. If you haven't already, complete the [Contributor License Agreement ("CLA")][cla]. ### Contributor License Agreement ("CLA") -To accept pull requests, submit a CLA. (Submitting a single CLA lets you work on any open source projects from CA, Inc.) +To accept pull requests, submit a CLA. (Submitting a single CLA lets you work on any open source projects from Broadcom, Inc.) Complete your CLA here: ## Bugs -We work hard to avoid them, but they still happen. If you're a CA customer, open an issue in our [Support Page][casupport], otherwise use GitHub issues. -To share ideas or ask product-related questions go to [CA Communities][community]. +We work hard to avoid them, but they still happen. If you're a Broadcom customer, open an issue in our [Support Page][casupport], otherwise use GitHub issues. +To share ideas or ask product-related questions go to [Broadcom Communities][community]. ### Known Issues We also use GitHub issues for updates to known issues, including alerts when fixes are in progress. @@ -48,8 +48,8 @@ By contributing to the iOS Mobile SDK, you agree that your contributions will be [guidelines]: /GUIDELINES.md -[community]: https://communities.ca.com/community/ca-api-management-community/content?filterID=contentstatus%5Bpublished%5D~category%5Bca-mobile-api-gateway%5D +[community]: https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=0f580f5f-30a4-41de-a75c-e5f433325a18 [license-link]: /LICENSE [cla]: https://www.clahub.com/agreements/CAAPIM/iOS-MAS-Storage -[casupport]: https://support.ca.com/irj/portal/implsvcnewcase +[casupport]: https://casupport.broadcom.com diff --git a/GUIDELINES.md b/GUIDELINES.md index 8a4405f..05dcb8c 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -1,4 +1,4 @@ -# CA Technologies Objective-C Style Guide +# Broadcom Objective-C Style Guide This document describes the Objective-C coding style of the iOS Mobile SDK team. This guideline is recommended to comply with all Objective-C implementations of our products. diff --git a/LICENSE b/LICENSE index 56dbc62..a0a95c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) -Copyright (c) 2016 CA. All rights reserved. +Copyright (c) 2019 Broadcom. All Rights Reserved. +The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.md b/LICENSE.md index a54c3d2..d49a6b4 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,8 @@ The MIT License (MIT) ===================== -Copyright (c) 2016 CA. All rights reserved. +Copyright (c) 2019 Broadcom. All Rights Reserved. +The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/MASStorage.xcodeproj/project.pbxproj b/MASStorage.xcodeproj/project.pbxproj index 271b077..fbe898f 100644 --- a/MASStorage.xcodeproj/project.pbxproj +++ b/MASStorage.xcodeproj/project.pbxproj @@ -338,6 +338,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 102E998A1B98B16700CB297C; @@ -541,7 +542,7 @@ isa = XCBuildConfiguration; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 1.9.10; + CURRENT_PROJECT_VERSION = 1.9.20; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -563,6 +564,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = NO; }; name = Debug; }; @@ -570,7 +572,7 @@ isa = XCBuildConfiguration; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 1.9.10; + CURRENT_PROJECT_VERSION = 1.9.20; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -592,6 +594,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = NO; }; name = Release; }; @@ -642,6 +645,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MASStorage/MASStorage-PrefixHeader.pch"; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTS_MACCATALYST = NO; }; name = Debug; }; @@ -652,6 +656,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MASStorage/MASStorage-PrefixHeader.pch"; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTS_MACCATALYST = NO; }; name = Release; }; diff --git a/MASStorage/Info.plist b/MASStorage/Info.plist index a6cb204..d27f501 100644 --- a/MASStorage/Info.plist +++ b/MASStorage/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.9.10 + 1.9.20 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 5f9ded2..84bda09 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,8 @@ Any object conforming to `NSDate` or `NSString` can be saved into the cloud stor ## License -Copyright (c) 2016 CA. All rights reserved. +Copyright (c) 2019 Broadcom. All Rights Reserved. +The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. This software may be modified and distributed under the terms of the MIT license. See the [LICENSE][license-link] file for details.