Closed unpluggedk closed 5 years ago
Looks good, the only comment: after installing pod, project is failing to compile with error:
Use of unresolved identifier 'MSALGlobalConfig'
Also, I think it is a good idea to specify exact MSAL pod version.
target 'MSALiOS' do
pod 'MSAL', '0.4.0'
end
Otherwise sample may fail if latest MSAL pod is not compatible with sample code.
remove cartfile and update project to not use storyboard, and refactor for better grouping of functionalities.