Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 9004cd7

Browse files
Merge pull request #35 from CAAPIM/master-develop-merge
Master develop merge
2 parents 0b8c657 + 1569fff commit 9004cd7

8 files changed

Lines changed: 32 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.0.00
2+
3+
### Bug fixes
4+
None.
5+
6+
### New features
7+
None.
8+
19
# Version 1.9.20
210

311
### Bug fixes
@@ -6,6 +14,7 @@ None.
614
### New features
715
None.
816

17+
918
# Version 1.9.10
1019

1120
### Bug fixes
@@ -104,9 +113,8 @@ None.
104113

105114

106115
[mag]: https://docops.ca.com/mag
107-
[mas.ca.com]: http://mas.ca.com/
108-
[docs]: http://mas.ca.com/docs/
109-
[blog]: http://mas.ca.com/blog/
116+
[techdocs.broadcom.com]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html
117+
[docs]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html
110118

111119
[releases]: ../../releases
112120
[contributing]: /CONTRIBUTING.md

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Follow these steps for pull requests:
2121
6. If you haven't already, complete the [Contributor License Agreement ("CLA")][cla].
2222

2323
### Contributor License Agreement ("CLA")
24-
To accept pull requests, submit a CLA. (Submitting a single CLA lets you work on any open source projects from CA, Inc.)
24+
To accept pull requests, submit a CLA. (Submitting a single CLA lets you work on any open source projects from Broadcom, Inc.)
2525

2626
Complete your CLA here: <https://www.clahub.com/agreements/CAAPIM/iOS-MAS-Storage>
2727

2828
## Bugs
29-
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.
30-
To share ideas or ask product-related questions go to [CA Communities][community].
29+
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.
30+
To share ideas or ask product-related questions go to [Broadcom Communities][community].
3131

3232
### Known Issues
3333
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
4848

4949

5050
[guidelines]: /GUIDELINES.md
51-
[community]: https://communities.ca.com/community/ca-api-management-community/content?filterID=contentstatus%5Bpublished%5D~category%5Bca-mobile-api-gateway%5D
51+
[community]: https://community.broadcom.com/enterprisesoftware/communities/communityhomeblogs?CommunityKey=0f580f5f-30a4-41de-a75c-e5f433325a18
5252
[license-link]: /LICENSE
5353
[cla]: https://www.clahub.com/agreements/CAAPIM/iOS-MAS-Storage
54-
[casupport]: https://support.ca.com/irj/portal/implsvcnewcase
54+
[casupport]: https://casupport.broadcom.com
5555

GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CA Technologies Objective-C Style Guide
1+
# Broadcom Objective-C Style Guide
22

33
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.
44

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 CA. All rights reserved.
3+
Copyright (c) 2019 Broadcom. All Rights Reserved.
4+
The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) 2016 CA. All rights reserved.
4+
Copyright (c) 2019 Broadcom. All Rights Reserved.
5+
The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
56

67
Permission is hereby granted, free of charge, to any person
78
obtaining a copy of this software and associated documentation

