-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3d86e5
commit 9af3c63
Showing
13 changed files
with
450 additions
and
73 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Xcode | ||
# | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.ipa | ||
*.xcuserstate | ||
IDEWorkspaceChecks.plist | ||
*.DS_Store | ||
.DS_Store | ||
|
||
# CocoaPods | ||
# | ||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control | ||
# | ||
Pods/ | ||
Podfile.lock | ||
|
||
#OSX | ||
.DS_Store | ||
munch/.DS_Store |
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 |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 50; | ||
objectVersion = 51; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
6D0E3D59234B7BA983CF022B /* Pods_COVIDtracker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBDCD325D99AFBBEAC8A3A22 /* Pods_COVIDtracker.framework */; }; | ||
F510F18524224195006A628F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F510F18424224195006A628F /* [email protected] */; }; | ||
F510F1872423FAC2006A628F /* IndiaDetailCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F510F1862423FAC2006A628F /* IndiaDetailCell.xib */; }; | ||
F510F1892423FAE1006A628F /* IndiaDetailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F510F1882423FAE1006A628F /* IndiaDetailCell.swift */; }; | ||
|
@@ -23,6 +24,9 @@ | |
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
1419C5CCDB38ED6EEA44633B /* Pods-COVIDtracker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-COVIDtracker.debug.xcconfig"; path = "Target Support Files/Pods-COVIDtracker/Pods-COVIDtracker.debug.xcconfig"; sourceTree = "<group>"; }; | ||
1BF197E7682C9B2A14B99FF5 /* Pods-COVIDtracker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-COVIDtracker.release.xcconfig"; path = "Target Support Files/Pods-COVIDtracker/Pods-COVIDtracker.release.xcconfig"; sourceTree = "<group>"; }; | ||
DBDCD325D99AFBBEAC8A3A22 /* Pods_COVIDtracker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_COVIDtracker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
F510F18424224195006A628F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
F510F1862423FAC2006A628F /* IndiaDetailCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IndiaDetailCell.xib; sourceTree = "<group>"; }; | ||
F510F1882423FAE1006A628F /* IndiaDetailCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndiaDetailCell.swift; sourceTree = "<group>"; }; | ||
|
@@ -45,12 +49,30 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
6D0E3D59234B7BA983CF022B /* Pods_COVIDtracker.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
57416F7377397F357078BE40 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DBDCD325D99AFBBEAC8A3A22 /* Pods_COVIDtracker.framework */, | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
D9260F71E00CD1FD242D305C /* Pods */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
1419C5CCDB38ED6EEA44633B /* Pods-COVIDtracker.debug.xcconfig */, | ||
1BF197E7682C9B2A14B99FF5 /* Pods-COVIDtracker.release.xcconfig */, | ||
); | ||
path = Pods; | ||
sourceTree = "<group>"; | ||
}; | ||
F510F17F242238D9006A628F /* Model */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
|
@@ -94,6 +116,8 @@ | |
F510F18424224195006A628F /* [email protected] */, | ||
F5EE04ED237EBD0E00CF73F2 /* COVIDtracker */, | ||
F5EE04EC237EBD0E00CF73F2 /* Products */, | ||
D9260F71E00CD1FD242D305C /* Pods */, | ||
57416F7377397F357078BE40 /* Frameworks */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
|
@@ -127,9 +151,11 @@ | |
isa = PBXNativeTarget; | ||
buildConfigurationList = F5EE04FF237EBD1000CF73F2 /* Build configuration list for PBXNativeTarget "COVIDtracker" */; | ||
buildPhases = ( | ||
A5A4C65700CB3E3D071DE0EF /* [CP] Check Pods Manifest.lock */, | ||
F5EE04E7237EBD0E00CF73F2 /* Sources */, | ||
F5EE04E8237EBD0E00CF73F2 /* Frameworks */, | ||
F5EE04E9237EBD0E00CF73F2 /* Resources */, | ||
80D41DA04A8F9022EE7EF46E /* [CP] Embed Pods Frameworks */, | ||
); | ||
buildRules = ( | ||
); | ||
|
@@ -190,6 +216,48 @@ | |
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXShellScriptBuildPhase section */ | ||
80D41DA04A8F9022EE7EF46E /* [CP] Embed Pods Frameworks */ = { | ||
isa = PBXShellScriptBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
inputFileListPaths = ( | ||
"${PODS_ROOT}/Target Support Files/Pods-COVIDtracker/Pods-COVIDtracker-frameworks-${CONFIGURATION}-input-files.xcfilelist", | ||
); | ||
name = "[CP] Embed Pods Frameworks"; | ||
outputFileListPaths = ( | ||
"${PODS_ROOT}/Target Support Files/Pods-COVIDtracker/Pods-COVIDtracker-frameworks-${CONFIGURATION}-output-files.xcfilelist", | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-COVIDtracker/Pods-COVIDtracker-frameworks.sh\"\n"; | ||
showEnvVarsInLog = 0; | ||
}; | ||
A5A4C65700CB3E3D071DE0EF /* [CP] Check Pods Manifest.lock */ = { | ||
isa = PBXShellScriptBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
inputFileListPaths = ( | ||
); | ||
inputPaths = ( | ||
"${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
"${PODS_ROOT}/Manifest.lock", | ||
); | ||
name = "[CP] Check Pods Manifest.lock"; | ||
outputFileListPaths = ( | ||
); | ||
outputPaths = ( | ||
"$(DERIVED_FILE_DIR)/Pods-COVIDtracker-checkManifestLockResult.txt", | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | ||
showEnvVarsInLog = 0; | ||
}; | ||
/* End PBXShellScriptBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
F5EE04E7237EBD0E00CF73F2 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
|
@@ -343,6 +411,7 @@ | |
}; | ||
F5EE0500237EBD1000CF73F2 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
baseConfigurationReference = 1419C5CCDB38ED6EEA44633B /* Pods-COVIDtracker.debug.xcconfig */; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_STYLE = Automatic; | ||
|
@@ -361,6 +430,7 @@ | |
}; | ||
F5EE0501237EBD1000CF73F2 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
baseConfigurationReference = 1BF197E7682C9B2A14B99FF5 /* Pods-COVIDtracker.release.xcconfig */; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_STYLE = Automatic; | ||
|
Binary file modified
BIN
+16.3 KB
(120%)
...project.xcworkspace/xcuserdata/PrakharBhardwaj.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
COVIDtracker/Assets.xcassets/LaunchImage.imageset/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "appstore.png" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
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
Oops, something went wrong.