Skip to content

Commit

Permalink
create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinaypratap committed Aug 10, 2022
1 parent e370cfa commit 7b5ab2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Coin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
3B6D4B2028A7F317001EA838 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 3B6D4B1F28A7F317001EA838 /* README.md */; };
3B9E638F28767DBE00417C4B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B9E638E28767DBE00417C4B /* AppDelegate.swift */; };
3B9E639128767DBE00417C4B /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B9E639028767DBE00417C4B /* SceneDelegate.swift */; };
3B9E639328767DBE00417C4B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B9E639228767DBE00417C4B /* ViewController.swift */; };
Expand All @@ -19,6 +20,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
3B6D4B1F28A7F317001EA838 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
3B9E638B28767DBE00417C4B /* Coin.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Coin.app; sourceTree = BUILT_PRODUCTS_DIR; };
3B9E638E28767DBE00417C4B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3B9E639028767DBE00417C4B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -71,6 +73,7 @@
3B9E639728767DC100417C4B /* Assets.xcassets */,
3B9E639928767DC100417C4B /* LaunchScreen.storyboard */,
3B9E639C28767DC100417C4B /* Info.plist */,
3B6D4B1F28A7F317001EA838 /* README.md */,
);
path = Coin;
sourceTree = "<group>";
Expand Down Expand Up @@ -160,6 +163,7 @@
files = (
3B9E639B28767DC100417C4B /* LaunchScreen.storyboard in Resources */,
3B9E639828767DC100417C4B /* Assets.xcassets in Resources */,
3B6D4B2028A7F317001EA838 /* README.md in Resources */,
3B9E639628767DBE00417C4B /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Coin

0 comments on commit 7b5ab2a

Please sign in to comment.