Skip to content

Commit

Permalink
Project Configuation Changes
Browse files Browse the repository at this point in the history
add README, CNAME and LICENSE to project group reference
  • Loading branch information
haren724 committed Jun 28, 2023
1 parent c23893b commit d39b62e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Open Wallpaper Engine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
5E21E2962A3C0EDF00DA048A /* sumeruWP_4.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 5E21E2952A3C0EDF00DA048A /* sumeruWP_4.mp4 */; };
5E24F6562A4206C9008BA9EB /* preview.gif in Resources */ = {isa = PBXBuildFile; fileRef = 5E24F6552A4206C9008BA9EB /* preview.gif */; };
5E53C96B2A2ED77B002C2C0B /* ExplorerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E53C96A2A2ED77B002C2C0B /* ExplorerView.swift */; };
5E7665262A2DC30E00E0E4B4 /* WEProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E7665252A2DC30D00E0E4B4 /* WEProject.swift */; };
5E7665282A2E076400E0E4B4 /* ToolbarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E7665272A2E076400E0E4B4 /* ToolbarView.swift */; };
Expand Down Expand Up @@ -46,6 +47,7 @@

/* Begin PBXFileReference section */
5E21E2952A3C0EDF00DA048A /* sumeruWP_4.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = sumeruWP_4.mp4; sourceTree = "<group>"; };
5E24F6552A4206C9008BA9EB /* preview.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = preview.gif; sourceTree = "<group>"; };
5E53C96A2A2ED77B002C2C0B /* ExplorerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExplorerView.swift; sourceTree = "<group>"; };
5E7665252A2DC30D00E0E4B4 /* WEProject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WEProject.swift; sourceTree = "<group>"; };
5E7665272A2E076400E0E4B4 /* ToolbarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarView.swift; sourceTree = "<group>"; };
Expand All @@ -66,6 +68,9 @@
5EC47EA92A2DB32900120CCC /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
5EC47EAB2A2DB3E500120CCC /* WallpaperView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WallpaperView.swift; sourceTree = "<group>"; };
5EDEBA5D2A2E2A7B003470CB /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
5EF4C24A2A4C9871009831E5 /* CNAME */ = {isa = PBXFileReference; lastKnownFileType = text; path = CNAME; sourceTree = "<group>"; };
5EF4C24B2A4C9872009831E5 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
5EF4C24C2A4C98FA009831E5 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
5EFBB0BA2A2F10EA00E39BEC /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -97,6 +102,9 @@
5EC47E6D2A2DB2E600120CCC = {
isa = PBXGroup;
children = (
5EF4C24C2A4C98FA009831E5 /* README.md */,
5EF4C24A2A4C9871009831E5 /* CNAME */,
5EF4C24B2A4C9872009831E5 /* LICENSE */,
5EC47E782A2DB2E600120CCC /* Open Wallpaper Engine */,
5EC47E8F2A2DB2E700120CCC /* Open Wallpaper EngineTests */,
5EC47E992A2DB2E700120CCC /* Open Wallpaper EngineUITests */,
Expand Down Expand Up @@ -127,6 +135,7 @@
5E7665272A2E076400E0E4B4 /* ToolbarView.swift */,
5EC47EAB2A2DB3E500120CCC /* WallpaperView.swift */,
5E7665252A2DC30D00E0E4B4 /* WEProject.swift */,
5E24F6552A4206C9008BA9EB /* preview.gif */,
5E21E2952A3C0EDF00DA048A /* sumeruWP_4.mp4 */,
5EC47E7D2A2DB2E700120CCC /* Assets.xcassets */,
5EC47E822A2DB2E700120CCC /* Persistence.swift */,
Expand Down Expand Up @@ -267,6 +276,7 @@
buildActionMask = 2147483647;
files = (
5EC47E812A2DB2E700120CCC /* Preview Assets.xcassets in Resources */,
5E24F6562A4206C9008BA9EB /* preview.gif in Resources */,
5E21E2962A3C0EDF00DA048A /* sumeruWP_4.mp4 in Resources */,
5EC47E7E2A2DB2E700120CCC /* Assets.xcassets in Resources */,
);
Expand Down

0 comments on commit d39b62e

Please sign in to comment.