Skip to content

Commit e96a185

Browse files
author
Rad Azzouz
committed
Removed the Libraries folder reference from the Xcode project
1 parent da2b99a commit e96a185

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ios/RCTPSPDFKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
6540D1841D89D22E00B8F94F /* RCTPSPDFKitManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6540D1831D89D22E00B8F94F /* RCTPSPDFKitManager.m */; };
11-
6572778E1D83176A00A5E1A8 /* PSPDFKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6572778D1D83176A00A5E1A8 /* PSPDFKit.framework */; };
1211
6572780C1D86AE7300A5E1A8 /* RCTConvert+PSPDFConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 657278071D86AE7300A5E1A8 /* RCTConvert+PSPDFConfiguration.m */; };
1312
657278111D86AEC600A5E1A8 /* RCTConvert+PSPDFDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 657278101D86AEC600A5E1A8 /* RCTConvert+PSPDFDocument.m */; };
1413
/* End PBXBuildFile section */
@@ -29,7 +28,6 @@
2928
6540D1821D89D22E00B8F94F /* RCTPSPDFKitManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPSPDFKitManager.h; sourceTree = "<group>"; };
3029
6540D1831D89D22E00B8F94F /* RCTPSPDFKitManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPSPDFKitManager.m; sourceTree = "<group>"; };
3130
657277151D8312EA00A5E1A8 /* libRCTPSPDFKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTPSPDFKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
32-
6572778D1D83176A00A5E1A8 /* PSPDFKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PSPDFKit.framework; path = ../PSPDFKit/PSPDFKit.framework; sourceTree = "<group>"; };
3331
657278061D86AE7300A5E1A8 /* RCTConvert+PSPDFConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+PSPDFConfiguration.h"; sourceTree = "<group>"; };
3432
657278071D86AE7300A5E1A8 /* RCTConvert+PSPDFConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+PSPDFConfiguration.m"; sourceTree = "<group>"; };
3533
6572780F1D86AEC600A5E1A8 /* RCTConvert+PSPDFDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+PSPDFDocument.h"; sourceTree = "<group>"; };
@@ -41,7 +39,6 @@
4139
isa = PBXFrameworksBuildPhase;
4240
buildActionMask = 2147483647;
4341
files = (
44-
6572778E1D83176A00A5E1A8 /* PSPDFKit.framework in Frameworks */,
4542
);
4643
runOnlyForDeploymentPostprocessing = 0;
4744
};
@@ -69,19 +66,10 @@
6966
path = Converters;
7067
sourceTree = "<group>";
7168
};
72-
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
73-
isa = PBXGroup;
74-
children = (
75-
6572778D1D83176A00A5E1A8 /* PSPDFKit.framework */,
76-
);
77-
name = Libraries;
78-
sourceTree = "<group>";
79-
};
8069
83CBB9F61A601CBA00E9B192 = {
8170
isa = PBXGroup;
8271
children = (
8372
657278041D86AE7300A5E1A8 /* RCTPSPDFKit */,
84-
832341AE1AAA6A7D00B99B32 /* Libraries */,
8573
83CBBA001A601CBA00E9B192 /* Products */,
8674
);
8775
indentWidth = 2;

0 commit comments

Comments
 (0)