aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-10-08 02:07:15 -0400
committerGitHub <noreply@github.com>2020-10-08 02:07:15 -0400
commitccdb6f46167fa3c30bc3f84620c9260494312e00 (patch)
tree5a53480e6cee6097298a360293e0948666d44fec
parent45e435dbb4c43cb890eb360413784d0b2e331bc5 (diff)
[TMA-267] Update logo and splash page with new design (#47)
* hot patch * patching * update to new logo and fix ios 14
-rw-r--r--ios/Frontend.xcodeproj/project.pbxproj18
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/120-1.pngbin14761 -> 9705 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/120.pngbin14761 -> 9705 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/180.pngbin25983 -> 15989 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/40.pngbin3445 -> 2417 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/58.pngbin5756 -> 3969 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/60.pngbin6112 -> 4186 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/80.pngbin9035 -> 6056 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/87.pngbin10009 -> 6643 bytes
-rw-r--r--ios/Frontend/Images.xcassets/AppIcon.appiconset/appstore.pngbin196810 -> 127385 bytes
-rw-r--r--ios/Frontend/Info.plist8
-rw-r--r--ios/Podfile.lock10
-rw-r--r--src/assets/images/logo.pngbin7852 -> 3816 bytes
-rw-r--r--src/assets/images/logo@2x.pngbin18292 -> 8252 bytes
-rw-r--r--src/assets/images/logo@3x.pngbin30041 -> 12840 bytes
-rw-r--r--yarn.lock7
16 files changed, 26 insertions, 17 deletions
diff --git a/ios/Frontend.xcodeproj/project.pbxproj b/ios/Frontend.xcodeproj/project.pbxproj
index 15d68ff0..365df021 100644
--- a/ios/Frontend.xcodeproj/project.pbxproj
+++ b/ios/Frontend.xcodeproj/project.pbxproj
@@ -300,11 +300,11 @@
TargetAttributes = {
00E356ED1AD99517003FC87E = {
CreatedOnToolsVersion = 6.2;
- DevelopmentTeam = 5KXV8WVAZD;
+ DevelopmentTeam = CA2JXDK7RB;
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
- DevelopmentTeam = 5KXV8WVAZD;
+ DevelopmentTeam = CA2JXDK7RB;
LastSwiftMigration = 1120;
};
2D02E47A1E0B4A5D006451C7 = {
@@ -706,7 +706,7 @@
baseConfigurationReference = C43E63ACF638693AFCCCEFD3 /* Pods-Frontend-FrontendTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
- DEVELOPMENT_TEAM = 5KXV8WVAZD;
+ DEVELOPMENT_TEAM = CA2JXDK7RB;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
@@ -731,7 +731,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
- DEVELOPMENT_TEAM = 5KXV8WVAZD;
+ DEVELOPMENT_TEAM = CA2JXDK7RB;
INFOPLIST_FILE = FrontendTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -753,20 +753,21 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
- DEVELOPMENT_TEAM = 5KXV8WVAZD;
+ DEVELOPMENT_TEAM = CA2JXDK7RB;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"FB_SONARKIT_ENABLED=1",
);
INFOPLIST_FILE = Frontend/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "taggid-frontend";
+ PRODUCT_BUNDLE_IDENTIFIER = taggid;
PRODUCT_NAME = Frontend;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -781,15 +782,16 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
- DEVELOPMENT_TEAM = 5KXV8WVAZD;
+ DEVELOPMENT_TEAM = CA2JXDK7RB;
INFOPLIST_FILE = Frontend/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "taggid-frontend";
+ PRODUCT_BUNDLE_IDENTIFIER = taggid;
PRODUCT_NAME = Frontend;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/120-1.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/120-1.png
index 706bd146..fa369a58 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/120-1.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/120-1.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/120.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/120.png
index 706bd146..fa369a58 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/120.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/120.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/180.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/180.png
index 622d65db..4b6d534a 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/180.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/180.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/40.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/40.png
index 145cb730..deb7b94f 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/40.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/40.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/58.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/58.png
index 53455de3..b1526abe 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/58.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/58.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/60.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/60.png
index 800515f6..cfb29fe9 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/60.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/60.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/80.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/80.png
index baa2ece9..d3930ed3 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/80.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/80.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/87.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/87.png
index 81cea947..a73dab92 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/87.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/87.png
Binary files differ
diff --git a/ios/Frontend/Images.xcassets/AppIcon.appiconset/appstore.png b/ios/Frontend/Images.xcassets/AppIcon.appiconset/appstore.png
index 63f5c513..c5d5c70e 100644
--- a/ios/Frontend/Images.xcassets/AppIcon.appiconset/appstore.png
+++ b/ios/Frontend/Images.xcassets/AppIcon.appiconset/appstore.png
Binary files differ
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist
index bfecd396..e7ff5911 100644
--- a/ios/Frontend/Info.plist
+++ b/ios/Frontend/Info.plist
@@ -41,6 +41,10 @@
<string></string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Tagg would like to access your photos.</string>
+ <key>UIAppFonts</key>
+ <array>
+ <string>Feather.ttf</string>
+ </array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -53,10 +57,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>UIAppFonts</key>
- <array>
- <string>Feather.ttf</string>
- </array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 1881af7c..26e69f0f 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -238,8 +238,8 @@ PODS:
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsinspector (0.63.3)
- - react-native-safe-area-context (3.1.8):
- - React-Core
+ - react-native-safe-area-context (3.1.1):
+ - React
- React-RCTActionSheet (0.63.3):
- React-Core/RCTActionSheetHeaders (= 0.63.3)
- React-RCTAnimation (0.63.3):
@@ -510,7 +510,7 @@ SPEC CHECKSUMS:
React-jsi: df07aa95b39c5be3e41199921509bfa929ed2b9d
React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451
React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2
- react-native-safe-area-context: 79fea126c6830c85f65947c223a5e3058a666937
+ react-native-safe-area-context: 344b969c45af3d8464d36e8dea264942992ef033
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
React-RCTAnimation: 1befece0b5183c22ae01b966f5583f42e69a83c2
React-RCTBlob: 0b284339cbe4b15705a05e2313a51c6d8b51fa40
@@ -529,11 +529,11 @@ SPEC CHECKSUMS:
RNReanimated: dd8c286ab5dd4ba36d3a7fef8bff7e08711b5476
RNScreens: 0e91da98ab26d5d04c7b59a9b6bd694124caf88c
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
- RNVectorIcons: bc69e6a278b14842063605de32bec61f0b251a59
+ RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976
TOCropViewController: da59f531f8ac8a94ef6d6c0fc34009350f9e8bfe
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
-PODFILE CHECKSUM: bc1b75b994918f08daa41eee348b0875f8ddf793
+PODFILE CHECKSUM: e0ae5017155782ebc46fe54068868c5bab21ca70
COCOAPODS: 1.9.3
diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png
index 08b21ae9..1966f112 100644
--- a/src/assets/images/logo.png
+++ b/src/assets/images/logo.png
Binary files differ
diff --git a/src/assets/images/logo@2x.png b/src/assets/images/logo@2x.png
index df6be90e..00ac8b2b 100644
--- a/src/assets/images/logo@2x.png
+++ b/src/assets/images/logo@2x.png
Binary files differ
diff --git a/src/assets/images/logo@3x.png b/src/assets/images/logo@3x.png
index 7f254e8c..e1484577 100644
--- a/src/assets/images/logo@3x.png
+++ b/src/assets/images/logo@3x.png
Binary files differ
diff --git a/yarn.lock b/yarn.lock
index c8a12c09..23ae3856 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3213,6 +3213,13 @@ hermes-profile-transformer@^0.0.6:
dependencies:
source-map "^0.7.3"
+hermes-profile-transformer@^0.0.6:
+ version "0.0.6"
+ resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b"
+ integrity sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==
+ dependencies:
+ source-map "^0.7.3"
+
hoist-non-react-statics@^3.3.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"