Skip to content

Commit

Permalink
Merge pull request #67 from xmtp-labs/ar/ephemera-rebrand
Browse files Browse the repository at this point in the history
Update Naming to Ephemera
  • Loading branch information
alexrisch authored May 16, 2024
2 parents 18143b7 + 83ba6ed commit ade4757
Show file tree
Hide file tree
Showing 26 changed files with 155 additions and 152 deletions.
8 changes: 4 additions & 4 deletions .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ module.exports = {
'ios.debug': {
type: 'ios.app',
binaryPath:
'ios/build/Build/Products/Debug-iphonesimulator/XmtpMobileChat.app',
'ios/build/Build/Products/Debug-iphonesimulator/EphemeraMobileChat.app',
build:
'xcodebuild -workspace ios/XmtpMobileChat.xcworkspace -scheme XmtpMobileChat -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build',
'xcodebuild -workspace ios/EphemeraMobileChat.xcworkspace -scheme EphemeraMobileChat -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build',
},
'ios.release': {
type: 'ios.app',
binaryPath:
'ios/build/Build/Products/Release-iphonesimulator/XmtpMobileChat.app',
'ios/build/Build/Products/Release-iphonesimulator/EphemeraMobileChat.app',
build:
'xcodebuild -workspace ios/XmtpMobileChat.xcworkspace -scheme XmtpMobileChat -configuration Release -sdk iphonesimulator -derivedDataPath ios/build',
'xcodebuild -workspace ios/EphemeraMobileChat.xcworkspace -scheme EphemeraMobileChat -configuration Release -sdk iphonesimulator -derivedDataPath ios/build',
},
'android.debug': {
type: 'android.apk',
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion

namespace "com.xmtpmobilechat"
namespace "com.ephemera.mobilechat"
defaultConfig {
applicationId "com.xmtpmobilechat"
applicationId "com.ephemera.mobilechat"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.xmtpmobilechat; // (1)
package com.ephemera.mobilechat; // (1)

import com.wix.detox.Detox;
import com.wix.detox.config.DetoxConfig;
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="xmtp-chat"/>
<data android:scheme="ephemera-chat"/>
</intent-filter>
</activity>
</application>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.xmtpmobilechat
package com.ephemera.mobilechat
import expo.modules.ReactActivityDelegateWrapper

import com.facebook.react.ReactActivity
Expand All @@ -12,7 +12,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 = "XmtpMobileChat"
override fun getMainComponentName(): String = "EphemeraMobileChat"

/**
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.xmtpmobilechat
package com.ephemera.mobilechat
import android.content.res.Configuration
import expo.modules.ApplicationLifecycleDispatcher
import expo.modules.ReactNativeHostWrapper
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">XmtpMobileChat</string>
<string name="app_name">EphemeraMobileChat</string>
</resources>
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'XmtpMobileChat'
rootProject.name = 'EphemeraMobileChat'
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')
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "XmtpMobileChat",
"displayName": "XmtpMobileChat"
"name": "EphemeraMobileChat",
"displayName": "EphemeraMobileChat"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "XmtpMobileChat.app"
BlueprintName = "XmtpMobileChat"
ReferencedContainer = "container:XmtpMobileChat.xcodeproj">
BuildableName = "EphemeraMobileChat.app"
BlueprintName = "EphemeraMobileChat"
ReferencedContainer = "container:EphemeraMobileChat.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -33,9 +33,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "XmtpMobileChatTests.xctest"
BlueprintName = "XmtpMobileChatTests"
ReferencedContainer = "container:XmtpMobileChat.xcodeproj">
BuildableName = "EphemeraMobileChatTests.xctest"
BlueprintName = "EphemeraMobileChatTests"
ReferencedContainer = "container:EphemeraMobileChat.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -55,9 +55,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "XmtpMobileChat.app"
BlueprintName = "XmtpMobileChat"
ReferencedContainer = "container:XmtpMobileChat.xcodeproj">
BuildableName = "EphemeraMobileChat.app"
BlueprintName = "EphemeraMobileChat"
ReferencedContainer = "container:EphemeraMobileChat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -72,9 +72,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "XmtpMobileChat.app"
BlueprintName = "XmtpMobileChat"
ReferencedContainer = "container:XmtpMobileChat.xcodeproj">
BuildableName = "EphemeraMobileChat.app"
BlueprintName = "EphemeraMobileChat"
ReferencedContainer = "container:EphemeraMobileChat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down

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

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ @implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"XmtpMobileChat";
self.moduleName = @"EphemeraMobileChat";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>XmtpMobileChat</string>
<string>EphemeraMobileChat</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="XmtpMobileChat" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="EphemeraMobileChat" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<nil key="highlightedColor"/>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#define TIMEOUT_SECONDS 600
#define TEXT_TO_LOOK_FOR @"Welcome to React"

@interface XmtpMobileChatTests : XCTestCase
@interface EphemeraMobileChatTests : XCTestCase

@end

@implementation XmtpMobileChatTests
@implementation EphemeraMobileChatTests

- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL (^)(UIView *view))test
{
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end

target 'XmtpMobileChat' do
target 'EphemeraMobileChat' do
use_expo_modules!
post_integrate do |installer|
begin
Expand Down Expand Up @@ -56,7 +56,7 @@ target 'XmtpMobileChat' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

target 'XmtpMobileChatTests' do
target 'EphemeraMobileChatTests' do
inherit! :complete
# Pods for testing
end
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,6 @@ SPEC CHECKSUMS:
XMTPReactNative: cf4227bf733870dc0331f3925cea852cafd43928
Yoga: 2a16e58450c48e110211dae1159fb114bbcdcfc0

PODFILE CHECKSUM: c765268d8eab018a5f4619e1d00ca4dab437bc4f
PODFILE CHECKSUM: 605f5beea10db7b4d01fe2949787bef356832da3

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "XmtpMobileChat",
"name": "EphemeraMobileChat",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit ade4757

Please sign in to comment.