Skip to content

Commit

Permalink
Merge pull request #303 from ForgeRock/SDKS-Fix-Build
Browse files Browse the repository at this point in the history
SDKS-Fix Build
  • Loading branch information
spetrov authored Sep 6, 2024
2 parents a976d8b + 025eed6 commit e140b77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FRUI/FRUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
3A3B1EC42C8A72AD00945626 /* FRCaptchaEnterprise.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A3B1EC32C8A72AD00945626 /* FRCaptchaEnterprise.framework */; };
A50DEC482BCDFF510094CD73 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A50DEC472BCDFF510094CD73 /* PrivacyInfo.xcprivacy */; };
A5C38A2329E5AFB20016B565 /* FRDeviceBinding.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5C38A2229E5AFB20016B565 /* FRDeviceBinding.framework */; };
D527D03124BCDB4E00C21663 /* FRUITextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D527D03024BCDB4E00C21663 /* FRUITextView.swift */; };
Expand Down Expand Up @@ -82,6 +83,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
3A3B1EC32C8A72AD00945626 /* FRCaptchaEnterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FRCaptchaEnterprise.framework; sourceTree = BUILT_PRODUCTS_DIR; };
953E5D312A424347003BC7B3 /* FRDeviceBinding.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FRDeviceBinding.xcodeproj; path = ../FRDeviceBinding/FRDeviceBinding.xcodeproj; sourceTree = "<group>"; };
A50DEC472BCDFF510094CD73 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
A5C38A2229E5AFB20016B565 /* FRDeviceBinding.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FRDeviceBinding.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -141,6 +143,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3A3B1EC42C8A72AD00945626 /* FRCaptchaEnterprise.framework in Frameworks */,
A5C38A2329E5AFB20016B565 /* FRDeviceBinding.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -168,6 +171,7 @@
D51F44DA22B1B8CF00FC8F0D /* Frameworks */ = {
isa = PBXGroup;
children = (
3A3B1EC32C8A72AD00945626 /* FRCaptchaEnterprise.framework */,
A5C38A2229E5AFB20016B565 /* FRDeviceBinding.framework */,
);
name = Frameworks;
Expand Down

0 comments on commit e140b77

Please sign in to comment.