Skip to content

Commit

Permalink
fix: update OEXFoundation library url and version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Oct 29, 2024
1 parent 1225cbc commit 2aa83ba
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Authorization/Authorization.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1581,10 +1581,10 @@
};
CEB1E2622CC14E3100921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
CEBCA42C2CC13C9900076589 /* XCRemoteSwiftPackageReference "microsoft-authentication-library-for-objc" */ = {
Expand Down
33 changes: 26 additions & 7 deletions Core/Core.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
BAFB99902B14B377007D09F9 /* GoogleConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFB998F2B14B377007D09F9 /* GoogleConfig.swift */; };
BAFB99922B14E23D007D09F9 /* AppleSignInConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFB99912B14E23D007D09F9 /* AppleSignInConfig.swift */; };
C8C446EF233F81B9FABB77D2 /* Pods_App_Core.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 349B90CD6579F7B8D257E515 /* Pods_App_Core.framework */; };
CE57127C2CD109DB00D4AB17 /* OEXFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = CE57127B2CD109DB00D4AB17 /* OEXFoundation */; };
CE7CAF392CC1561E00E0AC9D /* OEXFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = CE7CAF382CC1561E00E0AC9D /* OEXFoundation */; };
CEB1E25E2CC1439700921517 /* OEXFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = CEB1E25D2CC1439700921517 /* OEXFoundation */; };
CFC84952299F8B890055E497 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFC84951299F8B890055E497 /* Debounce.swift */; };
DBF6F2412B014ADA0098414B /* FirebaseConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBF6F2402B014ADA0098414B /* FirebaseConfig.swift */; };
DBF6F2462B01DAFE0098414B /* AgreementConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBF6F2452B01DAFE0098414B /* AgreementConfig.swift */; };
Expand All @@ -171,6 +171,16 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
CE57127E2CD109DB00D4AB17 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
CE7CAF3B2CC1561E00E0AC9D /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -357,7 +367,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CEB1E25E2CC1439700921517 /* OEXFoundation in Frameworks */,
CE57127C2CD109DB00D4AB17 /* OEXFoundation in Frameworks */,
C8C446EF233F81B9FABB77D2 /* Pods_App_Core.framework in Frameworks */,
02AA27942C2C1B88006F5B6A /* ZipArchive in Frameworks */,
E055A5392B18DC95008D9E5E /* Theme.framework in Frameworks */,
Expand Down Expand Up @@ -862,6 +872,7 @@
0770DE0528D07831006D8A5D /* Frameworks */,
0770DE0628D07831006D8A5D /* Resources */,
49BAD0663C27D73B9115401F /* [CP] Copy Pods Resources */,
CE57127E2CD109DB00D4AB17 /* Embed Frameworks */,
);
buildRules = (
);
Expand All @@ -870,7 +881,7 @@
name = Core;
packageProductDependencies = (
02AA27932C2C1B88006F5B6A /* ZipArchive */,
CEB1E25D2CC1439700921517 /* OEXFoundation */,
CE57127B2CD109DB00D4AB17 /* OEXFoundation */,
);
productName = Core;
productReference = 0770DE0828D07831006D8A5D /* Core.framework */;
Expand Down Expand Up @@ -908,7 +919,7 @@
mainGroup = 0770DDFE28D07831006D8A5D;
packageReferences = (
02AA27922C2C1B61006F5B6A /* XCRemoteSwiftPackageReference "ZipArchive" */,
CEB1E25C2CC1439700921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
CE5712772CD1074D00D4AB17 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
);
productRefGroup = 0770DE0928D07831006D8A5D /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2176,6 +2187,14 @@
minimumVersion = 2.5.5;
};
};
CE5712772CD1074D00D4AB17 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 1.0.0;
};
};
CEB1E25C2CC1439700921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
Expand All @@ -2192,12 +2211,12 @@
package = 02AA27922C2C1B61006F5B6A /* XCRemoteSwiftPackageReference "ZipArchive" */;
productName = ZipArchive;
};
CE7CAF382CC1561E00E0AC9D /* OEXFoundation */ = {
CE57127B2CD109DB00D4AB17 /* OEXFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = CEB1E25C2CC1439700921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
package = CE5712772CD1074D00D4AB17 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
productName = OEXFoundation;
};
CEB1E25D2CC1439700921517 /* OEXFoundation */ = {
CE7CAF382CC1561E00E0AC9D /* OEXFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = CEB1E25C2CC1439700921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
productName = OEXFoundation;
Expand Down
4 changes: 2 additions & 2 deletions Course/Course.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2011,10 +2011,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E2712CC14EC400921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
CEBCA4322CC13CDE00076589 /* XCRemoteSwiftPackageReference "YouTubePlayerKit" */ = {
Expand Down
4 changes: 2 additions & 2 deletions Dashboard/Dashboard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1528,10 +1528,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E26B2CC14E9B00921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
4 changes: 2 additions & 2 deletions Discovery/Discovery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1620,10 +1620,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E2682CC14E7900921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
4 changes: 2 additions & 2 deletions Discussion/Discussion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1757,10 +1757,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E2742CC14ED700921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
40 changes: 20 additions & 20 deletions OpenEdX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
A59568992B616D9400ED4F90 /* PushLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59568982B616D9400ED4F90 /* PushLink.swift */; };
BA7468762B96201D00793145 /* DeepLinkRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7468752B96201D00793145 /* DeepLinkRouter.swift */; };
CE3BD14E2CBEB0DA0026F4E3 /* PluginManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE3BD14D2CBEB0DA0026F4E3 /* PluginManager.swift */; };
CEB1E2612CC14E1D00921517 /* OEXFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = CEB1E2602CC14E1D00921517 /* OEXFoundation */; };
CEB1E2782CC1512400921517 /* OEXFoundation in Embed Frameworks */ = {isa = PBXBuildFile; productRef = CEB1E2602CC14E1D00921517 /* OEXFoundation */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
CEDF49D72CC13F1D005566EC /* OEXFirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = CEDF49D62CC13F1D005566EC /* OEXFirebaseAnalytics */; };
CE5712792CD1099B00D4AB17 /* OEXFirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */; };
CE57127A2CD109A800D4AB17 /* OEXFoundation in Embed Frameworks */ = {isa = PBXBuildFile; productRef = CE9C07D72CD104E5009C44D1 /* OEXFoundation */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
CE9C07D82CD104E5009C44D1 /* OEXFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = CE9C07D72CD104E5009C44D1 /* OEXFoundation */; };
E0D6E6A32B1626B10089F9C9 /* Theme.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0D6E6A22B1626B10089F9C9 /* Theme.framework */; };
E0D6E6A42B1626D60089F9C9 /* Theme.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E0D6E6A22B1626B10089F9C9 /* Theme.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */
Expand All @@ -77,7 +77,7 @@
072787B228D34D83002E9142 /* Discovery.framework in Embed Frameworks */,
0218196528F734FA00202564 /* Discussion.framework in Embed Frameworks */,
07A7D79028F5C9060000BE81 /* Core.framework in Embed Frameworks */,
CEB1E2782CC1512400921517 /* OEXFoundation in Embed Frameworks */,
CE57127A2CD109A800D4AB17 /* OEXFoundation in Embed Frameworks */,
0770DE4C28D0A462006D8A5D /* Authorization.framework in Embed Frameworks */,
0219C67828F4347600D64452 /* Course.framework in Embed Frameworks */,
025DE1A528DB4DAE0053E0F4 /* Profile.framework in Embed Frameworks */,
Expand Down Expand Up @@ -156,11 +156,11 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CEDF49D72CC13F1D005566EC /* OEXFirebaseAnalytics in Frameworks */,
E0D6E6A32B1626B10089F9C9 /* Theme.framework in Frameworks */,
CE5712792CD1099B00D4AB17 /* OEXFirebaseAnalytics in Frameworks */,
07A7D78F28F5C9060000BE81 /* Core.framework in Frameworks */,
028A37362ADFF404008CA604 /* WhatsNew.framework in Frameworks */,
CEB1E2612CC14E1D00921517 /* OEXFoundation in Frameworks */,
CE9C07D82CD104E5009C44D1 /* OEXFoundation in Frameworks */,
025DE1A428DB4DAE0053E0F4 /* Profile.framework in Frameworks */,
0770DE4B28D0A462006D8A5D /* Authorization.framework in Frameworks */,
072787B128D34D83002E9142 /* Discovery.framework in Frameworks */,
Expand Down Expand Up @@ -395,8 +395,8 @@
);
name = OpenEdX;
packageProductDependencies = (
CEDF49D62CC13F1D005566EC /* OEXFirebaseAnalytics */,
CEB1E2602CC14E1D00921517 /* OEXFoundation */,
CE9C07D72CD104E5009C44D1 /* OEXFoundation */,
CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */,
);
productName = OpenEdX;
productReference = 07D5DA3128D075AA00752FD9 /* OpenEdX.app */;
Expand Down Expand Up @@ -428,8 +428,8 @@
);
mainGroup = 07D5DA2828D075AA00752FD9;
packageReferences = (
CEDF49D52CC13F1D005566EC /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */,
CEB1E25F2CC14E1D00921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
CE9C07D62CD104E5009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */,
CE9C07D92CD10581009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */,
);
productRefGroup = 07D5DA3228D075AA00752FD9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1214,15 +1214,15 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
CEB1E25F2CC14E1D00921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
CE9C07D62CD104E5009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
CEDF49D52CC13F1D005566EC /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */ = {
CE9C07D92CD10581009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-firebase-analytics-ios";
requirement = {
Expand All @@ -1233,15 +1233,15 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
CEB1E2602CC14E1D00921517 /* OEXFoundation */ = {
CE5712782CD1099B00D4AB17 /* OEXFirebaseAnalytics */ = {
isa = XCSwiftPackageProductDependency;
package = CEB1E25F2CC14E1D00921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
productName = OEXFoundation;
package = CE9C07D92CD10581009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */;
productName = OEXFirebaseAnalytics;
};
CEDF49D62CC13F1D005566EC /* OEXFirebaseAnalytics */ = {
CE9C07D72CD104E5009C44D1 /* OEXFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = CEDF49D52CC13F1D005566EC /* XCRemoteSwiftPackageReference "openedx-app-firebase-analytics-ios" */;
productName = OEXFirebaseAnalytics;
package = CE9C07D62CD104E5009C44D1 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */;
productName = OEXFoundation;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
4 changes: 2 additions & 2 deletions Profile/Profile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E26E2CC14EB000921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
CEBCA42F2CC13CB900076589 /* XCRemoteSwiftPackageReference "ios-branch-sdk-spm" */ = {
Expand Down
4 changes: 2 additions & 2 deletions WhatsNew/WhatsNew.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1529,10 +1529,10 @@
/* Begin XCRemoteSwiftPackageReference section */
CEB1E2652CC14E6400921517 /* XCRemoteSwiftPackageReference "openedx-app-foundation-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/raccoongang/openedx-app-foundation-ios/";
repositoryURL = "https://github.com/openedx/openedx-app-foundation-ios/";
requirement = {
kind = exactVersion;
version = 0.1.0;
version = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 2aa83ba

Please sign in to comment.