Skip to content

Commit 47cfa9e

Browse files
committed
Initial Commit
1 parent 761b2f0 commit 47cfa9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Clou.xcodeproj/project.pbxproj

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
8027A1542AFE2DC800A0ECC0 /* BooksViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8027A1532AFE2DC800A0ECC0 /* BooksViewModel.swift */; };
1616
8027A1572AFE2E0100A0ECC0 /* EPUBKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8027A1562AFE2E0100A0ECC0 /* EPUBKit */; };
1717
8027A15A2AFE2E0B00A0ECC0 /* SQLite in Frameworks */ = {isa = PBXBuildFile; productRef = 8027A1592AFE2E0B00A0ECC0 /* SQLite */; };
18+
8027A1612AFE37E900A0ECC0 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = 8027A15F2AFE37E900A0ECC0 /* COPYING */; };
19+
8027A1622AFE37E900A0ECC0 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 8027A1602AFE37E900A0ECC0 /* README.md */; };
1820
/* End PBXBuildFile section */
1921

2022
/* Begin PBXFileReference section */
@@ -26,6 +28,8 @@
2628
8027A14B2AFE2D0900A0ECC0 /* Clou.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Clou.entitlements; sourceTree = "<group>"; };
2729
8027A1512AFE2DB600A0ECC0 /* DatabaseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseManager.swift; sourceTree = "<group>"; };
2830
8027A1532AFE2DC800A0ECC0 /* BooksViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BooksViewModel.swift; sourceTree = "<group>"; };
31+
8027A15F2AFE37E900A0ECC0 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; };
32+
8027A1602AFE37E900A0ECC0 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2933
/* End PBXFileReference section */
3034

3135
/* Begin PBXFrameworksBuildPhase section */
@@ -44,6 +48,8 @@
4448
8027A1362AFE2D0800A0ECC0 = {
4549
isa = PBXGroup;
4650
children = (
51+
8027A15F2AFE37E900A0ECC0 /* COPYING */,
52+
8027A1602AFE37E900A0ECC0 /* README.md */,
4753
8027A1412AFE2D0800A0ECC0 /* Clou */,
4854
8027A1402AFE2D0800A0ECC0 /* Products */,
4955
);
@@ -145,7 +151,9 @@
145151
isa = PBXResourcesBuildPhase;
146152
buildActionMask = 2147483647;
147153
files = (
154+
8027A1612AFE37E900A0ECC0 /* COPYING in Resources */,
148155
8027A14A2AFE2D0900A0ECC0 /* Preview Assets.xcassets in Resources */,
156+
8027A1622AFE37E900A0ECC0 /* README.md in Resources */,
149157
8027A1472AFE2D0900A0ECC0 /* Assets.xcassets in Resources */,
150158
);
151159
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)