MASStorage.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
);
406406
runOnlyForDeploymentPostprocessing = 0;
407407
shellPath = /bin/sh;
408-
shellScript = "set -e\n\n#---------------\n#Framework Name \n#---------------\n\nFRAMEWORK_NAME=MASStorage\n\n\n#---------------\n#SDK Directory\n#---------------\n\nSDK_DIR=../iOS_SDK\n\n\n#-----------------------\n#CleanUp Build Cache\n#-----------------------\n\nxcodebuild -project $PROJECT_NAME.xcodeproj -configuration Debug -alltargets clean\nxcodebuild -project $PROJECT_NAME.xcodeproj -configuration Release -alltargets clean\n\n\n#-----------------------\n#CleanUp Previous Builds\n#-----------------------\n\n# Remove the framework from the Project Folder\nrm -Rf \"${PROJECT_DIR}/${FRAMEWORK_NAME}.framework\"\n\n# Remove Build folder from DerivedData\nrm -Rf \"${BUILD_DIR}\"\n\n\n#-----------------------\n#Creating New Builds\n#-----------------------\n\n# define output folder environment variable\nUNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal\nARCHIVE_OUTPUTFOLDER=${OBJROOT}/ArchiveIntermediates/$PROJECT_NAME/IntermediateBuildFilesPath/UninstalledProducts/iphoneos\n\n# Archive framework for iPhoneOS with BitCode enabled\n#xcodebuild -scheme $PROJECT_NAME -configuration Release archive\n\nxcodebuild OTHER_CFLAGS=\"-fembed-bitcode\" -scheme $PROJECT_NAME -configuration Release archive CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc (RAKRWMN9VH)\" -archivePath \"${BUILD_DIR}\"\n\n# Build framework for iPhoneOS\n#xcodebuild -target ${FRAMEWORK_NAME} ONLY_ACTIVE_ARCH=NO -configuration ${CONFIGURATION} -sdk iphoneos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc (RAKRWMN9VH)\"\n\n# Build framework for iPhoneSimulator\nxcodebuild -target ${FRAMEWORK_NAME} -configuration ${CONFIGURATION} -sdk iphonesimulator BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc (RAKRWMN9VH)\"\n\n\n#-----------------------\n#Creating Universal Framework\n#-----------------------\n\nmkdir -p \"${UNIVERSAL_OUTPUTFOLDER}\"\nmkdir -p \"${SDK_DIR}\"\n\n# Build the universal library\nlipo -create -output \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}\" \"${ARCHIVE_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\" \"${BUILD_DIR}/${CONFIGURATION}-iphonesimulator/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\"\n\n# Copy the .framework folder of iphoneos\ncp -R \"${ARCHIVE_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework\" \"${UNIVERSAL_OUTPUTFOLDER}/\"\n\n# Delete the library for iphoneos\nrm \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\"\n\n# Move the Universal Library into our framework\nmv \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}\" \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/\"\n\n# Remove the _CodeSignature from the UniversalFramework\nrm -Rf \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/_CodeSignature\"\n\n# Copy the framework\ncp -R \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework\" \"${SDK_DIR}\"\n\n#-----------------------\n#Deleting Build Folder\n#-----------------------\n\n# Remove build folder from the Project Folder\nrm -Rf \"${PROJECT_DIR}/build\"\n";
408+
shellScript = "set -e\n\n#---------------\n#Framework Name \n#---------------\n\nFRAMEWORK_NAME=MASStorage\n\n\n#---------------\n#SDK Directory\n#---------------\n\nSDK_DIR=../iOS_SDK\n\n\n#-----------------------\n#CleanUp Build Cache\n#-----------------------\n\nxcodebuild -project $PROJECT_NAME.xcodeproj -configuration Debug -alltargets clean\nxcodebuild -project $PROJECT_NAME.xcodeproj -configuration Release -alltargets clean\n\n\n#-----------------------\n#CleanUp Previous Builds\n#-----------------------\n\n# Remove the framework from the Project Folder\nrm -Rf \"${PROJECT_DIR}/${FRAMEWORK_NAME}.framework\"\n\n# Remove Build folder from DerivedData\nrm -Rf \"${BUILD_DIR}\"\n\n\n#-----------------------\n#Creating New Builds\n#-----------------------\n\n# define output folder environment variable\nUNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal\nARCHIVE_OUTPUTFOLDER=${OBJROOT}/ArchiveIntermediates/$PROJECT_NAME/IntermediateBuildFilesPath/UninstalledProducts/iphoneos\n\n# Archive framework for iPhoneOS with BitCode enabled\n#xcodebuild -scheme $PROJECT_NAME -configuration Release archive\n\nxcodebuild OTHER_CFLAGS=\"-fembed-bitcode\" -scheme $PROJECT_NAME -configuration Release archive CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc\" -archivePath \"${BUILD_DIR}\"\n\n# Build framework for iPhoneOS\n#xcodebuild -target ${FRAMEWORK_NAME} ONLY_ACTIVE_ARCH=NO -configuration ${CONFIGURATION} -sdk iphoneos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc (RAKRWMN9VH)\"\n\n# Build framework for iPhoneSimulator\nxcodebuild -target ${FRAMEWORK_NAME} -configuration ${CONFIGURATION} -sdk iphonesimulator BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" CODE_SIGN_IDENTITY=\"iPhone Distribution: CA, Inc\"\n\n\n#-----------------------\n#Creating Universal Framework\n#-----------------------\n\nmkdir -p \"${UNIVERSAL_OUTPUTFOLDER}\"\nmkdir -p \"${SDK_DIR}\"\n\n# Build the universal library\nlipo -create -output \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}\" \"${ARCHIVE_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\" \"${BUILD_DIR}/${CONFIGURATION}-iphonesimulator/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\"\n\n# Copy the .framework folder of iphoneos\ncp -R \"${ARCHIVE_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework\" \"${UNIVERSAL_OUTPUTFOLDER}/\"\n\n# Delete the library for iphoneos\nrm \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/${FRAMEWORK_NAME}\"\n\n# Move the Universal Library into our framework\nmv \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}\" \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/\"\n\n# Remove the _CodeSignature from the UniversalFramework\nrm -Rf \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework/_CodeSignature\"\n\n# Copy the framework\ncp -R \"${UNIVERSAL_OUTPUTFOLDER}/${FRAMEWORK_NAME}.framework\" \"${SDK_DIR}\"\n\n#-----------------------\n#Deleting Build Folder\n#-----------------------\n\n# Remove build folder from the Project Folder\nrm -Rf \"${PROJECT_DIR}/build\"\n";
409409
};
410410
/* End PBXShellScriptBuildPhase section */
411411

