react-native-inapp-inspector 1.1.17 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/components/Inspector/BundleTab.d.ts +5 -0
- package/dist/commonjs/components/Inspector/BundleTab.js +176 -46
- package/dist/commonjs/components/Inspector/MainScreen.js +7 -0
- package/dist/commonjs/components/Inspector/PerformanceTab.d.ts +22 -0
- package/dist/commonjs/components/Inspector/PerformanceTab.js +1143 -0
- package/dist/commonjs/components/Inspector/SettingsPanel.js +5 -0
- package/dist/commonjs/components/Inspector/TabBar.js +7 -0
- package/dist/commonjs/components/NetworkIcons.d.ts +1 -0
- package/dist/commonjs/components/NetworkIcons.js +10 -1
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/commonjs/index.js +6 -3
- package/dist/commonjs/types/enums.d.ts +2 -2
- package/dist/esm/components/Inspector/BundleTab.d.ts +5 -0
- package/dist/esm/components/Inspector/BundleTab.js +177 -47
- package/dist/esm/components/Inspector/MainScreen.js +7 -0
- package/dist/esm/components/Inspector/PerformanceTab.d.ts +22 -0
- package/dist/esm/components/Inspector/PerformanceTab.js +1105 -0
- package/dist/esm/components/Inspector/SettingsPanel.js +6 -1
- package/dist/esm/components/Inspector/TabBar.js +8 -1
- package/dist/esm/components/NetworkIcons.d.ts +1 -0
- package/dist/esm/components/NetworkIcons.js +8 -0
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/dist/esm/index.js +6 -3
- package/dist/esm/types/enums.d.ts +2 -2
- package/package.json +2 -4
- package/assets/banner_dark.svg +0 -186
- package/assets/banner_light.svg +0 -186
- package/assets/icon_circle.svg +0 -148
- package/assets/icon_square.svg +0 -148
- package/assets/social_preview.png +0 -0
- package/assets/walkthrough.gif +0 -0
- package/dist/commonjs/assets/svgAssets.d.ts +0 -3
- package/dist/commonjs/assets/svgAssets.js +0 -17
- package/dist/commonjs/components/AnalyticsTabView.d.ts +0 -15
- package/dist/commonjs/components/AnalyticsTabView.js +0 -157
- package/dist/commonjs/components/ApiDetailView.d.ts +0 -22
- package/dist/commonjs/components/ApiDetailView.js +0 -304
- package/dist/commonjs/components/ApisTabView.d.ts +0 -33
- package/dist/commonjs/components/ApisTabView.js +0 -235
- package/dist/commonjs/components/ConsoleLogDetailView.d.ts +0 -9
- package/dist/commonjs/components/ConsoleLogDetailView.js +0 -278
- package/dist/commonjs/components/ConsoleLogsTabView.d.ts +0 -24
- package/dist/commonjs/components/ConsoleLogsTabView.js +0 -354
- package/dist/commonjs/components/FloatingBubble.d.ts +0 -14
- package/dist/commonjs/components/FloatingBubble.js +0 -75
- package/dist/commonjs/components/Inspector/InsightsDashboard.d.ts +0 -3
- package/dist/commonjs/components/Inspector/InsightsDashboard.js +0 -619
- package/dist/commonjs/components/Inspector/WebViewTab.d.ts +0 -3
- package/dist/commonjs/components/Inspector/WebViewTab.js +0 -757
- package/dist/commonjs/components/InspectorHeader.d.ts +0 -19
- package/dist/commonjs/components/InspectorHeader.js +0 -329
- package/dist/commonjs/components/InspectorTabBar.d.ts +0 -16
- package/dist/commonjs/components/InspectorTabBar.js +0 -90
- package/dist/commonjs/components/NavigationTracker.d.ts +0 -7
- package/dist/commonjs/components/NavigationTracker.js +0 -76
- package/dist/commonjs/components/ReduxTabView.d.ts +0 -9
- package/dist/commonjs/components/ReduxTabView.js +0 -56
- package/dist/commonjs/components/ReduxTreeView.d.ts +0 -16
- package/dist/commonjs/components/ReduxTreeView.js +0 -1257
- package/dist/commonjs/components/SettingsView.d.ts +0 -13
- package/dist/commonjs/components/SettingsView.js +0 -328
- package/dist/commonjs/customHooks/webViewLogger.d.ts +0 -24
- package/dist/commonjs/customHooks/webViewLogger.js +0 -452
- package/dist/commonjs/enums/index.d.ts +0 -39
- package/dist/commonjs/enums/index.js +0 -50
- package/dist/commonjs/i18n/en.json +0 -144
- package/dist/esm/assets/svgAssets.d.ts +0 -3
- package/dist/esm/assets/svgAssets.js +0 -14
- package/dist/esm/components/AnalyticsTabView.d.ts +0 -15
- package/dist/esm/components/AnalyticsTabView.js +0 -151
- package/dist/esm/components/ApiDetailView.d.ts +0 -22
- package/dist/esm/components/ApiDetailView.js +0 -264
- package/dist/esm/components/ApisTabView.d.ts +0 -33
- package/dist/esm/components/ApisTabView.js +0 -196
- package/dist/esm/components/ConsoleLogDetailView.d.ts +0 -9
- package/dist/esm/components/ConsoleLogDetailView.js +0 -271
- package/dist/esm/components/ConsoleLogsTabView.d.ts +0 -24
- package/dist/esm/components/ConsoleLogsTabView.js +0 -348
- package/dist/esm/components/FloatingBubble.d.ts +0 -14
- package/dist/esm/components/FloatingBubble.js +0 -68
- package/dist/esm/components/Inspector/InsightsDashboard.d.ts +0 -3
- package/dist/esm/components/Inspector/InsightsDashboard.js +0 -614
- package/dist/esm/components/Inspector/WebViewTab.d.ts +0 -3
- package/dist/esm/components/Inspector/WebViewTab.js +0 -752
- package/dist/esm/components/InspectorHeader.d.ts +0 -19
- package/dist/esm/components/InspectorHeader.js +0 -323
- package/dist/esm/components/InspectorTabBar.d.ts +0 -16
- package/dist/esm/components/InspectorTabBar.js +0 -84
- package/dist/esm/components/NavigationTracker.d.ts +0 -7
- package/dist/esm/components/NavigationTracker.js +0 -39
- package/dist/esm/components/ReduxTabView.d.ts +0 -9
- package/dist/esm/components/ReduxTabView.js +0 -50
- package/dist/esm/components/ReduxTreeView.d.ts +0 -16
- package/dist/esm/components/ReduxTreeView.js +0 -1218
- package/dist/esm/components/SettingsView.d.ts +0 -13
- package/dist/esm/components/SettingsView.js +0 -321
- package/dist/esm/customHooks/webViewLogger.d.ts +0 -24
- package/dist/esm/customHooks/webViewLogger.js +0 -405
- package/dist/esm/enums/index.d.ts +0 -39
- package/dist/esm/enums/index.js +0 -47
- package/dist/esm/i18n/en.json +0 -144
- package/example/.bundle/config +0 -2
- package/example/.eslintrc.js +0 -4
- package/example/.prettierrc.js +0 -5
- package/example/.watchmanconfig +0 -1
- package/example/App.tsx +0 -879
- package/example/Gemfile +0 -17
- package/example/README.md +0 -53
- package/example/__tests__/App.test.tsx +0 -13
- package/example/android/app/build.gradle +0 -147
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -10
- package/example/android/app/src/main/AndroidManifest.xml +0 -27
- package/example/android/app/src/main/java/com/example/MainActivity.kt +0 -22
- package/example/android/app/src/main/java/com/example/MainApplication.kt +0 -52
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +0 -3
- package/example/android/app/src/main/res/values/styles.xml +0 -9
- package/example/android/build.gradle +0 -48
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/example/android/gradle.properties +0 -45
- package/example/android/gradlew +0 -248
- package/example/android/gradlew.bat +0 -98
- package/example/android/settings.gradle +0 -25
- package/example/app.json +0 -4
- package/example/assets/app_icon.png +0 -0
- package/example/babel.config.js +0 -3
- package/example/guidance/Video-WalkThrough.mp4 +0 -0
- package/example/index.js +0 -9
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -34
- package/example/ios/Podfile.lock +0 -2303
- package/example/ios/example/AppDelegate.swift +0 -48
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -62
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
- package/example/ios/example/Images.xcassets/Contents.json +0 -6
- package/example/ios/example/Info.plist +0 -60
- package/example/ios/example/LaunchScreen.storyboard +0 -47
- package/example/ios/example/PrivacyInfo.xcprivacy +0 -37
- package/example/ios/example.xcodeproj/project.pbxproj +0 -498
- package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
- package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/jest.config.js +0 -3
- package/example/metro.config.js +0 -45
- package/example/package-lock.json +0 -13508
- package/example/package.json +0 -54
- package/example/polyfill.js +0 -13
- package/example/tsconfig.json +0 -8
- package/fonts/Inter/Inter.ttc +0 -0
- package/fonts/Inter/InterVariable-Italic.ttf +0 -0
- package/fonts/Inter/InterVariable.ttf +0 -0
- package/fonts/Inter/LICENSE.txt +0 -92
- package/fonts/Inter/extras/otf/Inter-Black.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-BlackItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Bold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-BoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraBold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraLight.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ExtraLightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Italic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Light.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-LightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Medium.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-MediumItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Regular.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-SemiBold.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-SemiBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-Thin.otf +0 -0
- package/fonts/Inter/extras/otf/Inter-ThinItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Black.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-BlackItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Bold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-BoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraBold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraLight.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ExtraLightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Italic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Light.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-LightItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Medium.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-MediumItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Regular.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-SemiBold.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-SemiBoldItalic.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-Thin.otf +0 -0
- package/fonts/Inter/extras/otf/InterDisplay-ThinItalic.otf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Black.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-BlackItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Bold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-BoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraLight.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ExtraLightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Italic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Light.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-LightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Medium.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-MediumItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Regular.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-SemiBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-SemiBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-Thin.ttf +0 -0
- package/fonts/Inter/extras/ttf/Inter-ThinItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Black.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-BlackItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Bold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-BoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraLight.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ExtraLightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Italic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Light.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-LightItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Medium.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-MediumItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Regular.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-SemiBold.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-SemiBoldItalic.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-Thin.ttf +0 -0
- package/fonts/Inter/extras/ttf/InterDisplay-ThinItalic.ttf +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Black.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-BlackItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Bold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraLight.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Italic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Light.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-LightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Medium.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-MediumItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Regular.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-Thin.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/Inter-ThinItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Black.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-BlackItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Bold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-BoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLight.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Italic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Light.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-LightItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Medium.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-MediumItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Regular.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBold.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-Thin.woff2 +0 -0
- package/fonts/Inter/extras/woff-hinted/InterDisplay-ThinItalic.woff2 +0 -0
- package/fonts/Inter/help.txt +0 -165
- package/fonts/Inter/web/Inter-Black.woff2 +0 -0
- package/fonts/Inter/web/Inter-BlackItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Bold.woff2 +0 -0
- package/fonts/Inter/web/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraBold.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraLight.woff2 +0 -0
- package/fonts/Inter/web/Inter-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Italic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Light.woff2 +0 -0
- package/fonts/Inter/web/Inter-LightItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Medium.woff2 +0 -0
- package/fonts/Inter/web/Inter-MediumItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Regular.woff2 +0 -0
- package/fonts/Inter/web/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter/web/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/Inter-Thin.woff2 +0 -0
- package/fonts/Inter/web/Inter-ThinItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Black.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-BlackItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Bold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-BoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraBold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraLight.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ExtraLightItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Italic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Light.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-LightItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Medium.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-MediumItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Regular.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-SemiBold.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-SemiBoldItalic.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-Thin.woff2 +0 -0
- package/fonts/Inter/web/InterDisplay-ThinItalic.woff2 +0 -0
- package/fonts/Inter/web/InterVariable-Italic.woff2 +0 -0
- package/fonts/Inter/web/InterVariable.woff2 +0 -0
- package/fonts/Inter/web/inter.css +0 -148
|
@@ -1,498 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 54;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
0C80B921A6F3F58F76C31292 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */; };
|
|
11
|
-
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
12
|
-
749B386F511274DBD1C96C0F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
|
|
13
|
-
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
|
|
14
|
-
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
15
|
-
/* End PBXBuildFile section */
|
|
16
|
-
|
|
17
|
-
/* Begin PBXFileReference section */
|
|
18
|
-
13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
19
|
-
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
|
|
20
|
-
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
|
|
21
|
-
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = example/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
22
|
-
3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
|
|
23
|
-
5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
|
|
24
|
-
5DCACB8F33CDC322A6C60F78 /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
25
|
-
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = example/AppDelegate.swift; sourceTree = "<group>"; };
|
|
26
|
-
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
27
|
-
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
28
|
-
/* End PBXFileReference section */
|
|
29
|
-
|
|
30
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
31
|
-
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
32
|
-
isa = PBXFrameworksBuildPhase;
|
|
33
|
-
buildActionMask = 2147483647;
|
|
34
|
-
files = (
|
|
35
|
-
0C80B921A6F3F58F76C31292 /* libPods-example.a in Frameworks */,
|
|
36
|
-
);
|
|
37
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
38
|
-
};
|
|
39
|
-
/* End PBXFrameworksBuildPhase section */
|
|
40
|
-
|
|
41
|
-
/* Begin PBXGroup section */
|
|
42
|
-
13B07FAE1A68108700A75B9A /* example */ = {
|
|
43
|
-
isa = PBXGroup;
|
|
44
|
-
children = (
|
|
45
|
-
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
46
|
-
761780EC2CA45674006654EE /* AppDelegate.swift */,
|
|
47
|
-
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
48
|
-
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
|
49
|
-
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
|
|
50
|
-
);
|
|
51
|
-
name = example;
|
|
52
|
-
sourceTree = "<group>";
|
|
53
|
-
};
|
|
54
|
-
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
55
|
-
isa = PBXGroup;
|
|
56
|
-
children = (
|
|
57
|
-
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
58
|
-
5DCACB8F33CDC322A6C60F78 /* libPods-example.a */,
|
|
59
|
-
);
|
|
60
|
-
name = Frameworks;
|
|
61
|
-
sourceTree = "<group>";
|
|
62
|
-
};
|
|
63
|
-
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
64
|
-
isa = PBXGroup;
|
|
65
|
-
children = (
|
|
66
|
-
);
|
|
67
|
-
name = Libraries;
|
|
68
|
-
sourceTree = "<group>";
|
|
69
|
-
};
|
|
70
|
-
83CBB9F61A601CBA00E9B192 = {
|
|
71
|
-
isa = PBXGroup;
|
|
72
|
-
children = (
|
|
73
|
-
13B07FAE1A68108700A75B9A /* example */,
|
|
74
|
-
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
75
|
-
83CBBA001A601CBA00E9B192 /* Products */,
|
|
76
|
-
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
77
|
-
BBD78D7AC51CEA395F1C20DB /* Pods */,
|
|
78
|
-
);
|
|
79
|
-
indentWidth = 2;
|
|
80
|
-
sourceTree = "<group>";
|
|
81
|
-
tabWidth = 2;
|
|
82
|
-
usesTabs = 0;
|
|
83
|
-
};
|
|
84
|
-
83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
85
|
-
isa = PBXGroup;
|
|
86
|
-
children = (
|
|
87
|
-
13B07F961A680F5B00A75B9A /* example.app */,
|
|
88
|
-
);
|
|
89
|
-
name = Products;
|
|
90
|
-
sourceTree = "<group>";
|
|
91
|
-
};
|
|
92
|
-
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
|
|
93
|
-
isa = PBXGroup;
|
|
94
|
-
children = (
|
|
95
|
-
3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */,
|
|
96
|
-
5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */,
|
|
97
|
-
);
|
|
98
|
-
path = Pods;
|
|
99
|
-
sourceTree = "<group>";
|
|
100
|
-
};
|
|
101
|
-
/* End PBXGroup section */
|
|
102
|
-
|
|
103
|
-
/* Begin PBXNativeTarget section */
|
|
104
|
-
13B07F861A680F5B00A75B9A /* example */ = {
|
|
105
|
-
isa = PBXNativeTarget;
|
|
106
|
-
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
|
|
107
|
-
buildPhases = (
|
|
108
|
-
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
|
|
109
|
-
13B07F871A680F5B00A75B9A /* Sources */,
|
|
110
|
-
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
111
|
-
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
112
|
-
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
113
|
-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
|
|
114
|
-
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
|
|
115
|
-
);
|
|
116
|
-
buildRules = (
|
|
117
|
-
);
|
|
118
|
-
dependencies = (
|
|
119
|
-
);
|
|
120
|
-
name = example;
|
|
121
|
-
productName = example;
|
|
122
|
-
productReference = 13B07F961A680F5B00A75B9A /* example.app */;
|
|
123
|
-
productType = "com.apple.product-type.application";
|
|
124
|
-
};
|
|
125
|
-
/* End PBXNativeTarget section */
|
|
126
|
-
|
|
127
|
-
/* Begin PBXProject section */
|
|
128
|
-
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
129
|
-
isa = PBXProject;
|
|
130
|
-
attributes = {
|
|
131
|
-
LastUpgradeCheck = 1210;
|
|
132
|
-
TargetAttributes = {
|
|
133
|
-
13B07F861A680F5B00A75B9A = {
|
|
134
|
-
LastSwiftMigration = 1120;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
|
|
139
|
-
compatibilityVersion = "Xcode 12.0";
|
|
140
|
-
developmentRegion = en;
|
|
141
|
-
hasScannedForEncodings = 0;
|
|
142
|
-
knownRegions = (
|
|
143
|
-
en,
|
|
144
|
-
Base,
|
|
145
|
-
);
|
|
146
|
-
mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
147
|
-
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
148
|
-
projectDirPath = "";
|
|
149
|
-
projectRoot = "";
|
|
150
|
-
targets = (
|
|
151
|
-
13B07F861A680F5B00A75B9A /* example */,
|
|
152
|
-
);
|
|
153
|
-
};
|
|
154
|
-
/* End PBXProject section */
|
|
155
|
-
|
|
156
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
157
|
-
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
158
|
-
isa = PBXResourcesBuildPhase;
|
|
159
|
-
buildActionMask = 2147483647;
|
|
160
|
-
files = (
|
|
161
|
-
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
|
|
162
|
-
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
163
|
-
749B386F511274DBD1C96C0F /* PrivacyInfo.xcprivacy in Resources */,
|
|
164
|
-
);
|
|
165
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
166
|
-
};
|
|
167
|
-
/* End PBXResourcesBuildPhase section */
|
|
168
|
-
|
|
169
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
170
|
-
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
171
|
-
isa = PBXShellScriptBuildPhase;
|
|
172
|
-
buildActionMask = 2147483647;
|
|
173
|
-
files = (
|
|
174
|
-
);
|
|
175
|
-
inputPaths = (
|
|
176
|
-
"$(SRCROOT)/.xcode.env.local",
|
|
177
|
-
"$(SRCROOT)/.xcode.env",
|
|
178
|
-
);
|
|
179
|
-
name = "Bundle React Native code and images";
|
|
180
|
-
outputPaths = (
|
|
181
|
-
);
|
|
182
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
183
|
-
shellPath = /bin/sh;
|
|
184
|
-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
|
|
185
|
-
};
|
|
186
|
-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
|
|
187
|
-
isa = PBXShellScriptBuildPhase;
|
|
188
|
-
buildActionMask = 2147483647;
|
|
189
|
-
files = (
|
|
190
|
-
);
|
|
191
|
-
inputFileListPaths = (
|
|
192
|
-
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
193
|
-
);
|
|
194
|
-
name = "[CP] Embed Pods Frameworks";
|
|
195
|
-
outputFileListPaths = (
|
|
196
|
-
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
197
|
-
);
|
|
198
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
199
|
-
shellPath = /bin/sh;
|
|
200
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
|
|
201
|
-
showEnvVarsInLog = 0;
|
|
202
|
-
};
|
|
203
|
-
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
|
|
204
|
-
isa = PBXShellScriptBuildPhase;
|
|
205
|
-
buildActionMask = 2147483647;
|
|
206
|
-
files = (
|
|
207
|
-
);
|
|
208
|
-
inputFileListPaths = (
|
|
209
|
-
);
|
|
210
|
-
inputPaths = (
|
|
211
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
212
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
213
|
-
);
|
|
214
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
215
|
-
outputFileListPaths = (
|
|
216
|
-
);
|
|
217
|
-
outputPaths = (
|
|
218
|
-
"$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
|
|
219
|
-
);
|
|
220
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
221
|
-
shellPath = /bin/sh;
|
|
222
|
-
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";
|
|
223
|
-
showEnvVarsInLog = 0;
|
|
224
|
-
};
|
|
225
|
-
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
|
|
226
|
-
isa = PBXShellScriptBuildPhase;
|
|
227
|
-
buildActionMask = 2147483647;
|
|
228
|
-
files = (
|
|
229
|
-
);
|
|
230
|
-
inputFileListPaths = (
|
|
231
|
-
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
232
|
-
);
|
|
233
|
-
name = "[CP] Copy Pods Resources";
|
|
234
|
-
outputFileListPaths = (
|
|
235
|
-
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
236
|
-
);
|
|
237
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
238
|
-
shellPath = /bin/sh;
|
|
239
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
|
|
240
|
-
showEnvVarsInLog = 0;
|
|
241
|
-
};
|
|
242
|
-
/* End PBXShellScriptBuildPhase section */
|
|
243
|
-
|
|
244
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
245
|
-
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
246
|
-
isa = PBXSourcesBuildPhase;
|
|
247
|
-
buildActionMask = 2147483647;
|
|
248
|
-
files = (
|
|
249
|
-
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */,
|
|
250
|
-
);
|
|
251
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
252
|
-
};
|
|
253
|
-
/* End PBXSourcesBuildPhase section */
|
|
254
|
-
|
|
255
|
-
/* Begin XCBuildConfiguration section */
|
|
256
|
-
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
257
|
-
isa = XCBuildConfiguration;
|
|
258
|
-
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */;
|
|
259
|
-
buildSettings = {
|
|
260
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
261
|
-
CLANG_ENABLE_MODULES = YES;
|
|
262
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
263
|
-
DEVELOPMENT_TEAM = "";
|
|
264
|
-
ENABLE_BITCODE = NO;
|
|
265
|
-
INFOPLIST_FILE = example/Info.plist;
|
|
266
|
-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
|
267
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
268
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
269
|
-
"$(inherited)",
|
|
270
|
-
"@executable_path/Frameworks",
|
|
271
|
-
);
|
|
272
|
-
MARKETING_VERSION = 1.0;
|
|
273
|
-
OTHER_LDFLAGS = (
|
|
274
|
-
"$(inherited)",
|
|
275
|
-
"-ObjC",
|
|
276
|
-
"-lc++",
|
|
277
|
-
);
|
|
278
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
279
|
-
PRODUCT_NAME = example;
|
|
280
|
-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
281
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
282
|
-
SWIFT_VERSION = 5.0;
|
|
283
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
284
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
285
|
-
};
|
|
286
|
-
name = Debug;
|
|
287
|
-
};
|
|
288
|
-
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
289
|
-
isa = XCBuildConfiguration;
|
|
290
|
-
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */;
|
|
291
|
-
buildSettings = {
|
|
292
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
293
|
-
CLANG_ENABLE_MODULES = YES;
|
|
294
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
295
|
-
DEVELOPMENT_TEAM = "";
|
|
296
|
-
INFOPLIST_FILE = example/Info.plist;
|
|
297
|
-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
|
298
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
299
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
300
|
-
"$(inherited)",
|
|
301
|
-
"@executable_path/Frameworks",
|
|
302
|
-
);
|
|
303
|
-
MARKETING_VERSION = 1.0;
|
|
304
|
-
OTHER_LDFLAGS = (
|
|
305
|
-
"$(inherited)",
|
|
306
|
-
"-ObjC",
|
|
307
|
-
"-lc++",
|
|
308
|
-
);
|
|
309
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
310
|
-
PRODUCT_NAME = example;
|
|
311
|
-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
312
|
-
SWIFT_VERSION = 5.0;
|
|
313
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
314
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
315
|
-
};
|
|
316
|
-
name = Release;
|
|
317
|
-
};
|
|
318
|
-
83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
319
|
-
isa = XCBuildConfiguration;
|
|
320
|
-
buildSettings = {
|
|
321
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
322
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
323
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
324
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
325
|
-
CLANG_ENABLE_MODULES = YES;
|
|
326
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
327
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
328
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
329
|
-
CLANG_WARN_COMMA = YES;
|
|
330
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
331
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
332
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
333
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
334
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
335
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
336
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
337
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
338
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
339
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
340
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
341
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
342
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
343
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
344
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
345
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
346
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
347
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
348
|
-
COPY_PHASE_STRIP = NO;
|
|
349
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
350
|
-
ENABLE_TESTABILITY = YES;
|
|
351
|
-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
|
|
352
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
353
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
354
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
355
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
356
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
357
|
-
"DEBUG=1",
|
|
358
|
-
"$(inherited)",
|
|
359
|
-
);
|
|
360
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
361
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
362
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
363
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
364
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
365
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
366
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
367
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
368
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
369
|
-
/usr/lib/swift,
|
|
370
|
-
"$(inherited)",
|
|
371
|
-
);
|
|
372
|
-
LIBRARY_SEARCH_PATHS = (
|
|
373
|
-
"\"$(SDKROOT)/usr/lib/swift\"",
|
|
374
|
-
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
|
|
375
|
-
"\"$(inherited)\"",
|
|
376
|
-
);
|
|
377
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
378
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
379
|
-
OTHER_CFLAGS = (
|
|
380
|
-
"$(inherited)",
|
|
381
|
-
"-DRCT_REMOVE_LEGACY_ARCH=1",
|
|
382
|
-
);
|
|
383
|
-
OTHER_CPLUSPLUSFLAGS = (
|
|
384
|
-
"$(OTHER_CFLAGS)",
|
|
385
|
-
"-DFOLLY_NO_CONFIG",
|
|
386
|
-
"-DFOLLY_MOBILE=1",
|
|
387
|
-
"-DFOLLY_USE_LIBCPP=1",
|
|
388
|
-
"-DFOLLY_CFG_NO_COROUTINES=1",
|
|
389
|
-
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
|
390
|
-
"-DRCT_REMOVE_LEGACY_ARCH=1",
|
|
391
|
-
);
|
|
392
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
393
|
-
SDKROOT = iphoneos;
|
|
394
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
395
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
396
|
-
USE_HERMES = true;
|
|
397
|
-
};
|
|
398
|
-
name = Debug;
|
|
399
|
-
};
|
|
400
|
-
83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
401
|
-
isa = XCBuildConfiguration;
|
|
402
|
-
buildSettings = {
|
|
403
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
404
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
405
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
406
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
407
|
-
CLANG_ENABLE_MODULES = YES;
|
|
408
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
409
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
410
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
411
|
-
CLANG_WARN_COMMA = YES;
|
|
412
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
413
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
414
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
415
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
416
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
417
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
418
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
419
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
420
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
421
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
422
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
423
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
424
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
425
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
426
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
427
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
428
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
429
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
430
|
-
COPY_PHASE_STRIP = YES;
|
|
431
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
432
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
433
|
-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
|
|
434
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
435
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
436
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
437
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
438
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
439
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
440
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
441
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
442
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
443
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
444
|
-
/usr/lib/swift,
|
|
445
|
-
"$(inherited)",
|
|
446
|
-
);
|
|
447
|
-
LIBRARY_SEARCH_PATHS = (
|
|
448
|
-
"\"$(SDKROOT)/usr/lib/swift\"",
|
|
449
|
-
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
|
|
450
|
-
"\"$(inherited)\"",
|
|
451
|
-
);
|
|
452
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
453
|
-
OTHER_CFLAGS = (
|
|
454
|
-
"$(inherited)",
|
|
455
|
-
"-DRCT_REMOVE_LEGACY_ARCH=1",
|
|
456
|
-
);
|
|
457
|
-
OTHER_CPLUSPLUSFLAGS = (
|
|
458
|
-
"$(OTHER_CFLAGS)",
|
|
459
|
-
"-DFOLLY_NO_CONFIG",
|
|
460
|
-
"-DFOLLY_MOBILE=1",
|
|
461
|
-
"-DFOLLY_USE_LIBCPP=1",
|
|
462
|
-
"-DFOLLY_CFG_NO_COROUTINES=1",
|
|
463
|
-
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
|
464
|
-
"-DRCT_REMOVE_LEGACY_ARCH=1",
|
|
465
|
-
);
|
|
466
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
467
|
-
SDKROOT = iphoneos;
|
|
468
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
469
|
-
USE_HERMES = true;
|
|
470
|
-
VALIDATE_PRODUCT = YES;
|
|
471
|
-
};
|
|
472
|
-
name = Release;
|
|
473
|
-
};
|
|
474
|
-
/* End XCBuildConfiguration section */
|
|
475
|
-
|
|
476
|
-
/* Begin XCConfigurationList section */
|
|
477
|
-
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
|
|
478
|
-
isa = XCConfigurationList;
|
|
479
|
-
buildConfigurations = (
|
|
480
|
-
13B07F941A680F5B00A75B9A /* Debug */,
|
|
481
|
-
13B07F951A680F5B00A75B9A /* Release */,
|
|
482
|
-
);
|
|
483
|
-
defaultConfigurationIsVisible = 0;
|
|
484
|
-
defaultConfigurationName = Release;
|
|
485
|
-
};
|
|
486
|
-
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
|
|
487
|
-
isa = XCConfigurationList;
|
|
488
|
-
buildConfigurations = (
|
|
489
|
-
83CBBA201A601CBA00E9B192 /* Debug */,
|
|
490
|
-
83CBBA211A601CBA00E9B192 /* Release */,
|
|
491
|
-
);
|
|
492
|
-
defaultConfigurationIsVisible = 0;
|
|
493
|
-
defaultConfigurationName = Release;
|
|
494
|
-
};
|
|
495
|
-
/* End XCConfigurationList section */
|
|
496
|
-
};
|
|
497
|
-
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
498
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1210"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
18
|
-
BuildableName = "example.app"
|
|
19
|
-
BlueprintName = "example"
|
|
20
|
-
ReferencedContainer = "container:example.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<Testables>
|
|
31
|
-
<TestableReference
|
|
32
|
-
skipped = "NO">
|
|
33
|
-
<BuildableReference
|
|
34
|
-
BuildableIdentifier = "primary"
|
|
35
|
-
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
|
36
|
-
BuildableName = "exampleTests.xctest"
|
|
37
|
-
BlueprintName = "exampleTests"
|
|
38
|
-
ReferencedContainer = "container:example.xcodeproj">
|
|
39
|
-
</BuildableReference>
|
|
40
|
-
</TestableReference>
|
|
41
|
-
</Testables>
|
|
42
|
-
</TestAction>
|
|
43
|
-
<LaunchAction
|
|
44
|
-
buildConfiguration = "Debug"
|
|
45
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
46
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
47
|
-
launchStyle = "0"
|
|
48
|
-
useCustomWorkingDirectory = "NO"
|
|
49
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
50
|
-
debugDocumentVersioning = "YES"
|
|
51
|
-
debugServiceExtension = "internal"
|
|
52
|
-
allowLocationSimulation = "YES">
|
|
53
|
-
<BuildableProductRunnable
|
|
54
|
-
runnableDebuggingMode = "0">
|
|
55
|
-
<BuildableReference
|
|
56
|
-
BuildableIdentifier = "primary"
|
|
57
|
-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
58
|
-
BuildableName = "example.app"
|
|
59
|
-
BlueprintName = "example"
|
|
60
|
-
ReferencedContainer = "container:example.xcodeproj">
|
|
61
|
-
</BuildableReference>
|
|
62
|
-
</BuildableProductRunnable>
|
|
63
|
-
</LaunchAction>
|
|
64
|
-
<ProfileAction
|
|
65
|
-
buildConfiguration = "Release"
|
|
66
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
67
|
-
savedToolIdentifier = ""
|
|
68
|
-
useCustomWorkingDirectory = "NO"
|
|
69
|
-
debugDocumentVersioning = "YES">
|
|
70
|
-
<BuildableProductRunnable
|
|
71
|
-
runnableDebuggingMode = "0">
|
|
72
|
-
<BuildableReference
|
|
73
|
-
BuildableIdentifier = "primary"
|
|
74
|
-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
75
|
-
BuildableName = "example.app"
|
|
76
|
-
BlueprintName = "example"
|
|
77
|
-
ReferencedContainer = "container:example.xcodeproj">
|
|
78
|
-
</BuildableReference>
|
|
79
|
-
</BuildableProductRunnable>
|
|
80
|
-
</ProfileAction>
|
|
81
|
-
<AnalyzeAction
|
|
82
|
-
buildConfiguration = "Debug">
|
|
83
|
-
</AnalyzeAction>
|
|
84
|
-
<ArchiveAction
|
|
85
|
-
buildConfiguration = "Release"
|
|
86
|
-
revealArchiveInOrganizer = "YES">
|
|
87
|
-
</ArchiveAction>
|
|
88
|
-
</Scheme>
|
package/example/jest.config.js
DELETED
package/example/metro.config.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
if (!Array.prototype.toReversed) {
|
|
2
|
-
Array.prototype.toReversed = function() {
|
|
3
|
-
return [...this].reverse();
|
|
4
|
-
};
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
const util = require('util');
|
|
8
|
-
if (!util.styleText) {
|
|
9
|
-
util.styleText = function(format, text) {
|
|
10
|
-
return text;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const path = require('path');
|
|
15
|
-
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');
|
|
16
|
-
const exclusionList = require('metro-config/private/defaults/exclusionList').default || require('metro-config/private/defaults/exclusionList');
|
|
17
|
-
|
|
18
|
-
const root = path.resolve(__dirname, '..');
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Metro configuration
|
|
22
|
-
* https://reactnative.dev/docs/metro
|
|
23
|
-
*
|
|
24
|
-
* @type {import('@react-native/metro-config').MetroConfig}
|
|
25
|
-
*/
|
|
26
|
-
const config = {
|
|
27
|
-
watchFolders: [root],
|
|
28
|
-
resolver: {
|
|
29
|
-
blockList: exclusionList([
|
|
30
|
-
new RegExp(path.resolve(root, 'node_modules') + '/.*'),
|
|
31
|
-
]),
|
|
32
|
-
nodeModulesPaths: [
|
|
33
|
-
path.resolve(__dirname, 'node_modules'),
|
|
34
|
-
],
|
|
35
|
-
// Force all modules to resolve to the example project's node_modules to avoid duplicates
|
|
36
|
-
extraNodeModules: new Proxy(
|
|
37
|
-
{},
|
|
38
|
-
{
|
|
39
|
-
get: (target, name) => path.join(__dirname, 'node_modules', name),
|
|
40
|
-
}
|
|
41
|
-
),
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
module.exports = mergeConfig(getDefaultConfig(__dirname), config);
|