Skip to content

Commit

Permalink
Merge pull request ScottLogic#5 from ChrisGrant/master
Browse files Browse the repository at this point in the history
Fixed asset location issue with stack view blog post.
  • Loading branch information
ChrisGrant committed Jul 30, 2015
2 parents 1fbdf23 + 945cc6b commit 752147d
Show file tree
Hide file tree
Showing 11 changed files with 162 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 04-UIStackView/UIStackView.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
700DDEAA1B3BEE700048D9CC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 700DDEA91B3BEE700048D9CC /* ViewController.swift */; };
700DDEAD1B3BEE710048D9CC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 700DDEAB1B3BEE700048D9CC /* Main.storyboard */; };
700DDEB21B3BEE710048D9CC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 700DDEB01B3BEE710048D9CC /* LaunchScreen.storyboard */; };
70636DB61B3BF91C00010782 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 70636DB51B3BF91C00010782 /* Assets.xcassets */; };
70D8026D1B6A6B7B004B2BDB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 70D8026C1B6A6B7B004B2BDB /* Assets.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -21,7 +21,7 @@
700DDEAC1B3BEE700048D9CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
700DDEB11B3BEE710048D9CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
700DDEB31B3BEE710048D9CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
70636DB51B3BF91C00010782 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = "../../../../work/iOS9-day-by-day/01-Search-APIs/SearchAPIs/Assets.xcassets"; sourceTree = "<group>"; };
70D8026C1B6A6B7B004B2BDB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -54,10 +54,10 @@
700DDEA61B3BEE700048D9CC /* UIStackView */ = {
isa = PBXGroup;
children = (
70D8026C1B6A6B7B004B2BDB /* Assets.xcassets */,
700DDEA71B3BEE700048D9CC /* AppDelegate.swift */,
700DDEA91B3BEE700048D9CC /* ViewController.swift */,
700DDEAB1B3BEE700048D9CC /* Main.storyboard */,
70636DB51B3BF91C00010782 /* Assets.xcassets */,
700DDEB01B3BEE710048D9CC /* LaunchScreen.storyboard */,
700DDEB31B3BEE710048D9CC /* Info.plist */,
);
Expand Down Expand Up @@ -122,7 +122,7 @@
buildActionMask = 2147483647;
files = (
700DDEB21B3BEE710048D9CC /* LaunchScreen.storyboard in Resources */,
70636DB61B3BF91C00010782 /* Assets.xcassets in Resources */,
70D8026D1B6A6B7B004B2BDB /* Assets.xcassets in Resources */,
700DDEAD1B3BEE710048D9CC /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
6 changes: 6 additions & 0 deletions 04-UIStackView/UIStackView/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "becky.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ben.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "pete.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ray.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 752147d

Please sign in to comment.