Skip to content

Commit

Permalink
Week2 Challenge - Image and Text
Browse files Browse the repository at this point in the history
  • Loading branch information
PratikDeshmukh15 committed Jul 14, 2020
1 parent ea65c4d commit ca8b3c9
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SwiftUI_Starter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
objects = {

/* Begin PBXBuildFile section */
10351ABB24BE48B300BA5D05 /* ImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10351ABA24BE48B300BA5D05 /* ImageContentView.swift */; };
10937FA724BC83B8003653ED /* SwiftUI_StarterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10937FA624BC83B8003653ED /* SwiftUI_StarterApp.swift */; };
10937FA924BC83B8003653ED /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10937FA824BC83B8003653ED /* ContentView.swift */; };
10937FAB24BC83B9003653ED /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 10937FAA24BC83B9003653ED /* Assets.xcassets */; };
10937FAE24BC83B9003653ED /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 10937FAD24BC83B9003653ED /* Preview Assets.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
10351ABA24BE48B300BA5D05 /* ImageContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ImageContentView.swift; path = ../../../../Desktop/ImageContentView.swift; sourceTree = "<group>"; };
10937FA324BC83B8003653ED /* SwiftUI_Starter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUI_Starter.app; sourceTree = BUILT_PRODUCTS_DIR; };
10937FA624BC83B8003653ED /* SwiftUI_StarterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUI_StarterApp.swift; sourceTree = "<group>"; };
10937FA824BC83B8003653ED /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -54,6 +56,7 @@
children = (
10937FA624BC83B8003653ED /* SwiftUI_StarterApp.swift */,
10937FA824BC83B8003653ED /* ContentView.swift */,
10351ABA24BE48B300BA5D05 /* ImageContentView.swift */,
10937FAA24BC83B9003653ED /* Assets.xcassets */,
10937FAF24BC83B9003653ED /* Info.plist */,
10937FAC24BC83B9003653ED /* Preview Content */,
Expand Down Expand Up @@ -140,6 +143,7 @@
files = (
10937FA924BC83B8003653ED /* ContentView.swift in Sources */,
10937FA724BC83B8003653ED /* SwiftUI_StarterApp.swift in Sources */,
10351ABB24BE48B300BA5D05 /* ImageContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
12 changes: 12 additions & 0 deletions SwiftUI_Starter/Assets.xcassets/veggies1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "veggies.jpg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions SwiftUI_Starter/Assets.xcassets/veggies2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Vegifroo.jpg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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 ca8b3c9

Please sign in to comment.