Skip to content

Commit

Permalink
fix: move msal to main module
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Nov 4, 2024
1 parent dd10adb commit fd7c721
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Authorization/Authorization.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
CEB25A052CC13A36007FC792 /* SocialAuthResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB25A002CC13A36007FC792 /* SocialAuthResponse.swift */; };
CEB25A062CC13A36007FC792 /* MicrosoftAuthProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB259FF2CC13A36007FC792 /* MicrosoftAuthProvider.swift */; };
CEB25A072CC13A36007FC792 /* SocialAuthError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB259FA2CC13A36007FC792 /* SocialAuthError.swift */; };
CEBCA42E2CC13C9900076589 /* MSAL in Frameworks */ = {isa = PBXBuildFile; productRef = CEBCA42D2CC13C9900076589 /* MSAL */; };
DE843D6BB1B9DDA398494890 /* Pods_App_Authorization.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47BCFB7C19382EECF15131B6 /* Pods_App_Authorization.framework */; };
E03261642AE64676002CA7EB /* StartupViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E03261632AE64676002CA7EB /* StartupViewModel.swift */; };
E03261662AE64AF4002CA7EB /* StartupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E03261652AE64AF4002CA7EB /* StartupView.swift */; };
Expand Down Expand Up @@ -143,7 +142,6 @@
0770DE4728D0A3DA006D8A5D /* Core.framework in Frameworks */,
DE843D6BB1B9DDA398494890 /* Pods_App_Authorization.framework in Frameworks */,
CE7FB8772CC13C0B0088001A /* FacebookLogin in Frameworks */,
CEBCA42E2CC13C9900076589 /* MSAL in Frameworks */,
CEB1E2642CC14E3100921517 /* OEXFoundation in Frameworks */,
CE7FB87A2CC13C3C0088001A /* GoogleSignInSwift in Frameworks */,
);
Expand Down Expand Up @@ -448,7 +446,6 @@
packageReferences = (
CE7FB8752CC13C0B0088001A /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
CE7FB8782CC13C3C0088001A /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
CEBCA42C2CC13C9900076589 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */,
CEB1E2622CC14E3100921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
);
productRefGroup = 0770DE3C28D0A319006D8A5D /* Products */;
Expand Down Expand Up @@ -1611,14 +1608,6 @@
version = 1.0.0;
};
};
CEBCA42C2CC13C9900076589 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AzureAD/microsoft-authentication-library-for-objc";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.6.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -1642,11 +1631,6 @@
package = CEB1E2622CC14E3100921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
productName = OEXFoundation;
};
CEBCA42D2CC13C9900076589 /* MSAL */ = {
isa = XCSwiftPackageProductDependency;
package = CEBCA42C2CC13C9900076589 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */;
productName = MSAL;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 0770DE3228D0A318006D8A5D /* Project object */;
Expand Down
17 changes: 17 additions & 0 deletions OpenEdX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
A59568972B61653700ED4F90 /* DeepLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59568962B61653700ED4F90 /* DeepLink.swift */; };
A59568992B616D9400ED4F90 /* PushLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59568982B616D9400ED4F90 /* PushLink.swift */; };
BA7468762B96201D00793145 /* DeepLinkRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7468752B96201D00793145 /* DeepLinkRouter.swift */; };
CE0BF0BA2CD9203A00D10289 /* MSAL in Frameworks */ = {isa = PBXBuildFile; productRef = CE0BF0B92CD9203A00D10289 /* MSAL */; };
CE3BD14E2CBEB0DA0026F4E3 /* PluginManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE3BD14D2CBEB0DA0026F4E3 /* PluginManager.swift */; };
CE5712792CD1099B00D4AB17 /* OEXFirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */; };
CE57127A2CD109A800D4AB17 /* OEXFoundation in Embed Frameworks */ = {isa = PBXBuildFile; productRef = CE9C07D72CD104E5009C44D1 /* OEXFoundation */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
Expand Down Expand Up @@ -162,6 +163,7 @@
07A7D78F28F5C9060000BE81 /* Core.framework in Frameworks */,
028A37362ADFF404008CA604 /* WhatsNew.framework in Frameworks */,
CE9C07D82CD104E5009C44D1 /* OEXFoundation in Frameworks */,
CE0BF0BA2CD9203A00D10289 /* MSAL in Frameworks */,
025DE1A428DB4DAE0053E0F4 /* Profile.framework in Frameworks */,
0770DE4B28D0A462006D8A5D /* Authorization.framework in Frameworks */,
072787B128D34D83002E9142 /* Discovery.framework in Frameworks */,
Expand Down Expand Up @@ -400,6 +402,7 @@
CE9C07D72CD104E5009C44D1 /* OEXFoundation */,
CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */,
CE924BE62CD8FAB3000137CA /* FirebaseMessaging */,
CE0BF0B92CD9203A00D10289 /* MSAL */,
);
productName = OpenEdX;
productReference = 07D5DA3128D075AA00752FD9 /* OpenEdX.app */;
Expand Down Expand Up @@ -434,6 +437,7 @@
CE9C07D62CD104E5009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
CE9C07D92CD10581009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */,
CE924BE52CD8FAB3000137CA /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
CE0BF0B82CD9203A00D10289 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */,
);
productRefGroup = 07D5DA3228D075AA00752FD9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1224,6 +1228,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
CE0BF0B82CD9203A00D10289 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AzureAD/microsoft-authentication-library-for-objc";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.6.1;
};
};
CE924BE52CD8FAB3000137CA /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
Expand Down Expand Up @@ -1251,6 +1263,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
CE0BF0B92CD9203A00D10289 /* MSAL */ = {
isa = XCSwiftPackageProductDependency;
package = CE0BF0B82CD9203A00D10289 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */;
productName = MSAL;
};
CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */ = {
isa = XCSwiftPackageProductDependency;
package = CE9C07D92CD10581009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */;
Expand Down

0 comments on commit fd7c721

Please sign in to comment.