Skip to content

Commit

Permalink
Merge pull request #3 from aseef17/aseef17/master
Browse files Browse the repository at this point in the history
Release v0.2
  • Loading branch information
aseef17 authored Apr 24, 2020
2 parents 45b875c + 41e8e6e commit 6e9b7a2
Show file tree
Hide file tree
Showing 99 changed files with 2,415 additions and 500 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,52 @@
# COVID 19
# Fight Covid-19

<p align="center">
<img src="https://user-images.githubusercontent.com/26878414/79472910-0a673200-8022-11ea-9ef6-ea9e515a9454.png" width="25%">
<img src="https://user-images.githubusercontent.com/26878414/79472952-13580380-8022-11ea-9e16-e1bb77edd0ff.png" width="25%">
<img src="https://user-images.githubusercontent.com/26878414/79472958-14893080-8022-11ea-9b14-0a6cca914f6d.png" width="25%">
<img width="25%" alt="Home" src="https://user-images.githubusercontent.com/26878414/80150072-53e0ef80-85d5-11ea-83b4-10b6ac94fc6f.png">
<img width="25%" alt="Statistics Info" src="https://user-images.githubusercontent.com/26878414/80150198-8ee32300-85d5-11ea-913f-0922656b0c0a.png">
<img width="25%" alt="Statistics Graph" src="https://user-images.githubusercontent.com/26878414/80150192-8985d880-85d5-11ea-84aa-5bf7ca498482.png">
<img alt="Prevention" src="https://user-images.githubusercontent.com/26878414/79934197-9dafc580-846f-11ea-9c9c-f4e425f6db87.png" width="25%">
<img width="25%" alt="Symptpms" src="https://user-images.githubusercontent.com/26878414/80150208-94406d80-85d5-11ea-84a8-71211848695e.png">
<img width="25%" alt="MythBuster" src="https://user-images.githubusercontent.com/26878414/80150085-59d6d080-85d5-11ea-9e11-739d3f2974ad.png">
<img width="25%" alt="MythBuster Fact" src="https://user-images.githubusercontent.com/26878414/80150082-58a5a380-85d5-11ea-8412-1fc2f39dd81b.png">
<img width="25%" alt="FAQ" src="https://user-images.githubusercontent.com/26878414/80150069-53485900-85d5-11ea-9a42-a8a29be1d928.png">
<img width="25%" alt="FAQ Expanded" src="https://user-images.githubusercontent.com/26878414/80150054-4deb0e80-85d5-11ea-87e1-f1a84f94f026.png">
<img width="25%" alt="Information" src="https://user-images.githubusercontent.com/26878414/80150075-55aab300-85d5-11ea-99c0-a1dcd9acbc1a.png">
</p>

## About
- The application provides users with relevant data from across the globe and about each specific country.
- Provides Prevent Do's and Don'ts information to the user
- Provides user with relevant data from across the globe and about each specific country.
- Prevention with Do's and Don'ts information
- A list of all Covid-19 Symptoms
- Myth busters to always segregate the facts from the myths
- Frequently Asked Questions to be get all your answers


### Follow the roadmap
##### You can follow the roadmap from [here](ROADMAP.md), and (let me know your suggestions)
##### You can follow the roadmap from [here](ROADMAP.md) (let us know your suggestions)

### Contributing

Check out [CONTRIBUTING.md](CONTRIBUTING.md), which contains a guide for those who wish to contribute. Thanks in advance!

### Data Source

