-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for iOS 13. Tweaked dark mode.
- Loading branch information
1 parent
2902ef3
commit b1694a3
Showing
32 changed files
with
692 additions
and
784 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 |
---|---|---|
|
@@ -7,11 +7,8 @@ | |
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
4509175323CF7E990028AF83 /* About_dark.html in Resources */ = {isa = PBXBuildFile; fileRef = 4509175223CF7E990028AF83 /* About_dark.html */; }; | ||
4509175523CFBD1A0028AF83 /* ReviewTemplate_dark.html in Resources */ = {isa = PBXBuildFile; fileRef = 4509175423CFBD1A0028AF83 /* ReviewTemplate_dark.html */; }; | ||
4509175A23D030130028AF83 /* DarkModeCheck.m in Sources */ = {isa = PBXBuildFile; fileRef = 4509175923D030130028AF83 /* DarkModeCheck.m */; }; | ||
45C2B2222460296200C84374 /* csv_dark.css in Resources */ = {isa = PBXBuildFile; fileRef = 45C2B2202460296200C84374 /* csv_dark.css */; }; | ||
45C2B2232460296200C84374 /* csv.css in Resources */ = {isa = PBXBuildFile; fileRef = 45C2B2212460296200C84374 /* csv.css */; }; | ||
4509175A23D030130028AF83 /* DarkModeCheck.m in Sources */ = {isa = PBXBuildFile; fileRef = 4509175923D030130028AF83 /* DarkModeCheck.m */; }; | ||
45C2B2232460296200C84374 /* csv.css in Resources */ = {isa = PBXBuildFile; fileRef = 45C2B2212460296200C84374 /* csv.css */; }; | ||
62E09F1B19E693F3002917FE /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 62E09F1A19E693F3002917FE /* Images.xcassets */; }; | ||
6D81575414CB3C2B005E8F3F /* KKKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D81574914CB3C2B005E8F3F /* KKKeychain.m */; }; | ||
6D81575514CB3C2B005E8F3F /* KKPasscodeLock.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D81574B14CB3C2B005E8F3F /* KKPasscodeLock.m */; }; | ||
|
@@ -25,7 +22,6 @@ | |
7F0B8A6913F77F95006E9151 /* PromoCodeOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0B8A6813F77F95006E9151 /* PromoCodeOperation.m */; }; | ||
7F0B8A6E13F7B941006E9151 /* PromoCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0B8A6D13F7B941006E9151 /* PromoCode.m */; }; | ||
7F0B8A7313F7E647006E9151 /* PromoCodesLicenseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0B8A7213F7E647006E9151 /* PromoCodesLicenseViewController.m */; }; | ||
7F0BF5D413D3154F0063A6B0 /* TopBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F0BF5D313D3154F0063A6B0 /* TopBackground.png */; }; | ||
7F0BF5DA13D3317D0063A6B0 /* ShadowTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F0BF5D813D3317D0063A6B0 /* ShadowTop.png */; }; | ||
7F0BF5DB13D3317D0063A6B0 /* ShadowBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F0BF5D913D3317D0063A6B0 /* ShadowBottom.png */; }; | ||
7F137EB313DDDABF004655D8 /* CountryDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F137EB213DDDABF004655D8 /* CountryDictionary.m */; }; | ||
|
@@ -128,12 +124,9 @@ | |
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
4509175223CF7E990028AF83 /* About_dark.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = About_dark.html; sourceTree = "<group>"; }; | ||
4509175423CFBD1A0028AF83 /* ReviewTemplate_dark.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ReviewTemplate_dark.html; sourceTree = "<group>"; }; | ||
4509175823D030130028AF83 /* DarkModeCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DarkModeCheck.h; sourceTree = "<group>"; }; | ||
4509175923D030130028AF83 /* DarkModeCheck.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DarkModeCheck.m; sourceTree = "<group>"; }; | ||
45C2B2202460296200C84374 /* csv_dark.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = csv_dark.css; sourceTree = "<group>"; }; | ||
45C2B2212460296200C84374 /* csv.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = csv.css; sourceTree = "<group>"; }; | ||
4509175823D030130028AF83 /* DarkModeCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DarkModeCheck.h; sourceTree = "<group>"; }; | ||
4509175923D030130028AF83 /* DarkModeCheck.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DarkModeCheck.m; sourceTree = "<group>"; }; | ||
45C2B2212460296200C84374 /* csv.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = csv.css; sourceTree = "<group>"; }; | ||
62E09F1A19E693F3002917FE /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AppSales/Images.xcassets; sourceTree = "<group>"; }; | ||
6D81574814CB3C2B005E8F3F /* KKKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KKKeychain.h; sourceTree = "<group>"; }; | ||
6D81574914CB3C2B005E8F3F /* KKKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KKKeychain.m; sourceTree = "<group>"; }; | ||
|
@@ -156,7 +149,6 @@ | |
7F0B8A6D13F7B941006E9151 /* PromoCode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PromoCode.m; sourceTree = "<group>"; }; | ||
7F0B8A7113F7E647006E9151 /* PromoCodesLicenseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PromoCodesLicenseViewController.h; sourceTree = "<group>"; }; | ||
7F0B8A7213F7E647006E9151 /* PromoCodesLicenseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = PromoCodesLicenseViewController.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; | ||
7F0BF5D313D3154F0063A6B0 /* TopBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TopBackground.png; sourceTree = "<group>"; }; | ||
7F0BF5D813D3317D0063A6B0 /* ShadowTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ShadowTop.png; sourceTree = "<group>"; }; | ||
7F0BF5D913D3317D0063A6B0 /* ShadowBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ShadowBottom.png; sourceTree = "<group>"; }; | ||
7F137EB113DDDABF004655D8 /* CountryDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CountryDictionary.h; sourceTree = "<group>"; }; | ||
|
@@ -489,12 +481,9 @@ | |
7FAB533313DD0F9A0027274F /* country_names.plist */, | ||
7FDF6E8013D8962500B8CC4E /* countries.plist */, | ||
7FDF6E8213D89B1000B8CC4E /* countries_simple.plist */, | ||
45C2B2212460296200C84374 /* csv.css */, | ||
7F26DF9313E1358B001D0F33 /* ReviewTemplate.html */, | ||
4509175423CFBD1A0028AF83 /* ReviewTemplate_dark.html */, | ||
7FAEB68E13E75AFF00750788 /* About.html */, | ||
4509175223CF7E990028AF83 /* About_dark.html */, | ||
45C2B2202460296200C84374 /* csv_dark.css */, | ||
45C2B2212460296200C84374 /* csv.css */, | ||
7FAEB68E13E75AFF00750788 /* About.html */, | ||
); | ||
name = "Supporting Files"; | ||
path = Support; | ||
|
@@ -512,7 +501,6 @@ | |
DAD39BA61EEC9B3100CB3524 /* [email protected] */, | ||
7F0BF5D813D3317D0063A6B0 /* ShadowTop.png */, | ||
7F0BF5D913D3317D0063A6B0 /* ShadowBottom.png */, | ||
7F0BF5D313D3154F0063A6B0 /* TopBackground.png */, | ||
); | ||
name = Images; | ||
path = ../Images; | ||
|
@@ -632,14 +620,14 @@ | |
children = ( | ||
DAF2D89B203B5F8100F3C0CF /* ASProgressHUD.h */, | ||
DAF2D89C203B5F8100F3C0CF /* ASProgressHUD.m */, | ||
4509175823D030130028AF83 /* DarkModeCheck.h */, | ||
4509175923D030130028AF83 /* DarkModeCheck.m */, | ||
7F1499C813BE15F500D89064 /* NSData+Compression.h */, | ||
7F1499C913BE15F500D89064 /* NSData+Compression.m */, | ||
7F454F9E13D5C24F00AE47D1 /* UIColor+Extensions.h */, | ||
7F454F9F13D5C24F00AE47D1 /* UIColor+Extensions.m */, | ||
7FAEB66F13E6D3AB00750788 /* UIImage+Tinting.h */, | ||
7FAEB67013E6D3AB00750788 /* UIImage+Tinting.m */, | ||
4509175823D030130028AF83 /* DarkModeCheck.h */, | ||
4509175923D030130028AF83 /* DarkModeCheck.m */, | ||
DA4984451C12C85F009BFC8F /* UIViewController+Orientation.h */, | ||
DA4984461C12C85F009BFC8F /* UIViewController+Orientation.m */, | ||
); | ||
|
@@ -877,7 +865,6 @@ | |
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
English, | ||
en, | ||
Base, | ||
); | ||
|
@@ -896,25 +883,21 @@ | |
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
7F0BF5D413D3154F0063A6B0 /* TopBackground.png in Resources */, | ||
7F0BF5DA13D3317D0063A6B0 /* ShadowTop.png in Resources */, | ||
4509175523CFBD1A0028AF83 /* ReviewTemplate_dark.html in Resources */, | ||
7F0BF5DB13D3317D0063A6B0 /* ShadowBottom.png in Resources */, | ||
7FDF6E8113D8962500B8CC4E /* countries.plist in Resources */, | ||
DAD39BA71EEC9B3100CB3524 /* [email protected] in Resources */, | ||
7FDF6E8313D89B1000B8CC4E /* countries_simple.plist in Resources */, | ||
DA9DB1B91C101FB2007B0178 /* LaunchScreen.storyboard in Resources */, | ||
DA2995CD1C120E4C0009D4F1 /* Icon216.png in Resources */, | ||
4509175323CF7E990028AF83 /* About_dark.html in Resources */, | ||
62E09F1B19E693F3002917FE /* Images.xcassets in Resources */, | ||
7FAB533413DD0F9A0027274F /* country_names.plist in Resources */, | ||
DAD39BA51EEC9B2D00CB3524 /* [email protected] in Resources */, | ||
45C2B2222460296200C84374 /* csv_dark.css in Resources */, | ||
DA2231A71DB318CC009071A3 /* SAMKeychain.bundle in Resources */, | ||
DA7B08E11C154CFB00BEAB57 /* FlagKit.xcassets in Resources */, | ||
7F89BCE313DFB4F1001C607F /* stores.plist in Resources */, | ||
7F26DF9413E1358B001D0F33 /* ReviewTemplate.html in Resources */, | ||
45C2B2232460296200C84374 /* csv.css in Resources */, | ||
45C2B2232460296200C84374 /* csv.css in Resources */, | ||
7FAEB68F13E75B0000750788 /* About.html in Resources */, | ||
6D81576514CB44BE005E8F3F /* passcode_square_empty.png in Resources */, | ||
6D81576614CB44BE005E8F3F /* [email protected] in Resources */, | ||
|
@@ -948,7 +931,7 @@ | |
7F1499E113BE544F00D89064 /* ReportDownloadCoordinator.m in Sources */, | ||
DA4AC6A31EF9CBB4003CAF4D /* ReviewFilter.m in Sources */, | ||
7F06B6BF13BF73C8004DB170 /* Report.m in Sources */, | ||
4509175A23D030130028AF83 /* DarkModeCheck.m in Sources */, | ||
4509175A23D030130028AF83 /* DarkModeCheck.m in Sources */, | ||
7F1B14F313C51ACA00243AA3 /* CurrencyManager.m in Sources */, | ||
7F1B153713C8029700243AA3 /* ReportImportOperation.m in Sources */, | ||
7F6BC9AB13CB64DB00286A1E /* GraphView.m in Sources */, | ||
|
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
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
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
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.