From 6476d2a9b7837caf838df378a6d84c95a2bd35e4 Mon Sep 17 00:00:00 2001
From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com>
Date: Fri, 19 Apr 2024 14:42:29 +0200
Subject: [PATCH] misc(sample): Rename `com.sampleNewArchitecture` to
`io.sentry.reactnative.sample` (#3762)
---
.github/workflows/sample-application.yml | 4 +-
samples/react-native/android/app/build.gradle | 4 +-
.../reactnative/sample}/AssetsModule.java | 3 +-
.../reactnative/sample}/MainActivity.kt | 4 +-
.../reactnative/sample}/MainApplication.kt | 2 +-
.../sample}/NativePlatformSampleModule.kt | 2 +-
.../reactnative/sample}/SamplePackage.java | 2 +-
.../reactnative/sample}/TurboSamplePackage.kt | 2 +-
.../android/app/src/main/jni/OnLoad.cpp | 2 +-
.../app/src/main/res/values/strings.xml | 2 +-
.../sample}/ReactNativeFlipper.java | 2 +-
samples/react-native/android/settings.gradle | 2 +-
samples/react-native/app.json | 4 +-
samples/react-native/ios/Podfile | 4 +-
.../project.pbxproj | 182 +++++++++---------
.../sentryreactnativesample.xcscheme} | 24 +--
.../contents.xcworkspacedata | 2 +-
.../xcshareddata/IDEWorkspaceChecks.plist | 0
.../AppDelegate.h | 0
.../AppDelegate.mm | 2 +-
.../AppIcon.appiconset/Contents.json | 0
.../Images.xcassets/Contents.json | 0
.../ExampleBinaryData.dataset/Contents.json | 0
.../ExampleBinaryData.dataset/logo_mini.png | Bin
.../Info.plist | 2 +-
.../LaunchScreen.storyboard | 4 +-
.../NativePlatformSampleModule.h | 0
.../NativePlatformSampleModule.mm | 0
.../RCTAssetsModule.h | 0
.../RCTAssetsModule.m | 0
.../main.m | 0
.../Info.plist | 0
.../sentryreactnativesampleTests.m} | 4 +-
samples/react-native/package.json | 2 +-
34 files changed, 131 insertions(+), 130 deletions(-)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/AssetsModule.java (94%)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/MainActivity.kt (88%)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/MainApplication.kt (97%)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/NativePlatformSampleModule.kt (93%)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/SamplePackage.java (98%)
rename samples/react-native/android/app/src/main/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/TurboSamplePackage.kt (97%)
rename samples/react-native/android/app/src/release/java/{com/samplenewarchitecture => io/sentry/reactnative/sample}/ReactNativeFlipper.java (94%)
rename samples/react-native/ios/{sampleNewArchitecture.xcodeproj => sentryreactnativesample.xcodeproj}/project.pbxproj (69%)
rename samples/react-native/ios/{sampleNewArchitecture.xcodeproj/xcshareddata/xcschemes/sampleNewArchitecture.xcscheme => sentryreactnativesample.xcodeproj/xcshareddata/xcschemes/sentryreactnativesample.xcscheme} (76%)
rename samples/react-native/ios/{sampleNewArchitecture.xcworkspace => sentryreactnativesample.xcworkspace}/contents.xcworkspacedata (75%)
rename samples/react-native/ios/{sampleNewArchitecture.xcworkspace => sentryreactnativesample.xcworkspace}/xcshareddata/IDEWorkspaceChecks.plist (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/AppDelegate.h (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/AppDelegate.mm (97%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/Images.xcassets/AppIcon.appiconset/Contents.json (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/Images.xcassets/Contents.json (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/Images.xcassets/ExampleBinaryData.dataset/Contents.json (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/Images.xcassets/ExampleBinaryData.dataset/logo_mini.png (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/Info.plist (97%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/LaunchScreen.storyboard (89%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/NativePlatformSampleModule.h (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/NativePlatformSampleModule.mm (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/RCTAssetsModule.h (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/RCTAssetsModule.m (100%)
rename samples/react-native/ios/{sampleNewArchitecture => sentryreactnativesample}/main.m (100%)
rename samples/react-native/ios/{sampleNewArchitectureTests => sentryreactnativesampleTests}/Info.plist (100%)
rename samples/react-native/ios/{sampleNewArchitectureTests/sampleNewArchitectureTests.m => sentryreactnativesampleTests/sentryreactnativesampleTests.m} (95%)
diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml
index 3e1aa92044..05ad2931c7 100644
--- a/.github/workflows/sample-application.yml
+++ b/.github/workflows/sample-application.yml
@@ -121,9 +121,9 @@ jobs:
mkdir -p "DerivedData"
derivedData="$(cd "DerivedData" ; pwd -P)"
set -o pipefail && xcodebuild \
- -workspace sampleNewArchitecture.xcworkspace \
+ -workspace sentryreactnativesample.xcworkspace \
-configuration "$CONFIG" \
- -scheme sampleNewArchitecture \
+ -scheme sentryreactnativesample \
-destination 'platform=iOS Simulator,OS=${{ matrix.runtime }},name=${{ matrix.device }}' \
ONLY_ACTIVE_ARCH=yes \
-derivedDataPath "$derivedData" \
diff --git a/samples/react-native/android/app/build.gradle b/samples/react-native/android/app/build.gradle
index 573a762bc2..ffb13ad86a 100644
--- a/samples/react-native/android/app/build.gradle
+++ b/samples/react-native/android/app/build.gradle
@@ -129,9 +129,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.compileSdkVersion
- namespace "com.samplenewarchitecture"
+ namespace "io.sentry.reactnative.sample"
defaultConfig {
- applicationId "com.samplenewarchitecture"
+ applicationId "io.sentry.reactnative.sample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/AssetsModule.java b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/AssetsModule.java
similarity index 94%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/AssetsModule.java
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/AssetsModule.java
index 27a2568d5b..57a732c2ec 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/AssetsModule.java
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/AssetsModule.java
@@ -1,5 +1,4 @@
-package com.samplenewarchitecture;
-import android.content.Context;
+package io.sentry.reactnative.sample;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainActivity.kt b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainActivity.kt
similarity index 88%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainActivity.kt
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainActivity.kt
index 789d903c32..ccf3c1560d 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainActivity.kt
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainActivity.kt
@@ -1,4 +1,4 @@
-package com.samplenewarchitecture
+package io.sentry.reactnative.sample
import android.os.Bundle
import com.facebook.react.ReactActivity
@@ -11,7 +11,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 = "sampleNewArchitecture"
+ override fun getMainComponentName(): String = "sentry-react-native-sample"
/**
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainApplication.kt b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainApplication.kt
similarity index 97%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainApplication.kt
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainApplication.kt
index 95d2c8039d..c55aa5f06f 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/MainApplication.kt
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainApplication.kt
@@ -1,4 +1,4 @@
-package com.samplenewarchitecture
+package io.sentry.reactnative.sample
import android.app.Application
import com.facebook.react.PackageList
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/NativePlatformSampleModule.kt b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/NativePlatformSampleModule.kt
similarity index 93%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/NativePlatformSampleModule.kt
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/NativePlatformSampleModule.kt
index b97f55c200..6d7a6782b7 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/NativePlatformSampleModule.kt
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/NativePlatformSampleModule.kt
@@ -1,4 +1,4 @@
-package com.samplenewarchitecture
+package io.sentry.reactnative.sample
import com.facebook.fbreact.specs.NativePlatformSampleModuleSpec
import com.facebook.react.bridge.ReactApplicationContext
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/SamplePackage.java b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/SamplePackage.java
similarity index 98%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/SamplePackage.java
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/SamplePackage.java
index 4db4641b89..e98a2d6147 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/SamplePackage.java
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/SamplePackage.java
@@ -1,4 +1,4 @@
-package com.samplenewarchitecture;
+package io.sentry.reactnative.sample;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
diff --git a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/TurboSamplePackage.kt b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/TurboSamplePackage.kt
similarity index 97%
rename from samples/react-native/android/app/src/main/java/com/samplenewarchitecture/TurboSamplePackage.kt
rename to samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/TurboSamplePackage.kt
index 7918f0a1f8..ff2a5d3e64 100644
--- a/samples/react-native/android/app/src/main/java/com/samplenewarchitecture/TurboSamplePackage.kt
+++ b/samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/TurboSamplePackage.kt
@@ -1,4 +1,4 @@
-package com.samplenewarchitecture
+package io.sentry.reactnative.sample
import com.facebook.react.TurboReactPackage
import com.facebook.react.bridge.NativeModule
diff --git a/samples/react-native/android/app/src/main/jni/OnLoad.cpp b/samples/react-native/android/app/src/main/jni/OnLoad.cpp
index 158dfdc060..c45528ce28 100644
--- a/samples/react-native/android/app/src/main/jni/OnLoad.cpp
+++ b/samples/react-native/android/app/src/main/jni/OnLoad.cpp
@@ -100,7 +100,7 @@ JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) {
extern "C"
JNIEXPORT void JNICALL
-Java_com_samplenewarchitecture_SamplePackage_crash(JNIEnv *env, jobject thiz) {
+Java_io_sentry_reactnative_sample_SamplePackage_crash(JNIEnv *env, jobject thiz) {
char *ptr = 0;
*ptr += 1;
}
diff --git a/samples/react-native/android/app/src/main/res/values/strings.xml b/samples/react-native/android/app/src/main/res/values/strings.xml
index 08f35f8875..6c33247d4b 100644
--- a/samples/react-native/android/app/src/main/res/values/strings.xml
+++ b/samples/react-native/android/app/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
- sampleNewArchitecture
+ Sentry RN
diff --git a/samples/react-native/android/app/src/release/java/com/samplenewarchitecture/ReactNativeFlipper.java b/samples/react-native/android/app/src/release/java/io/sentry/reactnative/sample/ReactNativeFlipper.java
similarity index 94%
rename from samples/react-native/android/app/src/release/java/com/samplenewarchitecture/ReactNativeFlipper.java
rename to samples/react-native/android/app/src/release/java/io/sentry/reactnative/sample/ReactNativeFlipper.java
index 9292b4aa02..fdc42cba12 100644
--- a/samples/react-native/android/app/src/release/java/com/samplenewarchitecture/ReactNativeFlipper.java
+++ b/samples/react-native/android/app/src/release/java/io/sentry/reactnative/sample/ReactNativeFlipper.java
@@ -4,7 +4,7 @@
*
This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
-package com.samplenewarchitecture;
+package io.sentry.reactnative.sample;
import android.content.Context;
import com.facebook.react.ReactInstanceManager;
/**
diff --git a/samples/react-native/android/settings.gradle b/samples/react-native/android/settings.gradle
index 79fde45838..c70b458e36 100644
--- a/samples/react-native/android/settings.gradle
+++ b/samples/react-native/android/settings.gradle
@@ -1,4 +1,4 @@
-rootProject.name = 'sampleNewArchitecture'
+rootProject.name = 'sentry-react-native-sample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')
diff --git a/samples/react-native/app.json b/samples/react-native/app.json
index 9f112deabc..7757eb3748 100644
--- a/samples/react-native/app.json
+++ b/samples/react-native/app.json
@@ -1,4 +1,4 @@
{
- "name": "sampleNewArchitecture",
- "displayName": "sampleNewArchitecture"
+ "name": "sentry-react-native-sample",
+ "displayName": "Sentry RN"
}
diff --git a/samples/react-native/ios/Podfile b/samples/react-native/ios/Podfile
index 4e03f04d78..c68b1ea2d1 100644
--- a/samples/react-native/ios/Podfile
+++ b/samples/react-native/ios/Podfile
@@ -23,7 +23,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end
-target 'sampleNewArchitecture' do
+target 'sentryreactnativesample' do
config = use_native_modules!
use_react_native!(
@@ -45,7 +45,7 @@ target 'sampleNewArchitecture' do
pod 'RNSentry', :path => '../../..'
end
- target 'sampleNewArchitectureTests' do
+ target 'sentryreactnativesampleTests' do
inherit! :complete
# Pods for testing
end
diff --git a/samples/react-native/ios/sampleNewArchitecture.xcodeproj/project.pbxproj b/samples/react-native/ios/sentryreactnativesample.xcodeproj/project.pbxproj
similarity index 69%
rename from samples/react-native/ios/sampleNewArchitecture.xcodeproj/project.pbxproj
rename to samples/react-native/ios/sentryreactnativesample.xcodeproj/project.pbxproj
index a999a2c02a..a28ce50a63 100644
--- a/samples/react-native/ios/sampleNewArchitecture.xcodeproj/project.pbxproj
+++ b/samples/react-native/ios/sentryreactnativesample.xcodeproj/project.pbxproj
@@ -7,14 +7,14 @@
objects = {
/* Begin PBXBuildFile section */
- 00E356F31AD99517003FC87E /* sampleNewArchitectureTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* sampleNewArchitectureTests.m */; };
- 0C80B921A6F3F58F76C31292 /* libPods-sampleNewArchitecture.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-sampleNewArchitecture.a */; };
+ 00E356F31AD99517003FC87E /* sentryreactnativesampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* sentryreactnativesampleTests.m */; };
+ 0C80B921A6F3F58F76C31292 /* libPods-sentryreactnativesample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-sentryreactnativesample.a */; };
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
338BBBC82B614FA10035844C /* NativePlatformSampleModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 338BBBC62B614FA10035844C /* NativePlatformSampleModule.mm */; };
33E2D62A29A7719600B5042B /* RCTAssetsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 33E2D62829A7719600B5042B /* RCTAssetsModule.m */; };
- 7699B88040F8A987B510C191 /* libPods-sampleNewArchitecture-sampleNewArchitectureTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sampleNewArchitecture-sampleNewArchitectureTests.a */; };
+ 7699B88040F8A987B510C191 /* libPods-sentryreactnativesample-sentryreactnativesampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sentryreactnativesample-sentryreactnativesampleTests.a */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */
@@ -24,31 +24,31 @@
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
- remoteInfo = sampleNewArchitecture;
+ remoteInfo = sentryreactnativesample;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
- 00E356EE1AD99517003FC87E /* sampleNewArchitectureTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sampleNewArchitectureTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 00E356EE1AD99517003FC87E /* sentryreactnativesampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sentryreactnativesampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- 00E356F21AD99517003FC87E /* sampleNewArchitectureTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sampleNewArchitectureTests.m; sourceTree = ""; };
- 13B07F961A680F5B00A75B9A /* sampleNewArchitecture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sampleNewArchitecture.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = sampleNewArchitecture/AppDelegate.h; sourceTree = ""; };
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = sampleNewArchitecture/AppDelegate.mm; sourceTree = ""; };
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = sampleNewArchitecture/Images.xcassets; sourceTree = ""; };
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = sampleNewArchitecture/Info.plist; sourceTree = ""; };
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = sampleNewArchitecture/main.m; sourceTree = ""; };
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sampleNewArchitecture-sampleNewArchitectureTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-sampleNewArchitecture-sampleNewArchitectureTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 338BBBC62B614FA10035844C /* NativePlatformSampleModule.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = NativePlatformSampleModule.mm; path = sampleNewArchitecture/NativePlatformSampleModule.mm; sourceTree = ""; };
- 338BBBC72B614FA10035844C /* NativePlatformSampleModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NativePlatformSampleModule.h; path = sampleNewArchitecture/NativePlatformSampleModule.h; sourceTree = ""; };
- 33E2D62829A7719600B5042B /* RCTAssetsModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsModule.m; path = sampleNewArchitecture/RCTAssetsModule.m; sourceTree = ""; };
- 33E2D62929A7719600B5042B /* RCTAssetsModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTAssetsModule.h; path = sampleNewArchitecture/RCTAssetsModule.h; sourceTree = ""; };
- 3B4392A12AC88292D35C810B /* Pods-sampleNewArchitecture.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleNewArchitecture.debug.xcconfig"; path = "Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture.debug.xcconfig"; sourceTree = ""; };
- 5709B34CF0A7D63546082F79 /* Pods-sampleNewArchitecture.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleNewArchitecture.release.xcconfig"; path = "Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture.release.xcconfig"; sourceTree = ""; };
- 5B7EB9410499542E8C5724F5 /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleNewArchitecture-sampleNewArchitectureTests.debug.xcconfig"; path = "Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests.debug.xcconfig"; sourceTree = ""; };
- 5DCACB8F33CDC322A6C60F78 /* libPods-sampleNewArchitecture.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-sampleNewArchitecture.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = sampleNewArchitecture/LaunchScreen.storyboard; sourceTree = ""; };
- 89C6BE57DB24E9ADA2F236DE /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleNewArchitecture-sampleNewArchitectureTests.release.xcconfig"; path = "Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests.release.xcconfig"; sourceTree = ""; };
+ 00E356F21AD99517003FC87E /* sentryreactnativesampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sentryreactnativesampleTests.m; sourceTree = ""; };
+ 13B07F961A680F5B00A75B9A /* sentryreactnativesample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sentryreactnativesample.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = sentryreactnativesample/AppDelegate.h; sourceTree = ""; };
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = sentryreactnativesample/AppDelegate.mm; sourceTree = ""; };
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = sentryreactnativesample/Images.xcassets; sourceTree = ""; };
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = sentryreactnativesample/Info.plist; sourceTree = ""; };
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = sentryreactnativesample/main.m; sourceTree = ""; };
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sentryreactnativesample-sentryreactnativesampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-sentryreactnativesample-sentryreactnativesampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 338BBBC62B614FA10035844C /* NativePlatformSampleModule.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = NativePlatformSampleModule.mm; path = sentryreactnativesample/NativePlatformSampleModule.mm; sourceTree = ""; };
+ 338BBBC72B614FA10035844C /* NativePlatformSampleModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NativePlatformSampleModule.h; path = sentryreactnativesample/NativePlatformSampleModule.h; sourceTree = ""; };
+ 33E2D62829A7719600B5042B /* RCTAssetsModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsModule.m; path = sentryreactnativesample/RCTAssetsModule.m; sourceTree = ""; };
+ 33E2D62929A7719600B5042B /* RCTAssetsModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTAssetsModule.h; path = sentryreactnativesample/RCTAssetsModule.h; sourceTree = ""; };
+ 3B4392A12AC88292D35C810B /* Pods-sentryreactnativesample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sentryreactnativesample.debug.xcconfig"; path = "Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample.debug.xcconfig"; sourceTree = ""; };
+ 5709B34CF0A7D63546082F79 /* Pods-sentryreactnativesample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sentryreactnativesample.release.xcconfig"; path = "Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample.release.xcconfig"; sourceTree = ""; };
+ 5B7EB9410499542E8C5724F5 /* Pods-sentryreactnativesample-sentryreactnativesampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sentryreactnativesample-sentryreactnativesampleTests.debug.xcconfig"; path = "Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests.debug.xcconfig"; sourceTree = ""; };
+ 5DCACB8F33CDC322A6C60F78 /* libPods-sentryreactnativesample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-sentryreactnativesample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = sentryreactnativesample/LaunchScreen.storyboard; sourceTree = ""; };
+ 89C6BE57DB24E9ADA2F236DE /* Pods-sentryreactnativesample-sentryreactnativesampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sentryreactnativesample-sentryreactnativesampleTests.release.xcconfig"; path = "Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests.release.xcconfig"; sourceTree = ""; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
@@ -57,7 +57,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 7699B88040F8A987B510C191 /* libPods-sampleNewArchitecture-sampleNewArchitectureTests.a in Frameworks */,
+ 7699B88040F8A987B510C191 /* libPods-sentryreactnativesample-sentryreactnativesampleTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -65,20 +65,20 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 0C80B921A6F3F58F76C31292 /* libPods-sampleNewArchitecture.a in Frameworks */,
+ 0C80B921A6F3F58F76C31292 /* libPods-sentryreactnativesample.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 00E356EF1AD99517003FC87E /* sampleNewArchitectureTests */ = {
+ 00E356EF1AD99517003FC87E /* sentryreactnativesampleTests */ = {
isa = PBXGroup;
children = (
- 00E356F21AD99517003FC87E /* sampleNewArchitectureTests.m */,
+ 00E356F21AD99517003FC87E /* sentryreactnativesampleTests.m */,
00E356F01AD99517003FC87E /* Supporting Files */,
);
- path = sampleNewArchitectureTests;
+ path = sentryreactnativesampleTests;
sourceTree = "";
};
00E356F01AD99517003FC87E /* Supporting Files */ = {
@@ -89,7 +89,7 @@
name = "Supporting Files";
sourceTree = "";
};
- 13B07FAE1A68108700A75B9A /* sampleNewArchitecture */ = {
+ 13B07FAE1A68108700A75B9A /* sentryreactnativesample */ = {
isa = PBXGroup;
children = (
338BBBC72B614FA10035844C /* NativePlatformSampleModule.h */,
@@ -103,15 +103,15 @@
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB71A68108700A75B9A /* main.m */,
);
- name = sampleNewArchitecture;
+ name = sentryreactnativesample;
sourceTree = "";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
- 5DCACB8F33CDC322A6C60F78 /* libPods-sampleNewArchitecture.a */,
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sampleNewArchitecture-sampleNewArchitectureTests.a */,
+ 5DCACB8F33CDC322A6C60F78 /* libPods-sentryreactnativesample.a */,
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-sentryreactnativesample-sentryreactnativesampleTests.a */,
);
name = Frameworks;
sourceTree = "";
@@ -126,9 +126,9 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
- 13B07FAE1A68108700A75B9A /* sampleNewArchitecture */,
+ 13B07FAE1A68108700A75B9A /* sentryreactnativesample */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
- 00E356EF1AD99517003FC87E /* sampleNewArchitectureTests */,
+ 00E356EF1AD99517003FC87E /* sentryreactnativesampleTests */,
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
BBD78D7AC51CEA395F1C20DB /* Pods */,
@@ -141,8 +141,8 @@
83CBBA001A601CBA00E9B192 /* Products */ = {
isa = PBXGroup;
children = (
- 13B07F961A680F5B00A75B9A /* sampleNewArchitecture.app */,
- 00E356EE1AD99517003FC87E /* sampleNewArchitectureTests.xctest */,
+ 13B07F961A680F5B00A75B9A /* sentryreactnativesample.app */,
+ 00E356EE1AD99517003FC87E /* sentryreactnativesampleTests.xctest */,
);
name = Products;
sourceTree = "";
@@ -150,10 +150,10 @@
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
isa = PBXGroup;
children = (
- 3B4392A12AC88292D35C810B /* Pods-sampleNewArchitecture.debug.xcconfig */,
- 5709B34CF0A7D63546082F79 /* Pods-sampleNewArchitecture.release.xcconfig */,
- 5B7EB9410499542E8C5724F5 /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.debug.xcconfig */,
- 89C6BE57DB24E9ADA2F236DE /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.release.xcconfig */,
+ 3B4392A12AC88292D35C810B /* Pods-sentryreactnativesample.debug.xcconfig */,
+ 5709B34CF0A7D63546082F79 /* Pods-sentryreactnativesample.release.xcconfig */,
+ 5B7EB9410499542E8C5724F5 /* Pods-sentryreactnativesample-sentryreactnativesampleTests.debug.xcconfig */,
+ 89C6BE57DB24E9ADA2F236DE /* Pods-sentryreactnativesample-sentryreactnativesampleTests.release.xcconfig */,
);
path = Pods;
sourceTree = "";
@@ -161,9 +161,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- 00E356ED1AD99517003FC87E /* sampleNewArchitectureTests */ = {
+ 00E356ED1AD99517003FC87E /* sentryreactnativesampleTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "sampleNewArchitectureTests" */;
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "sentryreactnativesampleTests" */;
buildPhases = (
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
00E356EA1AD99517003FC87E /* Sources */,
@@ -177,14 +177,14 @@
dependencies = (
00E356F51AD99517003FC87E /* PBXTargetDependency */,
);
- name = sampleNewArchitectureTests;
- productName = sampleNewArchitectureTests;
- productReference = 00E356EE1AD99517003FC87E /* sampleNewArchitectureTests.xctest */;
+ name = sentryreactnativesampleTests;
+ productName = sentryreactnativesampleTests;
+ productReference = 00E356EE1AD99517003FC87E /* sentryreactnativesampleTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
- 13B07F861A680F5B00A75B9A /* sampleNewArchitecture */ = {
+ 13B07F861A680F5B00A75B9A /* sentryreactnativesample */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "sampleNewArchitecture" */;
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "sentryreactnativesample" */;
buildPhases = (
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
13B07F871A680F5B00A75B9A /* Sources */,
@@ -199,9 +199,9 @@
);
dependencies = (
);
- name = sampleNewArchitecture;
- productName = sampleNewArchitecture;
- productReference = 13B07F961A680F5B00A75B9A /* sampleNewArchitecture.app */;
+ name = sentryreactnativesample;
+ productName = sentryreactnativesample;
+ productReference = 13B07F961A680F5B00A75B9A /* sentryreactnativesample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@@ -221,7 +221,7 @@
};
};
};
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "sampleNewArchitecture" */;
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "sentryreactnativesample" */;
compatibilityVersion = "Xcode 12.0";
developmentRegion = en;
hasScannedForEncodings = 0;
@@ -234,8 +234,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
- 13B07F861A680F5B00A75B9A /* sampleNewArchitecture */,
- 00E356ED1AD99517003FC87E /* sampleNewArchitectureTests */,
+ 13B07F861A680F5B00A75B9A /* sentryreactnativesample */,
+ 00E356ED1AD99517003FC87E /* sentryreactnativesampleTests */,
);
};
/* End PBXProject section */
@@ -283,15 +283,15 @@
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8152B8B60F6641B996EA3E8F /* Upload Debug Symbols to Sentry */ = {
@@ -324,7 +324,7 @@
outputFileListPaths = (
);
outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-sampleNewArchitecture-sampleNewArchitectureTests-checkManifestLockResult.txt",
+ "$(DERIVED_FILE_DIR)/Pods-sentryreactnativesample-sentryreactnativesampleTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
@@ -346,7 +346,7 @@
outputFileListPaths = (
);
outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-sampleNewArchitecture-checkManifestLockResult.txt",
+ "$(DERIVED_FILE_DIR)/Pods-sentryreactnativesample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
@@ -359,15 +359,15 @@
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
@@ -376,15 +376,15 @@
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-resources-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-resources-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture/Pods-sampleNewArchitecture-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample/Pods-sentryreactnativesample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
@@ -393,15 +393,15 @@
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-resources-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-resources-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sampleNewArchitecture-sampleNewArchitectureTests/Pods-sampleNewArchitecture-sampleNewArchitectureTests-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sentryreactnativesample-sentryreactnativesampleTests/Pods-sentryreactnativesample-sentryreactnativesampleTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -411,7 +411,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 00E356F31AD99517003FC87E /* sampleNewArchitectureTests.m in Sources */,
+ 00E356F31AD99517003FC87E /* sentryreactnativesampleTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -431,7 +431,7 @@
/* Begin PBXTargetDependency section */
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 13B07F861A680F5B00A75B9A /* sampleNewArchitecture */;
+ target = 13B07F861A680F5B00A75B9A /* sentryreactnativesample */;
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -439,14 +439,14 @@
/* Begin XCBuildConfiguration section */
00E356F61AD99517003FC87E /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.debug.xcconfig */;
+ baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-sentryreactnativesample-sentryreactnativesampleTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
- INFOPLIST_FILE = sampleNewArchitectureTests/Info.plist;
+ INFOPLIST_FILE = sentryreactnativesampleTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -458,19 +458,19 @@
"-lc++",
"$(inherited)",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_BUNDLE_IDENTIFIER = io.sentry.reactnative.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sampleNewArchitecture.app/sampleNewArchitecture";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sentryreactnativesample.app/sentryreactnativesample";
};
name = Debug;
};
00E356F71AD99517003FC87E /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-sampleNewArchitecture-sampleNewArchitectureTests.release.xcconfig */;
+ baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-sentryreactnativesample-sentryreactnativesampleTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
- INFOPLIST_FILE = sampleNewArchitectureTests/Info.plist;
+ INFOPLIST_FILE = sentryreactnativesampleTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -482,21 +482,23 @@
"-lc++",
"$(inherited)",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_BUNDLE_IDENTIFIER = io.sentry.reactnative.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sampleNewArchitecture.app/sampleNewArchitecture";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sentryreactnativesample.app/sentryreactnativesample";
};
name = Release;
};
13B07F941A680F5B00A75B9A /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-sampleNewArchitecture.debug.xcconfig */;
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-sentryreactnativesample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = 97JCY7859U;
ENABLE_BITCODE = NO;
- INFOPLIST_FILE = sampleNewArchitecture/Info.plist;
+ INFOPLIST_FILE = sentryreactnativesample/Info.plist;
+ INFOPLIST_KEY_CFBundleDisplayName = "Sentry RN";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -506,8 +508,8 @@
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = sampleNewArchitecture;
+ PRODUCT_BUNDLE_IDENTIFIER = io.sentry.reactnative.sample;
+ PRODUCT_NAME = sentryreactnativesample;
RCT_NEW_ARCH_ENABLED = 1;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -517,12 +519,14 @@
};
13B07F951A680F5B00A75B9A /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-sampleNewArchitecture.release.xcconfig */;
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-sentryreactnativesample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
- INFOPLIST_FILE = sampleNewArchitecture/Info.plist;
+ DEVELOPMENT_TEAM = 97JCY7859U;
+ INFOPLIST_FILE = sentryreactnativesample/Info.plist;
+ INFOPLIST_KEY_CFBundleDisplayName = "Sentry RN";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -532,8 +536,8 @@
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = sampleNewArchitecture;
+ PRODUCT_BUNDLE_IDENTIFIER = io.sentry.reactnative.sample;
+ PRODUCT_NAME = sentryreactnativesample;
RCT_NEW_ARCH_ENABLED = 1;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
@@ -607,7 +611,6 @@
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
- " ",
);
OTHER_LDFLAGS = (
"$(inherited)",
@@ -680,7 +683,6 @@
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
- " ",
);
OTHER_LDFLAGS = (
"$(inherited)",
@@ -698,7 +700,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "sampleNewArchitectureTests" */ = {
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "sentryreactnativesampleTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
00E356F61AD99517003FC87E /* Debug */,
@@ -707,7 +709,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "sampleNewArchitecture" */ = {
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "sentryreactnativesample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13B07F941A680F5B00A75B9A /* Debug */,
@@ -716,7 +718,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "sampleNewArchitecture" */ = {
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "sentryreactnativesample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83CBBA201A601CBA00E9B192 /* Debug */,
diff --git a/samples/react-native/ios/sampleNewArchitecture.xcodeproj/xcshareddata/xcschemes/sampleNewArchitecture.xcscheme b/samples/react-native/ios/sentryreactnativesample.xcodeproj/xcshareddata/xcschemes/sentryreactnativesample.xcscheme
similarity index 76%
rename from samples/react-native/ios/sampleNewArchitecture.xcodeproj/xcshareddata/xcschemes/sampleNewArchitecture.xcscheme
rename to samples/react-native/ios/sentryreactnativesample.xcodeproj/xcshareddata/xcschemes/sentryreactnativesample.xcscheme
index 6fc2200769..15d942042b 100644
--- a/samples/react-native/ios/sampleNewArchitecture.xcodeproj/xcshareddata/xcschemes/sampleNewArchitecture.xcscheme
+++ b/samples/react-native/ios/sentryreactnativesample.xcodeproj/xcshareddata/xcschemes/sentryreactnativesample.xcscheme
@@ -15,9 +15,9 @@
+ BuildableName = "sentryreactnativesample.app"
+ BlueprintName = "sentryreactnativesample"
+ ReferencedContainer = "container:sentryreactnativesample.xcodeproj">
@@ -33,9 +33,9 @@
+ BuildableName = "sentryreactnativesampleTests.xctest"
+ BlueprintName = "sentryreactnativesampleTests"
+ ReferencedContainer = "container:sentryreactnativesample.xcodeproj">
@@ -55,9 +55,9 @@
+ BuildableName = "sentryreactnativesample.app"
+ BlueprintName = "sentryreactnativesample"
+ ReferencedContainer = "container:sentryreactnativesample.xcodeproj">
@@ -72,9 +72,9 @@
+ BuildableName = "sentryreactnativesample.app"
+ BlueprintName = "sentryreactnativesample"
+ ReferencedContainer = "container:sentryreactnativesample.xcodeproj">
diff --git a/samples/react-native/ios/sampleNewArchitecture.xcworkspace/contents.xcworkspacedata b/samples/react-native/ios/sentryreactnativesample.xcworkspace/contents.xcworkspacedata
similarity index 75%
rename from samples/react-native/ios/sampleNewArchitecture.xcworkspace/contents.xcworkspacedata
rename to samples/react-native/ios/sentryreactnativesample.xcworkspace/contents.xcworkspacedata
index 3f7d3abbdb..2e3010bd8d 100644
--- a/samples/react-native/ios/sampleNewArchitecture.xcworkspace/contents.xcworkspacedata
+++ b/samples/react-native/ios/sentryreactnativesample.xcworkspace/contents.xcworkspacedata
@@ -2,7 +2,7 @@
+ location = "group:sentryreactnativesample.xcodeproj">
diff --git a/samples/react-native/ios/sampleNewArchitecture.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/samples/react-native/ios/sentryreactnativesample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
rename to samples/react-native/ios/sentryreactnativesample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
diff --git a/samples/react-native/ios/sampleNewArchitecture/AppDelegate.h b/samples/react-native/ios/sentryreactnativesample/AppDelegate.h
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture/AppDelegate.h
rename to samples/react-native/ios/sentryreactnativesample/AppDelegate.h
diff --git a/samples/react-native/ios/sampleNewArchitecture/AppDelegate.mm b/samples/react-native/ios/sentryreactnativesample/AppDelegate.mm
similarity index 97%
rename from samples/react-native/ios/sampleNewArchitecture/AppDelegate.mm
rename to samples/react-native/ios/sentryreactnativesample/AppDelegate.mm
index 15221be25b..78f18cfdfc 100644
--- a/samples/react-native/ios/sampleNewArchitecture/AppDelegate.mm
+++ b/samples/react-native/ios/sentryreactnativesample/AppDelegate.mm
@@ -15,7 +15,7 @@ @implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
- self.moduleName = @"sampleNewArchitecture";
+ self.moduleName = @"sentry-react-native-sample";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React
self.initialProps = @{};
diff --git a/samples/react-native/ios/sampleNewArchitecture/Images.xcassets/AppIcon.appiconset/Contents.json b/samples/react-native/ios/sentryreactnativesample/Images.xcassets/AppIcon.appiconset/Contents.json
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture/Images.xcassets/AppIcon.appiconset/Contents.json
rename to samples/react-native/ios/sentryreactnativesample/Images.xcassets/AppIcon.appiconset/Contents.json
diff --git a/samples/react-native/ios/sampleNewArchitecture/Images.xcassets/Contents.json b/samples/react-native/ios/sentryreactnativesample/Images.xcassets/Contents.json
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture/Images.xcassets/Contents.json
rename to samples/react-native/ios/sentryreactnativesample/Images.xcassets/Contents.json
diff --git a/samples/react-native/ios/sampleNewArchitecture/Images.xcassets/ExampleBinaryData.dataset/Contents.json b/samples/react-native/ios/sentryreactnativesample/Images.xcassets/ExampleBinaryData.dataset/Contents.json
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture/Images.xcassets/ExampleBinaryData.dataset/Contents.json
rename to samples/react-native/ios/sentryreactnativesample/Images.xcassets/ExampleBinaryData.dataset/Contents.json
diff --git a/samples/react-native/ios/sampleNewArchitecture/Images.xcassets/ExampleBinaryData.dataset/logo_mini.png b/samples/react-native/ios/sentryreactnativesample/Images.xcassets/ExampleBinaryData.dataset/logo_mini.png
similarity index 100%
rename from samples/react-native/ios/sampleNewArchitecture/Images.xcassets/ExampleBinaryData.dataset/logo_mini.png
rename to samples/react-native/ios/sentryreactnativesample/Images.xcassets/ExampleBinaryData.dataset/logo_mini.png
diff --git a/samples/react-native/ios/sampleNewArchitecture/Info.plist b/samples/react-native/ios/sentryreactnativesample/Info.plist
similarity index 97%
rename from samples/react-native/ios/sampleNewArchitecture/Info.plist
rename to samples/react-native/ios/sentryreactnativesample/Info.plist
index 959d218aa8..0b8eb75640 100644
--- a/samples/react-native/ios/sampleNewArchitecture/Info.plist
+++ b/samples/react-native/ios/sentryreactnativesample/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- sampleNewArchitecture
+ Sentry RN
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/samples/react-native/ios/sampleNewArchitecture/LaunchScreen.storyboard b/samples/react-native/ios/sentryreactnativesample/LaunchScreen.storyboard
similarity index 89%
rename from samples/react-native/ios/sampleNewArchitecture/LaunchScreen.storyboard
rename to samples/react-native/ios/sentryreactnativesample/LaunchScreen.storyboard
index 0d7778254d..78f16a720c 100644
--- a/samples/react-native/ios/sampleNewArchitecture/LaunchScreen.storyboard
+++ b/samples/react-native/ios/sentryreactnativesample/LaunchScreen.storyboard
@@ -16,12 +16,12 @@
-