Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Scribe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 70;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -1253,6 +1253,10 @@
EDEE62242B2DE65A00A0B9C1 /* UIEdgeInsetsExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIEdgeInsetsExtensions.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E9DADB332EF3CF9B00702783 /* ConfirmDialog */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = ConfirmDialog; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
38BD212D22D5907E00C6795D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
Expand Down Expand Up @@ -1492,6 +1496,7 @@
38BD213222D5907F00C6795D /* Scribe */ = {
isa = PBXGroup;
children = (
E9DADB332EF3CF9B00702783 /* ConfirmDialog */,
147797A92A2CD2B50044A53E /* AboutTab */,
D1A2DCAF27AD378F0057A10D /* AppTexts */,
CE1378C128F5D7AC00E1CBC2 /* Colors */,
Expand Down Expand Up @@ -1914,6 +1919,9 @@
5A8FFB6D2C5A9D9C00F4B571 /* PBXTargetDependency */,
E9FAC3992E989712008E00AC /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
E9DADB332EF3CF9B00702783 /* ConfirmDialog */,
);
name = Scribe;
packageProductDependencies = (
D16DD36F29E7850600FB9022 /* SwiftyJSON */,
Expand Down
Loading
Loading