Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fd64e42
Change AppVersion and APP Display Name
becksen Feb 23, 2023
2cefe4a
Change HomeRootView Icons for Carbs and Settings
becksen Feb 23, 2023
7ef80c9
Add AppIcon Menu under CONFIGURATION in Settings
becksen Feb 23, 2023
f4940fd
Merge branch 'bdb_dev' into Crowdin
Jon-b-m Mar 1, 2023
9250a56
Crowdin updates (#599)
Jon-b-m Mar 1, 2023
5401f49
Missing source string
Jon-b-m Mar 1, 2023
8a23f00
Crowdin updates (#600)
Jon-b-m Mar 1, 2023
083c377
Crowdin updates (#601)
Jon-b-m Mar 1, 2023
9d3c573
(Ukrainian) (#602)
Jon-b-m Mar 1, 2023
f986b4c
Crowdin (Russian updates) (#604)
Jon-b-m Mar 2, 2023
561b490
Merge branch 'Crowdin' into bdb_dev
Jon-b-m Mar 2, 2023
0bdab66
Add AppIcon View translation to locatization
becksen Mar 2, 2023
f472901
Merge branch 'Jon-b-m:bdb_dev' into bdb_dev
becksen Mar 2, 2023
7ebc60c
Commit local changes
becksen Mar 2, 2023
04e648c
commit
becksen Mar 2, 2023
d22d12f
Merge remote-tracking branch 'refs/remotes/origin/bdb_dev'
becksen Mar 2, 2023
d0057f1
Working version switching default and alternateicon
becksen Mar 9, 2023
3bebad5
Merge branch 'bdb' into appIcon_change
becksen Mar 10, 2023
4c3775a
Merge branch 'bdb' into appIcon_change
becksen Mar 10, 2023
b126f02
Merge remote-tracking branch 'refs/remotes/origin/appIcon_change'
becksen Mar 10, 2023
37915be
restore accidently removed icons
becksen Mar 11, 2023
f6182ac
Added icons, Updated SwiftUI View for AppIconChange -> ToDo formatting
becksen Mar 17, 2023
3a25fb9
1st release -> tested with iPhone 11 and iPhone 11 pro
becksen Mar 20, 2023
ab5d6ca
revert icons in HomeRootView to default
becksen Mar 20, 2023
6466441
Remove hard coded "AppIcon" on project level. Also checked on targets…
becksen Mar 20, 2023
611617a
Removed obsolete purple icons in AppIcon icons
becksen Mar 20, 2023
36d3767
Clean-Up new iconsents (blue, red, green)
becksen Mar 20, 2023
4e6d014
Remove obsolete .pngs from xcassts
becksen Mar 20, 2023
12c9bc6
delete icons
becksen Mar 20, 2023
058fed7
consider colorscheme for text color
becksen Mar 20, 2023
1b00f25
Merge branch 'Jon-b-m:main' into appIcon_change
becksen Mar 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ApplicationIcon/AppIconAlternate/Test 2 Kopie.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 ApplicationIcon/AppIconAlternate/Test 2-29.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 ApplicationIcon/AppIconAlternate/Test 2-29@2x.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 ApplicationIcon/AppIconAlternate/Test 2-29@3x.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 ApplicationIcon/AppIconAlternate/Test 2-76.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 ApplicationIcon/AppIconAlternate/Test 2-76@2x.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 added ApplicationIcon/AppIconAlternate/Test 2.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 ApplicationIcon/AppIconAlternate/Test 2@1x.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 ApplicationIcon/AppIconAlternate/Test 2@2x.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 ApplicationIcon/AppIconAlternate/Test 2@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 54 additions & 6 deletions FreeAPS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@
E39E418C56A5A46B61D960EE /* ConfigEditorStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D5B4F8B4194BB7E260EF251 /* ConfigEditorStateModel.swift */; };
E3A08AAE59538BC8A8ABE477 /* NotificationsConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3260468377DA9DB4DEE9AF6D /* NotificationsConfigDataFlow.swift */; };
E4984C5262A90469788754BB /* PreferencesEditorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F8BA8533F56BC55748CA877 /* PreferencesEditorProvider.swift */; };
E655645029A8298A00573139 /* AppIconConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E655644F29A8298A00573139 /* AppIconConfigRootView.swift */; };
E655645229A82A0400573139 /* AppIconConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E655645129A82A0400573139 /* AppIconConfigDataFlow.swift */; };
E655645429A82B0700573139 /* AppIconConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E655645329A82B0700573139 /* AppIconConfigProvider.swift */; };
E655645629A82BA600573139 /* AppIconConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E655645529A82BA600573139 /* AppIconConfigStateModel.swift */; };
E655645829A82CA900573139 /* AppIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = E655645729A82CA900573139 /* AppIcon.swift */; };
E97285ED9B814CD5253C6658 /* AddCarbsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F48C3AC770D4CCD0EA2B0C2 /* AddCarbsDataFlow.swift */; };
E974172296125A5AE99E634C /* PumpConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD22C985B79A2F0D2EA3D9D /* PumpConfigRootView.swift */; };
F5CA3DB1F9DC8B05792BBFAA /* CGMDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B5C0607505A38F256BF99A /* CGMDataFlow.swift */; };
Expand Down Expand Up @@ -791,6 +796,11 @@
E26904AACA8D9C15D229D675 /* SnoozeStateModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SnoozeStateModel.swift; sourceTree = "<group>"; };
E2EBA7C03C26FCC67E16D798 /* LibreConfigProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LibreConfigProvider.swift; sourceTree = "<group>"; };
E625985B47742D498CB1681A /* NotificationsConfigProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NotificationsConfigProvider.swift; sourceTree = "<group>"; };
E655644F29A8298A00573139 /* AppIconConfigRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconConfigRootView.swift; sourceTree = "<group>"; };
E655645129A82A0400573139 /* AppIconConfigDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconConfigDataFlow.swift; sourceTree = "<group>"; };
E655645329A82B0700573139 /* AppIconConfigProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconConfigProvider.swift; sourceTree = "<group>"; };
E655645529A82BA600573139 /* AppIconConfigStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconConfigStateModel.swift; sourceTree = "<group>"; };
E655645729A82CA900573139 /* AppIcon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIcon.swift; sourceTree = "<group>"; };
E68CDC1E5C438D1BEAD4CF24 /* LibreConfigStateModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LibreConfigStateModel.swift; sourceTree = "<group>"; };
E9AAB83FB6C3B41EFD1846A0 /* AddTempTargetRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AddTempTargetRootView.swift; sourceTree = "<group>"; };
F816825D28DB441200054060 /* HeartBeatManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HeartBeatManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -976,6 +986,7 @@
3811DE0325C9D31700A708ED /* Modules */ = {
isa = PBXGroup;
children = (
E655644B29A8287E00573139 /* AppIconConfig */,
19D466A129AA2B0A004D5F33 /* FPUConfig */,
F90692CD274B99850037068D /* HealthKit */,
6DC5D590658EF8B8DF94F9F5 /* AddCarbs */,
Expand Down Expand Up @@ -1391,6 +1402,7 @@
385CEAC025F2EA52002D6D5B /* Announcement.swift */,
388E5A5F25B6F2310019842D /* Autosens.swift */,
38A00B1E25FC00F7006BC0B0 /* Autotune.swift */,
E655645729A82CA900573139 /* AppIcon.swift */,
388358C725EEF6D200E024B2 /* BasalProfileEntry.swift */,
38D0B3B525EBE24900CB6E88 /* Battery.swift */,
382C134A25F14E3700715CE1 /* BGTargets.swift */,
Expand Down Expand Up @@ -1931,6 +1943,25 @@
path = PumpSettingsEditor;
sourceTree = "<group>";
};
E655644B29A8287E00573139 /* AppIconConfig */ = {
isa = PBXGroup;
children = (
E655645129A82A0400573139 /* AppIconConfigDataFlow.swift */,
E655645329A82B0700573139 /* AppIconConfigProvider.swift */,
E655645529A82BA600573139 /* AppIconConfigStateModel.swift */,
E655644C29A828B600573139 /* View */,
);
path = AppIconConfig;
sourceTree = "<group>";
};
E655644C29A828B600573139 /* View */ = {
isa = PBXGroup;
children = (
E655644F29A8298A00573139 /* AppIconConfigRootView.swift */,
);
path = View;
sourceTree = "<group>";
};
E8176B120B55CE89F1591542 /* Calibrations */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -2260,6 +2291,7 @@
3811DEEB25CA063400A708ED /* PersistedProperty.swift in Sources */,
38E44537274E411700EC9A94 /* Disk+Helpers.swift in Sources */,
388E5A6025B6F2310019842D /* Autosens.swift in Sources */,
E655645829A82CA900573139 /* AppIcon.swift in Sources */,
3811DE8F25C9D80400A708ED /* User.swift in Sources */,
19D466A329AA2B80004D5F33 /* FPUConfigDataFlow.swift in Sources */,
3811DEB225C9D88300A708ED /* KeychainItemAccessibility.swift in Sources */,
Expand Down Expand Up @@ -2312,11 +2344,13 @@
3811DE4225C9D4A100A708ED /* SettingsDataFlow.swift in Sources */,
3811DE2525C9D48300A708ED /* MainRootView.swift in Sources */,
38E44535274E411700EC9A94 /* Disk+Data.swift in Sources */,
E655645629A82BA600573139 /* AppIconConfigStateModel.swift in Sources */,
3811DE3125C9D49500A708ED /* HomeProvider.swift in Sources */,
FE41E4D629463EE20047FD55 /* NightscoutPreferences.swift in Sources */,
E013D872273AC6FE0014109C /* GlucoseSimulatorSource.swift in Sources */,
388E5A5C25B6F0770019842D /* JSON.swift in Sources */,
3811DF0225CA9FEA00A708ED /* Credentials.swift in Sources */,
E655645229A82A0400573139 /* AppIconConfigDataFlow.swift in Sources */,
389A572026079BAA00BC102F /* Interpolation.swift in Sources */,
38B4F3C625E5017E00E76A18 /* NotificationCenter.swift in Sources */,
19D466A729AA2C22004D5F33 /* FPUConfigStateModel.swift in Sources */,
Expand Down Expand Up @@ -2363,6 +2397,7 @@
38D0B3D925EC07C400CB6E88 /* CarbsEntry.swift in Sources */,
38A9260525F012D8009E3739 /* CarbRatios.swift in Sources */,
38FCF3D625E8FDF40078B0D1 /* MD5.swift in Sources */,
E655645429A82B0700573139 /* AppIconConfigProvider.swift in Sources */,
3871F39C25ED892B0013ECB5 /* TempTarget.swift in Sources */,
FEFA5C11299F814A00765C17 /* CoreDataStack.swift in Sources */,
3811DEAB25C9D88300A708ED /* HTTPResponseStatus.swift in Sources */,
Expand All @@ -2380,6 +2415,7 @@
3883581C25EE79BB00E024B2 /* DecimalTextField.swift in Sources */,
38DAB28A260D349500F74C1A /* FetchGlucoseManager.swift in Sources */,
38F37828261260DC009DB701 /* Color+Extensions.swift in Sources */,
E655645029A8298A00573139 /* AppIconConfigRootView.swift in Sources */,
3811DE3F25C9D4A100A708ED /* SettingsStateModel.swift in Sources */,
38B4F3CB25E502E200E76A18 /* WeakObjectSet.swift in Sources */,
38E989DD25F5021400C0CED0 /* PumpStatus.swift in Sources */,
Expand Down Expand Up @@ -2640,6 +2676,9 @@
baseConfigurationReference = 38F3783A2613555C009DB701 /* Config.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "";
ASSETCATALOG_COMPILER_APPICON_NAME = "";
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2689,7 +2728,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MARKETING_VERSION = "$(APP_VERSION)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand All @@ -2705,6 +2744,9 @@
baseConfigurationReference = 38F3783A2613555C009DB701 /* Config.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "";
ASSETCATALOG_COMPILER_APPICON_NAME = "";
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2748,7 +2790,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MARKETING_VERSION = "$(APP_VERSION)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand All @@ -2764,8 +2806,10 @@
buildSettings = {
APP_DISPLAY_NAME = "$(APP_DISPLAY_NAME)";
APP_GROUP_ID = "$(APP_GROUP_ID)";
ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON)";
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
CODE_SIGN_ENTITLEMENTS = FreeAPS/Resources/FreeAPS.entitlements;
CODE_SIGN_STYLE = Automatic;
Expand All @@ -2774,7 +2818,7 @@
DEVELOPMENT_TEAM = "$(DEVELOPER_TEAM)";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = FreeAPS/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -2800,8 +2844,10 @@
buildSettings = {
APP_DISPLAY_NAME = "$(APP_DISPLAY_NAME)";
APP_GROUP_ID = "$(APP_GROUP_ID)";
ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON)";
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
CODE_SIGN_ENTITLEMENTS = FreeAPS/Resources/FreeAPS.entitlements;
CODE_SIGN_STYLE = Automatic;
Expand All @@ -2810,7 +2856,7 @@
DEVELOPMENT_TEAM = "$(DEVELOPER_TEAM)";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = FreeAPS/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -2838,6 +2884,7 @@
APP_DISPLAY_NAME = "$(APP_DISPLAY_NAME)";
ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON)";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_ENTITLEMENTS = FreeAPSWatch/FreeAPSWatch.entitlements;
Expand Down Expand Up @@ -2868,6 +2915,7 @@
APP_DISPLAY_NAME = "$(APP_DISPLAY_NAME)";
ASSETCATALOG_COMPILER_APPICON_NAME = "$(APP_ICON)";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_ENTITLEMENTS = FreeAPSWatch/FreeAPSWatch.entitlements;
Expand Down
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
Expand Up @@ -55,13 +55,13 @@
"size" : "256x256"
},
{
"filename" : "512.png",
"filename" : "512 1.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "1024.png",
"filename" : "1024 3.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
Expand Down
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.
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.
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.
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.
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,62 @@
{
"images" : [
{
"filename" : "AppIcon_Blue-20@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "AppIcon_Blue-20@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "AppIcon_Blue-29@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "AppIcon_Blue-29@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "AppIcon_Blue-40@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "AppIcon_Blue-40@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "AppIcon_Blue-60@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "AppIcon_Blue-60@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"filename" : "AppIcon_Blue-1024.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
}
],
"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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"images" : [
{
"filename" : "AppIcon_Green-20@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "AppIcon_Green-20@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "AppIcon_Green-29@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "AppIcon_Green-29@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "AppIcon_Green-40@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "AppIcon_Green-40@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "AppIcon_Green-60@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "AppIcon_Green-60@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"filename" : "AppIcon_Green-1024.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading