Skip to content

Commit 7041ef0

Browse files
committed
chore: update expo to 49.0.13 + sync deps
1 parent 61d4208 commit 7041ef0

File tree

6 files changed

+613
-1224
lines changed

6 files changed

+613
-1224
lines changed

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/test.yml
2+
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/type-check.yml
33

44
# ✍️ Description:
55
# This action is used to run the type-check on the project.

android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
55

6-
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
6+
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
77
</manifest>

ios/ObytesApp.xcodeproj/project.pbxproj

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1212
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1313
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
14-
7CD384E592A246F98036BB3B /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 24C17825730D451EB5D371A9 /* Inter.ttf */; };
14+
75F889A01E63494D810C4AC4 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C790EDECB249438F10596E /* noop-file.swift */; };
1515
96905EF65AED1B983A6B3ABC /* libPods-ObytesApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */; };
1616
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
1717
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
18-
EC9F498F84254736BBAA18C5 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9E4C08447C2406991DE3427 /* noop-file.swift */; };
18+
EED862B8742544C9B5AE6C36 /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 160019DCAF5D4696B3E7810B /* Inter.ttf */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
@@ -25,14 +25,14 @@
2525
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ObytesApp/Images.xcassets; sourceTree = "<group>"; };
2626
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ObytesApp/Info.plist; sourceTree = "<group>"; };
2727
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ObytesApp/main.m; sourceTree = "<group>"; };
28-
1A44AB91FDAC48C29F01C284 /* ObytesApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ObytesApp-Bridging-Header.h"; path = "ObytesApp/ObytesApp-Bridging-Header.h"; sourceTree = "<group>"; };
29-
24C17825730D451EB5D371A9 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
28+
160019DCAF5D4696B3E7810B /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
3029
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ObytesApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3130
6C2E3173556A471DD304B334 /* Pods-ObytesApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObytesApp.debug.xcconfig"; path = "Target Support Files/Pods-ObytesApp/Pods-ObytesApp.debug.xcconfig"; sourceTree = "<group>"; };
3231
7A4D352CD337FB3A3BF06240 /* Pods-ObytesApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObytesApp.release.xcconfig"; path = "Target Support Files/Pods-ObytesApp/Pods-ObytesApp.release.xcconfig"; sourceTree = "<group>"; };
3332
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ObytesApp/SplashScreen.storyboard; sourceTree = "<group>"; };
34-
B9E4C08447C2406991DE3427 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ObytesApp/noop-file.swift"; sourceTree = "<group>"; };
3533
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
34+
D1C790EDECB249438F10596E /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ObytesApp/noop-file.swift"; sourceTree = "<group>"; };
35+
D256C14D79514074AB7C7CCC /* ObytesApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ObytesApp-Bridging-Header.h"; path = "ObytesApp/ObytesApp-Bridging-Header.h"; sourceTree = "<group>"; };
3636
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3737
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-ObytesApp/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
3838
/* End PBXFileReference section */
@@ -59,8 +59,8 @@
5959
13B07FB61A68108700A75B9A /* Info.plist */,
6060
13B07FB71A68108700A75B9A /* main.m */,
6161
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
62-
B9E4C08447C2406991DE3427 /* noop-file.swift */,
63-
1A44AB91FDAC48C29F01C284 /* ObytesApp-Bridging-Header.h */,
62+
D1C790EDECB249438F10596E /* noop-file.swift */,
63+
D256C14D79514074AB7C7CCC /* ObytesApp-Bridging-Header.h */,
6464
);
6565
name = ObytesApp;
6666
sourceTree = "<group>";
@@ -74,10 +74,10 @@
7474
name = Frameworks;
7575
sourceTree = "<group>";
7676
};
77-
3BDF002B74D342E898A56754 /* Resources */ = {
77+
543A6D90A6B84A45B2B3B447 /* Resources */ = {
7878
isa = PBXGroup;
7979
children = (
80-
24C17825730D451EB5D371A9 /* Inter.ttf */,
80+
160019DCAF5D4696B3E7810B /* Inter.ttf */,
8181
);
8282
name = Resources;
8383
path = "";
@@ -99,7 +99,7 @@
9999
2D16E6871FA4F8E400B85C8A /* Frameworks */,
100100
D65327D7A22EEC0BE12398D9 /* Pods */,
101101
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
102-
3BDF002B74D342E898A56754 /* Resources */,
102+
543A6D90A6B84A45B2B3B447 /* Resources */,
103103
);
104104
indentWidth = 2;
105105
sourceTree = "<group>";
@@ -157,13 +157,13 @@
157157
buildPhases = (
158158
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
159159
FD10A7F022414F080027D42C /* Start Packager */,
160-
F31B283E29C6F18177CB1B2E /* [Expo] Configure project */,
160+
A694048C22DBA196ADD8496B /* [Expo] Configure project */,
161161
13B07F871A680F5B00A75B9A /* Sources */,
162162
13B07F8C1A680F5B00A75B9A /* Frameworks */,
163163
13B07F8E1A680F5B00A75B9A /* Resources */,
164164
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
165165
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
166-
0C54AB8861C4883512856094 /* [CP] Embed Pods Frameworks */,
166+
2D09425B3D7DDFE1384897FD /* [CP] Embed Pods Frameworks */,
167167
);
168168
buildRules = (
169169
);
@@ -213,7 +213,7 @@
213213
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
214214
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
215215
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
216-
7CD384E592A246F98036BB3B /* Inter.ttf in Resources */,
216+
EED862B8742544C9B5AE6C36 /* Inter.ttf in Resources */,
217217
);
218218
runOnlyForDeploymentPostprocessing = 0;
219219
};
@@ -256,7 +256,7 @@
256256
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";
257257
showEnvVarsInLog = 0;
258258
};
259-
0C54AB8861C4883512856094 /* [CP] Embed Pods Frameworks */ = {
259+
2D09425B3D7DDFE1384897FD /* [CP] Embed Pods Frameworks */ = {
260260
isa = PBXShellScriptBuildPhase;
261261
buildActionMask = 2147483647;
262262
files = (
@@ -298,7 +298,7 @@
298298
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh\"\n";
299299
showEnvVarsInLog = 0;
300300
};
301-
F31B283E29C6F18177CB1B2E /* [Expo] Configure project */ = {
301+
A694048C22DBA196ADD8496B /* [Expo] Configure project */ = {
302302
isa = PBXShellScriptBuildPhase;
303303
alwaysOutOfDate = 1;
304304
buildActionMask = 2147483647;
@@ -346,7 +346,7 @@
346346
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
347347
13B07FC11A68108700A75B9A /* main.m in Sources */,
348348
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
349-
EC9F498F84254736BBAA18C5 /* noop-file.swift in Sources */,
349+
75F889A01E63494D810C4AC4 /* noop-file.swift in Sources */,
350350
);
351351
runOnlyForDeploymentPostprocessing = 0;
352352
};
@@ -377,7 +377,7 @@
377377
);
378378
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
379379
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
380-
PRODUCT_NAME = "ObytesApp";
380+
PRODUCT_NAME = ObytesApp;
381381
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
382382
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
383383
SWIFT_VERSION = 5.0;
@@ -405,7 +405,7 @@
405405
);
406406
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
407407
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
408-
PRODUCT_NAME = "ObytesApp";
408+
PRODUCT_NAME = ObytesApp;
409409
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
410410
SWIFT_VERSION = 5.0;
411411
TARGETED_DEVICE_FAMILY = "1,2";
@@ -453,6 +453,7 @@
453453
GCC_PREPROCESSOR_DEFINITIONS = (
454454
"DEBUG=1",
455455
"$(inherited)",
456+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
456457
);
457458
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
458459
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -468,6 +469,10 @@
468469
ONLY_ACTIVE_ARCH = YES;
469470
OTHER_CFLAGS = "$(inherited)";
470471
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
472+
OTHER_LDFLAGS = (
473+
"$(inherited)",
474+
" ",
475+
);
471476
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
472477
SDKROOT = iphoneos;
473478
};
@@ -508,6 +513,10 @@
508513
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
509514
GCC_C_LANGUAGE_STANDARD = gnu99;
510515
GCC_NO_COMMON_BLOCKS = YES;
516+
GCC_PREPROCESSOR_DEFINITIONS = (
517+
"$(inherited)",
518+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
519+
);
511520
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
512521
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
513522
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -520,6 +529,10 @@
520529
MTL_ENABLE_DEBUG_INFO = NO;
521530
OTHER_CFLAGS = "$(inherited)";
522531
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
532+
OTHER_LDFLAGS = (
533+
"$(inherited)",
534+
" ",
535+
);
523536
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
524537
SDKROOT = iphoneos;
525538
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)