Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.9.20

### New features
- Proximity Login feature (BLE and QR Code) is now moved to [MASProximity][MASProximity] framework. No code change is required, and no functionality change was made. In order to use Proxmity Login feature, please include [MASProximity][MASProximity] framework into a project. [US584914]

# Version 1.9.10

### Bug fixes
Expand Down Expand Up @@ -228,7 +233,7 @@ None.

- .


[MASProximity]: https://github.com/CAAPIM/iOS-MAS-Proximity
[mag]: https://docops.ca.com/mag
[mas.ca.com]: http://mas.ca.com/
[docs]: http://mas.ca.com/docs/
Expand Down
27 changes: 0 additions & 27 deletions MASFoundation.podspec

This file was deleted.

85 changes: 7 additions & 78 deletions MASFoundation.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions MASFoundation/Classes/MAS.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#import "MASJWTService.h"
#import "MASAccessService.h"
#import "MASBluetoothService.h"
#import "MASConfigurationService.h"
#import "MASConstantsPrivate.h"
#import "MASClaims+MASPrivate.h"
Expand Down Expand Up @@ -1518,19 +1517,17 @@ + (void)currentStatusToConsole
{
MASServiceRegistry *registry = [MASServiceRegistry sharedRegistry];
MASConfigurationService *configurationService = [MASConfigurationService sharedService];
MASBluetoothService *bluetoothService = [MASBluetoothService sharedService];
MASFileService *fileService = [MASFileService sharedService];
MASLocationService *locationService = [MASLocationService sharedService];
MASModelService *modelService = [MASModelService sharedService];
MASNetworkingService *networkingService = [MASNetworkingService sharedService];

DLog(@"\n\n\n%@\n\n ****************************** Services Summary ******************************\n\n\n"
" %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n",
" %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n %@\n\n\n",
(registry ? [registry debugDescription] : @"(Service Registry Not Initialized"),
(configurationService ? [configurationService debugDescription] : @"(Configuration Service Not Initialized)\n\n"),
(networkingService ? [networkingService debugDescription] : @"(Networking Service Not Initialized)\n\n"),
(locationService ? [locationService debugDescription] : @"(Location Service Not Initialized)\n\n"),
(bluetoothService ? [bluetoothService debugDescription] : @"(Bluetooth Service Not Initialized)\n\n"),
(modelService ? [modelService debugDescription] : @"(Model Service Not Initialized)\n\n"),
(fileService ? [fileService debugDescription] : @"(File Service Not Initialized)\n\n"),
[[MASAccessService sharedService] debugSecuredDescription]);
Expand Down
28 changes: 0 additions & 28 deletions MASFoundation/Classes/MASError.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,34 +162,6 @@ typedef NS_ENUM(NSInteger, MASFoundationErrorCode)
MASFoundationErrorCodeEnterpriseBrowserNativeAppCannotOpen = 140003,
MASFoundationErrorCodeEnterpriseBrowserAppDoesNotExist = 140004,

//
// BLE
//
MASFoundationErrorCodeBLEUnknownState = 150001,
MASFoundationErrorCodeBLEAuthorizationFailed = 150002,
MASFoundationErrorCodeBLEAuthorizationPollingFailed = 150003,
MASFoundationErrorCodeBLECentralDeviceNotFound = 150004,
MASFoundationErrorCodeBLEDelegateNotDefined = 150005,
MASFoundationErrorCodeBLEInvalidAuthenticationProvider = 150006,
MASFoundationErrorCodeBLEPoweredOff = 150007,
MASFoundationErrorCodeBLEResetting = 150008,
MASFoundationErrorCodeBLERSSINotInRange = 150009,
MASFoundationErrorCodeBLEUnSupported = 150010,
MASFoundationErrorCodeBLEUnauthorized = 150011,
MASFoundationErrorCodeBLEUserDeclined = 150012,
MASFoundationErrorCodeBLECentral = 150013,
MASFoundationErrorCodeBLEPeripheral = 150014,
MASFoundationErrorCodeBLEPeripheralServices = 150015,
MASFoundationErrorCodeBLEPeripheralCharacteristics = 150016,

//
// Proximity Login
//
MASFoundationErrorCodeProximityLoginAuthorizationInProgress = 150101,
MASFoundationErrorCodeProximityLoginInvalidAuthenticationURL = 150102,
MASFoundationErrorCodeQRCodeProximityLoginAuthorizationPollingFailed = 150103,
MASFoundationErrorCodeProximityLoginInvalidAuthorizeURL = 150104,

//
// OTP
//
Expand Down
135 changes: 0 additions & 135 deletions MASFoundation/Classes/MASProximityLoginDelegate.h

This file was deleted.

9 changes: 0 additions & 9 deletions MASFoundation/Classes/_private_/MASConstantsPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#import "MASNetworkingService.h"
#import "MASIOrderedDictionary.h"

#import "CBCentralManager+MASPrivate.h"
#import "CBPeripheralManager+MASPrivate.h"
#import "CLLocation+MASPrivate.h"
#import "CLLocationManager+MASPrivate.h"
#import "MASApplication+MASPrivate.h"
Expand All @@ -37,7 +35,6 @@

// Known internal MASFoundation service UUIDs
static NSString *_Nonnull const MASAccessServiceUUID = @"46987e7b-a694-4b44-b02d-694c90ae6952";
static NSString *_Nonnull const MASBluetoothServiceUUID = @"e1c58e79-3df9-4dcc-b32d-f947762450c8";
static NSString *_Nonnull const MASConfigurationServiceUUID = @"277a5b4a-b665-4ace-b23b-237c80bd7083";
static NSString *_Nonnull const MASConnectaServiceUUID = @"ce68de11-609c-42cb-9fb1-96d661e9ff17";
static NSString *_Nonnull const MASLocationServiceUUID = @"83c5830a-019f-4415-a46c-41470bc28219";
Expand Down Expand Up @@ -334,12 +331,6 @@ typedef void (^MASLocationMonitorBlock)(CLLocation *_Nonnull location, MASLocati
typedef void (^MASSessionDataTaskCompletionBlock)(NSURLResponse *_Nonnull response, id _Nonnull responseObject, NSError *_Nonnull error);


/**
* Void code block.
*/
typedef void (^MASVoidCodeBlock)(void);


//
// MAS Notification - private
//
Expand Down

This file was deleted.

Loading