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

Commit d677622

Browse files
Merge pull request #73 from CAAPIM/merge-develop
Merge develop
2 parents 645c8df + f7ce8fa commit d677622

17 files changed

Lines changed: 90 additions & 28 deletions

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# Version 1.9.20
1+
# Version 2.0.00
22

33
### Bug fixes
44
None.
55

66
### New features
77
None.
88

9+
# Version 1.9.20
10+
11+
### New features
12+
- MASUI framework now has new dependency on [MASProximity][MASProximity] framework. No code change is required, and no functionality change was made. [US584914]
13+
914
# Version 1.9.10
1015

1116
### Bug fixes
@@ -131,11 +136,10 @@ None.
131136

132137
- .
133138

134-
139+
[MASProximity]: https://github.com/CAAPIM/iOS-MAS-Proximity
135140
[mag]: https://docops.ca.com/mag
136-
[mas.ca.com]: http://mas.ca.com/
137-
[docs]: http://mas.ca.com/docs/
138-
[blog]: http://mas.ca.com/blog/
141+
[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
142+
[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
139143

140144
[releases]: ../../releases
141145
[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-UI>
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-UI
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 Technologies 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

MASUI.xcodeproj/project.pbxproj

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,27 @@
210210
remoteGlobalIDString = 104661101C06581500A2A03C;
211211
remoteInfo = MASUI;
212212
};
213+
CBBC7BD1226E780600ABA2BA /* PBXContainerItemProxy */ = {
214+
isa = PBXContainerItemProxy;
215+
containerPortal = CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */;
216+
proxyType = 2;
217+
remoteGlobalIDString = CBA4234122662C9C00B8D617;
218+
remoteInfo = MASProximity;
219+
};
220+
CBBC7BD3226E780600ABA2BA /* PBXContainerItemProxy */ = {
221+
isa = PBXContainerItemProxy;
222+
containerPortal = CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */;
223+
proxyType = 2;
224+
remoteGlobalIDString = CBA4234A22662C9C00B8D617;
225+
remoteInfo = MASProximityTests;
226+
};
227+
CBBC7BD5226E783400ABA2BA /* PBXContainerItemProxy */ = {
228+
isa = PBXContainerItemProxy;
229+
containerPortal = CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */;
230+
proxyType = 1;
231+
remoteGlobalIDString = CBA4234022662C9C00B8D617;
232+
remoteInfo = MASProximity;
233+
};
213234
/* End PBXContainerItemProxy section */
214235

215236
/* Begin PBXFileReference section */
@@ -322,6 +343,7 @@
322343
CB8DDC941E84A22000B25AA9 /* MASLoginQRCodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLoginQRCodeView.h; sourceTree = "<group>"; };
323344
CB8DDC951E84A22000B25AA9 /* MASLoginQRCodeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLoginQRCodeView.m; sourceTree = "<group>"; };
324345
CB8DDC981E84A22E00B25AA9 /* MASLoginQRCodeView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MASLoginQRCodeView.xib; sourceTree = "<group>"; };
346+
CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MASProximity.xcodeproj; path = ../MASProximity/MASProximity.xcodeproj; sourceTree = "<group>"; };
325347
CBC88F9C1DBE86E2009EE1C6 /* MASBaseLoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASBaseLoginViewController.h; sourceTree = "<group>"; };
326348
CBC88F9D1DBE86E2009EE1C6 /* MASBaseLoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASBaseLoginViewController.m; sourceTree = "<group>"; };
327349
CBC88FA11DBFED83009EE1C6 /* MAS+UI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MAS+UI.h"; sourceTree = "<group>"; };
@@ -372,6 +394,7 @@
372394
104661071C06581500A2A03C = {
373395
isa = PBXGroup;
374396
children = (
397+
CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */,
375398
10246AB91CBAA82600C0A70A /* MASFoundation.xcodeproj */,
376399
104661131C06581500A2A03C /* MASUI */,
377400
1046611F1C06581500A2A03C /* MASUITests */,
@@ -633,6 +656,15 @@
633656
path = sociallogin;
634657
sourceTree = "<group>";
635658
};
659+
CBBC7BCA226E780600ABA2BA /* Products */ = {
660+
isa = PBXGroup;
661+
children = (
662+
CBBC7BD2226E780600ABA2BA /* MASProximity.framework */,
663+
CBBC7BD4226E780600ABA2BA /* MASProximityTests.xctest */,
664+
);
665+
name = Products;
666+
sourceTree = "<group>";
667+
};
636668
CBC88F9B1DBE7F2B009EE1C6 /* ui */ = {
637669
isa = PBXGroup;
638670
children = (
@@ -715,6 +747,7 @@
715747
buildRules = (
716748
);
717749
dependencies = (
750+
CBBC7BD6226E783400ABA2BA /* PBXTargetDependency */,
718751
10246AC41CBAA83C00C0A70A /* PBXTargetDependency */,
719752
);
720753
name = MASUI;
@@ -780,6 +813,10 @@
780813
ProductGroup = 10246ABA1CBAA82600C0A70A /* Products */;
781814
ProjectRef = 10246AB91CBAA82600C0A70A /* MASFoundation.xcodeproj */;
782815
},
816+
{
817+
ProductGroup = CBBC7BCA226E780600ABA2BA /* Products */;
818+
ProjectRef = CBBC7BC9226E780600ABA2BA /* MASProximity.xcodeproj */;
819+
},
783820
);
784821
projectRoot = "";
785822
targets = (
@@ -806,6 +843,20 @@
806843
remoteRef = 10246AC11CBAA82600C0A70A /* PBXContainerItemProxy */;
807844
sourceTree = BUILT_PRODUCTS_DIR;
808845
};
846+
CBBC7BD2226E780600ABA2BA /* MASProximity.framework */ = {
847+
isa = PBXReferenceProxy;
848+
fileType = wrapper.framework;
849+
path = MASProximity.framework;
850+
remoteRef = CBBC7BD1226E780600ABA2BA /* PBXContainerItemProxy */;
851+
sourceTree = BUILT_PRODUCTS_DIR;
852+
};
853+
CBBC7BD4226E780600ABA2BA /* MASProximityTests.xctest */ = {
854+
isa = PBXReferenceProxy;
855+
fileType = wrapper.cfbundle;
856+
path = MASProximityTests.xctest;
857+
remoteRef = CBBC7BD3226E780600ABA2BA /* PBXContainerItemProxy */;
858+
sourceTree = BUILT_PRODUCTS_DIR;
859+
};
809860
/* End PBXReferenceProxy section */
810861

811862
/* Begin PBXResourcesBuildPhase section */
@@ -1011,6 +1062,11 @@
10111062
target = 104661101C06581500A2A03C /* MASUI */;
10121063
targetProxy = 1046611D1C06581500A2A03C /* PBXContainerItemProxy */;
10131064
};
1065+
CBBC7BD6226E783400ABA2BA /* PBXTargetDependency */ = {
1066+
isa = PBXTargetDependency;
1067+
name = MASProximity;
1068+
targetProxy = CBBC7BD5226E783400ABA2BA /* PBXContainerItemProxy */;
1069+
};
10141070
/* End PBXTargetDependency section */
10151071

