Skip to content

Commit

Permalink
Merge pull request #1282 from cxy5014/master
Browse files Browse the repository at this point in the history
fix AerialApp copy-Info.plist & Aerial copy-Info.plist absolute path to group path
  • Loading branch information
glouel authored Jan 23, 2023
2 parents 839602e + 7d4efbd commit 27a4e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aerial.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1052,9 +1052,9 @@
03958348217F4416008E8F9C /* Solar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Solar.swift; sourceTree = "<group>"; };
0395835121807D1F008E8F9C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
0395835221807D1F008E8F9C /* thumbnail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumbnail.png; sourceTree = "<group>"; };
0396D50624B8B7D700CC021B /* AerialApp copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "AerialApp copy-Info.plist"; path = "/Users/glouel/GLDev/AerialNew/Aerial/AerialApp copy-Info.plist"; sourceTree = "<absolute>"; };
0396D50624B8B7D700CC021B /* AerialApp copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AerialApp copy-Info.plist"; sourceTree = "<group>"; };
0396D5B524B8B7ED00CC021B /* Aerial (low dependencies).saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Aerial (low dependencies).saver"; sourceTree = BUILT_PRODUCTS_DIR; };
0396D5B624B8B7EE00CC021B /* Aerial copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Aerial copy-Info.plist"; path = "/Users/glouel/GLDev/AerialNew/Aerial/Aerial copy-Info.plist"; sourceTree = "<absolute>"; };
0396D5B624B8B7EE00CC021B /* Aerial copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Aerial copy-Info.plist"; sourceTree = "<group>"; };
03977EE2250E6917008FBAFD /* sv.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = sv.json; sourceTree = "<group>"; };
03977EE3250E6917008FBAFD /* ja.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ja.json; sourceTree = "<group>"; };
03977EE4250E6917008FBAFD /* pt.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = pt.json; sourceTree = "<group>"; };
Expand Down

0 comments on commit 27a4e00

Please sign in to comment.