@@ -542,7 +542,7 @@
542542
isa = XCBuildConfiguration;
543543
buildSettings = {
544544
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
545-
CURRENT_PROJECT_VERSION = 1.9.20;
545+
CURRENT_PROJECT_VERSION = 2.0.00;
546546
DEFINES_MODULE = YES;
547547
DYLIB_COMPATIBILITY_VERSION = 1;
548548
DYLIB_CURRENT_VERSION = 1;
@@ -559,6 +559,7 @@
559559
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
560560
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
561561
MACH_O_TYPE = mh_dylib;
562+
MARKETING_VERSION = 2.0.00;
562563
ONLY_ACTIVE_ARCH = NO;
563564
OTHER_LDFLAGS = "";
564565
PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)";
@@ -572,7 +573,7 @@
572573
isa = XCBuildConfiguration;
573574
buildSettings = {
574575
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
575-
CURRENT_PROJECT_VERSION = 1.9.20;
576+
CURRENT_PROJECT_VERSION = 2.0.00;
576577
DEFINES_MODULE = YES;
577578
DYLIB_COMPATIBILITY_VERSION = 1;
578579
DYLIB_CURRENT_VERSION = 1;
@@ -589,6 +590,7 @@
589590
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
590591
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
591592
MACH_O_TYPE = mh_dylib;
593+
MARKETING_VERSION = 2.0.00;
592594
ONLY_ACTIVE_ARCH = NO;
593595
OTHER_LDFLAGS = "";
594596
PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)";

MASStorage/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.20</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,16 @@ Any object conforming to `NSDate` or `NSString` can be saved into the cloud stor
279279

280280
## License
281281

282-
Copyright (c) 2016 CA. All rights reserved.
282+
Copyright (c) 2019 Broadcom. All Rights Reserved.
283+
The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
283284

284285
This software may be modified and distributed under the terms
285286
of the MIT license. See the [LICENSE][license-link] file for details.
286287

287288

288-
[mas.ca.com]: http://mas.ca.com/
289-
[get-started]: http://mas.ca.com/get-started/
290-
[docs]: http://mas.ca.com/docs/
291-
[blog]: http://mas.ca.com/blog/
292-
[videos]: https://www.ca.com/us/developers/mas/videos.html
289+
[techdocs.broadcom.com]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html
290+
[get-started]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html
291+
[docs]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html
293292
[StackOverflow]: http://stackoverflow.com/questions/tagged/massdk
294293
[download]: https://github.com/CAAPIM/iOS-MAS-Storage/archive/master.zip
295294
[contributing]: https://github.com/CAAPIM/iOS-MAS-Storage/blob/develop/CONTRIBUTING.md

0 commit comments

Comments
 (0)