-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected project warnings with image mappings, and solving wrong pro…
…ject settings.
- Loading branch information
Showing
13 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */; }; | ||
|
@@ -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; }; | ||
|
@@ -156,7 +154,6 @@ | |
0AA7A1CF1B8E749E0014FCF4 /* top.png */, | ||
0AA7A1D01B8E749E0014FCF4 /* [email protected] */, | ||
0A3F9EFF1AC0C2BC008C6A4E /* Images.xcassets */, | ||
0A016C4E1AC36F4F00590E32 /* icon.iconset */, | ||
); | ||
path = Imgs; | ||
sourceTree = "<group>"; | ||
|
@@ -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 */, | ||
|
@@ -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"; | ||
|
@@ -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"; | ||
|
30 changes: 20 additions & 10 deletions
30
Kodi Remote/Kodi Remote/Images.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+10 KB
Kodi Remote/Kodi Remote/Images.xcassets/AppIcon.appiconset/icon_256x256_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+2.01 KB
Kodi Remote/Kodi Remote/Images.xcassets/AppIcon.appiconset/icon_32x32_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+21.2 KB
Kodi Remote/Kodi Remote/Images.xcassets/AppIcon.appiconset/icon_512x512_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |