Skip to content

Commit

Permalink
Corrected project warnings with image mappings, and solving wrong pro…
Browse files Browse the repository at this point in the history
…ject settings.
  • Loading branch information
zetxek committed Nov 8, 2015
1 parent 0b1f735 commit 1eb9e80
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 18 deletions.
8 changes: 0 additions & 8 deletions Kodi Remote/Kodi Remote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
0A016C4F1AC36F4F00590E32 /* icon.iconset in Resources */ = {isa = PBXBuildFile; fileRef = 0A016C4E1AC36F4F00590E32 /* icon.iconset */; };
0A016C731AC4AEB900590E32 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0A016C711AC4AEB900590E32 /* Main.storyboard */; };
0A1E6C131ACB579700142684 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1E6C121ACB579700142684 /* SettingsViewController.swift */; };
0A3F9EF91AC0C2BC008C6A4E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3F9EF81AC0C2BC008C6A4E /* AppDelegate.swift */; };
Expand Down Expand Up @@ -61,7 +60,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
0A016C4E1AC36F4F00590E32 /* icon.iconset */ = {isa = PBXFileReference; lastKnownFileType = folder.iconset; path = icon.iconset; sourceTree = "<group>"; };
0A016C721AC4AEB900590E32 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
0A1E6C121ACB579700142684 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
0A3F9EF31AC0C2BC008C6A4E /* Kodi Remote.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kodi Remote.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -156,7 +154,6 @@
0AA7A1CF1B8E749E0014FCF4 /* top.png */,
0AA7A1D01B8E749E0014FCF4 /* [email protected] */,
0A3F9EFF1AC0C2BC008C6A4E /* Images.xcassets */,
0A016C4E1AC36F4F00590E32 /* icon.iconset */,
);
path = Imgs;
sourceTree = "<group>";
Expand Down Expand Up @@ -380,7 +377,6 @@
0AA7A1D41B8E749E0014FCF4 /* [email protected] in Resources */,
0A3F9F001AC0C2BC008C6A4E /* Images.xcassets in Resources */,
0AA7A1D21B8E749E0014FCF4 /* [email protected] in Resources */,
0A016C4F1AC36F4F00590E32 /* icon.iconset in Resources */,
0AA7A1DE1B8E749E0014FCF4 /* [email protected] in Resources */,
0AA7A1DB1B8E749E0014FCF4 /* right.png in Resources */,
0AA7A1D61B8E749E0014FCF4 /* [email protected] in Resources */,
Expand Down Expand Up @@ -579,8 +575,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/build/Debug/Pods-Kodi",
Remote,
);
INFOPLIST_FILE = "Kodi Remote/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand All @@ -598,8 +592,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/build/Debug/Pods-Kodi",
Remote,
);
INFOPLIST_FILE = "Kodi Remote/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,53 +1,63 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "icon_16x16.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "icon_32x32.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "icon_32x32_1.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "icon_64x64.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "icon_128x128.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "icon_256x256.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "icon_256x256_1.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "icon_512x512_1.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "icon_512x512.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "icon_1024x1024.png",
"scale" : "2x"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Kodi Remote/Kodi Remote/Images.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

0 comments on commit 1eb9e80

Please sign in to comment.