**API**
This Application gets data from [Covid19API](https://covid19api.com/) created by [Kyle Redelinghuys](https://twitter.com/ksredelinghuys)

**Prevention Infographic**
Data sourced from [Visme](https://visme.co/blog/coronavirus-prevention) authored by [Chloe West](http://www.chloesocial.com) with permission from the Author

**COVID-19 Infographic**
Data sourced from [Visme](https://visme.co/blog/what-is-coronavirus) authored by [Mahnoor Sheikh](www.mahnoorsheikh.com) with permission from the Author

**Symptom Icons**
Data sourced from [Freepik](https://www.freepik.com/free-photos-vectors/health)

**Myth Busters**
Data sourced from [WHO](https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/myth-busters) and [MyGovIndia](https://twitter.com/mygovindia/status/1248645463110062080)

### Design

This Application uses [this](https://dribbble.com/shots/10828411-COVID-19) as design reference created by [Samad Sam](https://dribbble.com/Samadsam)
This Application uses [this](https://dribbble.com/shots/10828411-COVID-19) as design reference created by [Samad Sam](https://dribbble.com/Samadsam)

The Design is tweakwed to add more functionality to the application which can be found [here](https://www.figma.com/file/d63yhEbhKvthDvYKfLtM21/Boilerplate-COVID19)
12 changes: 8 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@

- [x] Daily and Weekly Statistics

- [ ] <b>Do the Five</b> Information Section - [Check Here](https://www.who.int/news-room/detail/23-03-2020-pass-the-message-five-steps-to-kicking-out-coronavirus)
- [x] Daily Growth

- [ ] Symptom Checker
- [x] <b>Do the Five</b> Information Section - [Check Here](https://www.who.int/news-room/detail/23-03-2020-pass-the-message-five-steps-to-kicking-out-coronavirus)

- [ ] Offline Support to display the last queried information
- [ ] Symptom Checker

- [x] Symptoms Information

- [x] Offline Support to display the last queried information

- [ ] Detailed Information about each country

- [ ] Myth Buster
- [x] Myth Buster

- [ ] Donation links for the government funds (Country Sepcific)

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.covid19"
applicationId "in.boilerplate.covid19"
minSdkVersion 18
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name="io.flutter.app.FlutterApplication"
android:label="covid19"
android:label="Fight Covid-19"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down
Binary file added android/app/src/main/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions android/app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="95.2381"
android:viewportHeight="95.2381">
<group android:translateX="17.619047"
android:translateY="17.619047">
<path
android:pathData="M54.9868,27.9944C55.1622,30.2629 53.5663,32.2767 51.4237,32.4917C49.7832,32.6561 48.2993,31.718 47.6138,30.253L45.6693,30.4243L44.2013,31.1326C43.8655,31.2941 43.6396,31.615 43.5881,31.9835C43.4494,32.9771 43.1978,33.934 42.8481,34.8434C42.7292,35.1514 42.75,35.4952 42.9115,35.7824L43.4345,36.7176L44.8887,37.6933C45.6554,37.4001 46.548,37.4704 47.282,37.9627C48.5262,38.7978 48.8244,40.5165 47.8991,41.726C47.1027,42.7681 45.6218,43.0544 44.4945,42.3847C43.7763,41.9588 43.3424,41.2515 43.2364,40.4957L41.6247,39.4149L40.6104,39.2911C40.2617,39.2485 39.915,39.3684 39.6614,39.6111C38.8055,40.4263 37.8387,41.1267 36.7877,41.6874C36.434,41.8756 36.2072,42.2371 36.1824,42.6363L36.0536,44.6908L36.6916,47.2218C37.7773,47.5249 38.6748,48.3857 38.9699,49.5566C39.4157,51.3268 38.3162,53.1227 36.5232,53.522C34.9056,53.8825 33.2463,52.9395 32.7322,51.3635C32.332,50.1331 32.6995,48.8612 33.5455,48.0301L32.9046,45.4843L31.915,43.8934C31.6495,43.4665 31.1799,43.2139 30.6767,43.2149C30.6737,43.2149 30.6718,43.2149 30.6688,43.2149C29.802,43.2149 28.9541,43.1287 28.1339,42.9672C27.6455,42.8701 27.1413,43.0247 26.7986,43.3862L25.491,44.7661L24.0269,47.8033C24.3696,48.4997 24.4003,49.3407 24.0378,50.0945C23.386,51.4457 21.7238,51.9826 20.3954,51.2357C19.2582,50.5948 18.7659,49.1802 19.2611,47.9717C19.5989,47.1475 20.2993,46.5967 21.0918,46.4125L22.5648,43.3555L22.854,41.304C22.9065,40.9256 22.7619,40.5442 22.4647,40.3045C21.2928,39.3535 20.2884,38.2054 19.5029,36.9097C19.3077,36.5878 18.957,36.3926 18.5806,36.3897L16.5321,36.3699L14.2894,37.0752C14.1319,38.4699 13.1769,39.7091 11.7525,40.1569C9.8386,40.7592 7.8,39.7072 7.1789,37.8052C6.5578,35.9043 7.6068,33.825 9.5058,33.197C10.8352,32.7572 12.2319,33.1227 13.1769,34.0212L15.5573,33.2723L17.2958,32.0331C17.5544,31.8498 17.6921,31.5427 17.6663,31.2277C17.6376,30.878 17.6227,30.5254 17.6227,30.1688C17.6227,28.2312 18.0487,26.3916 18.8094,24.7373C18.9204,24.4947 18.9174,24.2153 18.8005,23.9756L18.2854,22.9226L16.8877,21.8676C16.1051,22.1182 15.2185,21.9984 14.5132,21.4664C13.3166,20.563 13.1145,18.8305 14.1051,17.6744C14.958,16.6789 16.4528,16.4748 17.5415,17.2059C18.2349,17.6715 18.6292,18.4005 18.6925,19.1613L20.2418,20.3302L21.803,20.6086C22.9392,19.5536 24.2636,18.6987 25.7188,18.0994L26.0853,15.8725L25.6227,13.5724C24.2537,13.2197 23.1423,12.1707 22.8431,10.772C22.4211,8.7958 23.7792,6.871 25.8773,6.4738C27.9744,6.0766 30.017,7.3554 30.439,9.3317C30.755,10.8106 30.0744,12.2599 28.8322,13.0622L29.2691,15.2316L30.3419,16.9434C30.4122,17.0553 30.5351,17.1227 30.6668,17.1227H30.6688C33.1255,17.1227 35.4256,17.8062 37.39,18.9929C37.4979,19.0573 37.6307,19.0662 37.7446,19.0127L39.4246,18.2341L41.386,16.1123C41.2681,15.3515 41.4851,14.5452 42.0487,13.9359C43.067,12.8354 44.8105,12.8077 45.8625,13.9082C46.7847,14.874 46.8204,16.4144 45.9447,17.4228C45.3781,18.0756 44.5648,18.3768 43.7704,18.3173L41.809,20.4392L41.172,22.1529C41.1275,22.2718 41.1473,22.4045 41.2216,22.5075C41.9952,23.5694 42.6124,24.7522 43.0383,26.0221C43.1562,26.3708 43.4336,26.6423 43.7882,26.7423L45.383,27.1891L47.4554,27.0058C47.9635,25.5407 49.2325,24.4322 50.7907,24.2757C52.9333,24.0608 54.8125,25.726 54.9868,27.9944V27.9944Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M30.6688,39.829C36.004,39.829 40.329,35.504 40.329,30.1688C40.329,24.8336 36.004,20.5085 30.6688,20.5085C25.3336,20.5085 21.0085,24.8336 21.0085,30.1688C21.0085,35.504 25.3336,39.829 30.6688,39.829Z"
android:fillColor="#F58A97"/>
<path
android:pathData="M23.953,30.1688C23.953,25.334 27.5044,21.3289 32.141,20.62C31.661,20.5466 31.1693,20.5085 30.6688,20.5085C25.3335,20.5085 21.0085,24.8334 21.0085,30.1688C21.0085,35.5041 25.3335,39.829 30.6688,39.829C31.1693,39.829 31.661,39.791 32.141,39.7176C27.5045,39.0085 23.953,35.0034 23.953,30.1688Z"
android:fillColor="#F07281"/>
<path
android:pathData="M14.4149,12.6065C15.9342,12.6065 17.1659,11.3748 17.1659,9.8555C17.1659,8.3362 15.9342,7.1045 14.4149,7.1045C12.8956,7.1045 11.6639,8.3362 11.6639,9.8555C11.6639,11.3748 12.8956,12.6065 14.4149,12.6065Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M13.663,47.9346C14.6665,47.9346 15.48,47.1211 15.48,46.1176C15.48,45.1141 14.6665,44.3005 13.663,44.3005C12.6595,44.3005 11.8459,45.1141 11.8459,46.1176C11.8459,47.1211 12.6595,47.9346 13.663,47.9346Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M47.025,51.7788C48.5031,51.7788 49.7014,50.5806 49.7014,49.1024C49.7014,47.6243 48.5031,46.4261 47.025,46.4261C45.5469,46.4261 44.3486,47.6243 44.3486,49.1024C44.3486,50.5806 45.5469,51.7788 47.025,51.7788Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M27.7036,29.9999C29.0816,29.9999 30.1988,28.8827 30.1988,27.5047C30.1988,26.1266 29.0816,25.0095 27.7036,25.0095C26.3255,25.0095 25.2084,26.1266 25.2084,27.5047C25.2084,28.8827 26.3255,29.9999 27.7036,29.9999Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M29.7066,36.9533C30.6445,36.9533 31.4049,36.1929 31.4049,35.255C31.4049,34.317 30.6445,33.5566 29.7066,33.5566C28.7686,33.5566 28.0082,34.317 28.0082,35.255C28.0082,36.1929 28.7686,36.9533 29.7066,36.9533Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M35.0395,31.5949C35.8271,31.5949 36.4657,30.9564 36.4657,30.1688C36.4657,29.3811 35.8271,28.7426 35.0395,28.7426C34.2519,28.7426 33.6133,29.3811 33.6133,30.1688C33.6133,30.9564 34.2519,31.5949 35.0395,31.5949Z"
android:fillColor="#EB5569"/>
<path
android:pathData="M57,30C57,44.9117 44.9117,57 30,57C25.0706,57 20.4497,55.679 16.4721,53.3717L45.9973,8.2473C52.6705,13.1631 57,21.0759 57,30ZM43.2367,6.4618C39.3254,4.2575 34.8096,3 30,3C15.0883,3 3,15.0883 3,30C3,38.8037 7.2134,46.6232 13.7338,51.5521L43.2367,6.4618ZM60,30C60,46.5685 46.5685,60 30,60C13.4315,60 0,46.5685 0,30C0,13.4315 13.4315,0 30,0C46.5685,0 60,13.4315 60,30Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</group>
</vector>
5 changes: 5 additions & 0 deletions android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions android/app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#1C1D3C</color>
</resources>
Binary file removed assets/animations/splash.gif
Binary file not shown.
Binary file added assets/images/fact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/latest-numbers.png
Binary file not shown.
Binary file added assets/images/myth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/splash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/statistics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/virus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ios/Flutter/.last_build_id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8fbbdbe09471cf6b84240d355bc28488
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
/* Begin XCBuildConfiguration section */
249021D3217E4FDB00AE95B9 /* Profile */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -375,17 +374,17 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.dev.covid19;
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.covid19;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
VERSIONING_SYSTEM = "apple-generic";
};
name = Profile;
};
97C147031CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -441,7 +440,6 @@
};
97C147041CF9000F007C117D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -510,11 +508,12 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.dev.covid19;
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.covid19;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand All @@ -538,10 +537,11 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.dev.covid19;
PRODUCT_BUNDLE_IDENTIFIER = in.boilerplate.covid19;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down
118 changes: 32 additions & 86 deletions ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,122 +1,68 @@
{
"images" : [
{
"size" : "20x20",
"filename" : "icon-ios-20@2x.png",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
"scale" : "2x",
"size" : "20x20"
},
{
"size" : "20x20",
"filename" : "icon-ios-20@3x.png",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale" : "3x"
"scale" : "3x",
"size" : "20x20"
},
{
"size" : "29x29",
"filename" : "icon-ios-29@1x.png",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@1x.png",
"scale" : "1x"
"scale" : "1x",
"size" : "29x29"
},
{
"size" : "29x29",
"filename" : "icon-ios-29@2x.png",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@2x.png",
"scale" : "2x"
"scale" : "2x",
"size" : "29x29"
},
{
"size" : "29x29",
"filename" : "icon-ios-29@3x.png",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@3x.png",
"scale" : "3x"
"scale" : "3x",
"size" : "29x29"
},
{
"size" : "40x40",
"filename" : "icon-ios-40@2x.png",
"idiom" : "iphone",
"filename" : "Icon-App-40x40@2x.png",
"scale" : "2x"
"scale" : "2x",
"size" : "40x40"
},
{
"size" : "40x40",
"filename" : "icon-ios-40@3x.png",
"idiom" : "iphone",
"filename" : "Icon-App-40x40@3x.png",
"scale" : "3x"
"scale" : "3x",
"size" : "40x40"
},
{
"size" : "60x60",
"filename" : "icon-ios-60@2x.png",
"idiom" : "iphone",
"filename" : "Icon-App-60x60@2x.png",
"scale" : "2x"
"scale" : "2x",
"size" : "60x60"
},
{
"size" : "60x60",
"filename" : "icon-ios-60@3x.png",
"idiom" : "iphone",
"filename" : "Icon-App-60x60@3x.png",
"scale" : "3x"
"scale" : "3x",
"size" : "60x60"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-App-20x20@1x.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-App-29x29@1x.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-App-29x29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-App-40x40@1x.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-App-40x40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-App-76x76@1x.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-App-76x76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "Icon-App-83.5x83.5@2x.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"filename" : "icon-ios-1024@1x.png",
"idiom" : "ios-marketing",
"filename" : "Icon-App-1024x1024@1x.png",
"scale" : "1x"
"scale" : "1x",
"size" : "1024x1024"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 6e9b7a2

Please sign in to comment.