10161072
/* Begin XCBuildConfiguration section */
@@ -1147,7 +1203,7 @@
11471203
buildSettings = {
11481204
CLANG_ENABLE_MODULES = YES;
11491205
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1150-
CURRENT_PROJECT_VERSION = 1.9.20;
1206+
CURRENT_PROJECT_VERSION = 2.0.00;
11511207
DEFINES_MODULE = YES;
11521208
DYLIB_COMPATIBILITY_VERSION = 1;
11531209
DYLIB_CURRENT_VERSION = 1;
@@ -1178,7 +1234,7 @@
11781234
buildSettings = {
11791235
CLANG_ENABLE_MODULES = YES;
11801236
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1181-
CURRENT_PROJECT_VERSION = 1.9.20;
1237+
CURRENT_PROJECT_VERSION = 2.0.00;
11821238
DEFINES_MODULE = YES;
11831239
DYLIB_COMPATIBILITY_VERSION = 1;
11841240
DYLIB_CURRENT_VERSION = 1;

MASUI/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>2.0.00</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

MASUI/MASUI_PrefixHeader.pch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
1616

1717
#import <MASFoundation/MASFoundation.h>
18+
#import <MASProximity/MASProximity.h>
1819

1920
#endif /* MASUI_PrefixHeader_pch */
2021

2122
#ifdef DEBUG
2223
# define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
2324
#else
2425
# define DLog(...)
25-
#endif
26+
#endif

MASUI/Resources/images/caLogo.png

100755100644
-3.63 KB
Loading
-5.58 KB
Loading

0 commit comments

Comments
 (0)