Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ We currently host a few example [apps](https://github.com/software-mansion/react
- `speech` - Speech to Text & Text to Speech task implementations
- `computer-vision` - Computer vision related tasks
- `text-embeddings` - Computing text representations for semantic search
- `bare_rn` - LLM chat example for bare React Native (without Expo)
- `bare-rn` - LLM chat example for bare React Native (without Expo)

If you would like to run a demo app, navigate to its project directory. Then install dependencies and run app with:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MainActivity : ReactActivity() {
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
override fun getMainComponentName(): String = "bare_rn"
override fun getMainComponentName(): String = "bare-rn"

/**
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions apps/bare-rn/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "bare-rn",
"displayName": "bare-rn"
Comment thread
barhanc marked this conversation as resolved.
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/bare_rn/ios/Podfile → apps/bare-rn/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end

target 'bare_rn' do
target 'bare-rn' do
config = use_native_modules!

use_react_native!(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- react-native-executorch (0.8.0):
- react-native-executorch (0.9.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2717,7 +2717,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 94f4264de2cb156960cd82b338a403f4653f2fd9
React-microtasksnativemodule: 6c4ee39a36958c39c97b074d28f360246a335e84
react-native-background-downloader: 114f96122822fa97b06ea0f2250b8e8270696995
react-native-executorch: 517da022131a15a98ea5337f02a88e7807a1ec3d
react-native-executorch: 273c1ffd131a92738c35267c7af737275e8b32a5
react-native-safe-area-context: befb5404eb8a16fdc07fa2bebab3568ecabcbb8a
React-NativeModulesApple: ebf2ce72b35870036900d6498b33724386540a71
React-oscompat: eb0626e8ba1a2c61673c991bf9dc21834898475d
Expand Down Expand Up @@ -2753,6 +2753,6 @@ SPEC CHECKSUMS:
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 728df40394d49f3f471688747cf558158b3a3bd1

PODFILE CHECKSUM: 1046fccfc0b74e3539ad2925f193026dd32b4293
PODFILE CHECKSUM: 421dcdee6cbb1e2a032c3b2e3ffc9371849b2199

COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

/* Begin PBXBuildFile section */
0AF1DC9B7BF72575F4599DF4 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
0C80B921A6F3F58F76C31292 /* libPods-bare_rn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-bare_rn.a */; };
0C80B921A6F3F58F76C31292 /* libPods-bare-rn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-bare-rn.a */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
13B07F961A680F5B00A75B9A /* bare_rn.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bare_rn.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = bare_rn/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = bare_rn/Info.plist; sourceTree = "<group>"; };
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = bare_rn/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3B4392A12AC88292D35C810B /* Pods-bare_rn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bare_rn.debug.xcconfig"; path = "Target Support Files/Pods-bare_rn/Pods-bare_rn.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-bare_rn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bare_rn.release.xcconfig"; path = "Target Support Files/Pods-bare_rn/Pods-bare_rn.release.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-bare_rn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-bare_rn.a"; sourceTree = BUILT_PRODUCTS_DIR; };
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = bare_rn/AppDelegate.swift; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = bare_rn/LaunchScreen.storyboard; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* bare-rn.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "bare-rn.app"; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "bare-rn/Images.xcassets"; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "bare-rn/Info.plist"; sourceTree = "<group>"; };
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = "bare-rn/PrivacyInfo.xcprivacy"; sourceTree = "<group>"; };
3B4392A12AC88292D35C810B /* Pods-bare-rn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bare-rn.debug.xcconfig"; path = "Target Support Files/Pods-bare-rn/Pods-bare-rn.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-bare-rn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bare-rn.release.xcconfig"; path = "Target Support Files/Pods-bare-rn/Pods-bare-rn.release.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-bare-rn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-bare-rn.a"; sourceTree = BUILT_PRODUCTS_DIR; };
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = "bare-rn/AppDelegate.swift"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "bare-rn/LaunchScreen.storyboard"; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand All @@ -32,14 +32,14 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0C80B921A6F3F58F76C31292 /* libPods-bare_rn.a in Frameworks */,
0C80B921A6F3F58F76C31292 /* libPods-bare-rn.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
13B07FAE1A68108700A75B9A /* bare_rn */ = {
13B07FAE1A68108700A75B9A /* bare-rn */ = {
isa = PBXGroup;
children = (
13B07FB51A68108700A75B9A /* Images.xcassets */,
Expand All @@ -48,14 +48,14 @@
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
);
name = bare_rn;
name = "bare-rn";
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
5DCACB8F33CDC322A6C60F78 /* libPods-bare_rn.a */,
5DCACB8F33CDC322A6C60F78 /* libPods-bare-rn.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -70,7 +70,7 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
13B07FAE1A68108700A75B9A /* bare_rn */,
13B07FAE1A68108700A75B9A /* bare-rn */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
Expand All @@ -84,26 +84,26 @@
83CBBA001A601CBA00E9B192 /* Products */ = {
isa = PBXGroup;
children = (
13B07F961A680F5B00A75B9A /* bare_rn.app */,
13B07F961A680F5B00A75B9A /* bare-rn.app */,
);
name = Products;
sourceTree = "<group>";
};
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
isa = PBXGroup;
children = (
3B4392A12AC88292D35C810B /* Pods-bare_rn.debug.xcconfig */,
5709B34CF0A7D63546082F79 /* Pods-bare_rn.release.xcconfig */,
3B4392A12AC88292D35C810B /* Pods-bare-rn.debug.xcconfig */,
5709B34CF0A7D63546082F79 /* Pods-bare-rn.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
13B07F861A680F5B00A75B9A /* bare_rn */ = {
13B07F861A680F5B00A75B9A /* bare-rn */ = {
isa = PBXNativeTarget;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "bare_rn" */;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "bare-rn" */;
buildPhases = (
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
13B07F871A680F5B00A75B9A /* Sources */,
Expand All @@ -117,9 +117,9 @@
);
dependencies = (
);
name = bare_rn;
productName = bare_rn;
productReference = 13B07F961A680F5B00A75B9A /* bare_rn.app */;
name = "bare-rn";
productName = "bare-rn";
productReference = 13B07F961A680F5B00A75B9A /* bare-rn.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -135,7 +135,7 @@
};
};
};
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "bare_rn" */;
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "bare-rn" */;
compatibilityVersion = "Xcode 12.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -148,7 +148,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
13B07F861A680F5B00A75B9A /* bare_rn */,
13B07F861A680F5B00A75B9A /* bare-rn */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -189,15 +189,15 @@
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-frameworks-${CONFIGURATION}-input-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-frameworks-${CONFIGURATION}-output-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -215,7 +215,7 @@
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-bare_rn-checkManifestLockResult.txt",
"$(DERIVED_FILE_DIR)/Pods-bare-rn-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand All @@ -228,15 +228,15 @@
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-resources-${CONFIGURATION}-input-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-resources-${CONFIGURATION}-output-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-bare_rn/Pods-bare_rn-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-bare-rn/Pods-bare-rn-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand All @@ -255,13 +255,13 @@
/* Begin XCBuildConfiguration section */
13B07F941A680F5B00A75B9A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-bare_rn.debug.xcconfig */;
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-bare-rn.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bare_rn/Info.plist;
INFOPLIST_FILE = "bare-rn/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -274,7 +274,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = bare_rn;
PRODUCT_NAME = "bare-rn";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -285,12 +285,12 @@
};
13B07F951A680F5B00A75B9A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-bare_rn.release.xcconfig */;
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-bare-rn.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
INFOPLIST_FILE = bare_rn/Info.plist;
INFOPLIST_FILE = "bare-rn/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -303,7 +303,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = bare_rn;
PRODUCT_NAME = "bare-rn";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -458,7 +458,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "bare_rn" */ = {
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "bare-rn" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13B07F941A680F5B00A75B9A /* Debug */,
Expand All @@ -467,7 +467,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "bare_rn" */ = {
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "bare-rn" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83CBBA201A601CBA00E9B192 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "bare_rn.app"
BlueprintName = "bare_rn"
ReferencedContainer = "container:bare_rn.xcodeproj">
BuildableName = "bare-rn.app"
BlueprintName = "bare-rn"
ReferencedContainer = "container:bare-rn.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -33,9 +33,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "bare_rnTests.xctest"
BlueprintName = "bare_rnTests"
ReferencedContainer = "container:bare_rn.xcodeproj">
BuildableName = "bare-rnTests.xctest"
BlueprintName = "bare-rnTests"
ReferencedContainer = "container:bare-rn.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -55,9 +55,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "bare_rn.app"
BlueprintName = "bare_rn"
ReferencedContainer = "container:bare_rn.xcodeproj">
BuildableName = "bare-rn.app"
BlueprintName = "bare-rn"
ReferencedContainer = "container:bare-rn.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -72,9 +72,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "bare_rn.app"
BlueprintName = "bare_rn"
ReferencedContainer = "container:bare_rn.xcodeproj">
BuildableName = "bare-rn.app"
BlueprintName = "bare-rn"
ReferencedContainer = "container:bare-rn.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
window = UIWindow(frame: UIScreen.main.bounds)

factory.startReactNative(
withModuleName: "bare_rn",
withModuleName: "bare-rn",
in: window,
launchOptions: launchOptions
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>bare_rn</string>
<string>bare-rn</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
Loading
Loading