Skip to content

Commit 75291e2

Browse files
committed
Experiment rebrand to Harbor
1 parent 7924ccb commit 75291e2

23 files changed

Lines changed: 446 additions & 166 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<p align="center">
2-
<img alt="posthoglogo" src="https://gitlab.futo.org/polycentric/polycentric/-/raw/develop/apps/polycentric/src/common/assets/images/polycentric-logo-blue.png?ref_type=heads" width="50">
2+
<img alt="harborlogo" src="https://gitlab.futo.org/polycentric/polycentric/-/raw/develop/apps/polycentric/src/common/assets/images/harbor-logo-256.png?ref_type=heads" width="50">
33

44
</p>
55

66
<p align="center">
77
<a href="https://docs.polycentric.io/">Docs</a> - <a href="https://gitlab.futo.org/polycentric">Code</a>
88
</p>
99

10-
## Polycentric is an open-source, distributed social network
10+
## Harbor is an open-source, distributed social network
1111

12-
[Polycentric](https://polycentric.io) is an open-source, distributed social network that lets you publish content to multiple servers. If you're censored on one server, your content remains accessible from other servers.
12+
[Harbor](https://harbor.social) is an open-source, distributed social network that lets you publish content to multiple servers. If you're censored on one server, your content remains accessible from other servers.
1313

1414
## Getting started
1515

@@ -99,7 +99,7 @@ also regenerate them with `pnpm ubrn:clean` followed by `pnpm build`.
9999

100100
| App | Description |
101101
| ------------------ | ------------------------------------------------------------------- |
102-
| `apps/polycentric` | The main Polycentric social network application (Expo/React Native) |
102+
| `apps/polycentric` | The main social network application (Expo/React Native) |
103103

104104
### Services
105105

apps/polycentric/app.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { version: PKG_VERSION } = require('./package.json');
55

66
const IS_DEV = process.env.APP_VARIANT === 'dev';
77

8-
const NAME = IS_DEV ? 'Polycentric Dev' : 'Polycentric';
8+
const NAME = IS_DEV ? 'Harbor Dev' : 'Harbor';
99
const ID = IS_DEV ? 'org.futo.polycentric.dev' : 'org.futo.polycentric';
1010

1111
const GOOGLE_SERVICES_FILE =
@@ -46,7 +46,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4646
'./src/common/assets/images/app-icons/android-icon-monochrome.png',
4747
backgroundImage:
4848
'./src/common/assets/images/app-icons/android-icon-background.png',
49-
backgroundColor: '#F2F5F9',
49+
backgroundColor: '#FF6A00',
5050
},
5151
package: ID,
5252
permissions: ['android.permission.CAMERA'],
@@ -60,7 +60,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6060
image: './src/common/assets/images/app-icons/ios-icon-default.png',
6161
imageWidth: 200,
6262
resizeMode: 'contain',
63-
backgroundColor: '#F2F5F9',
63+
backgroundColor: '#FF6A00',
6464
},
6565
],
6666
'expo-font',

apps/polycentric/app/+html.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Root({ children }: PropsWithChildren) {
1010
name="viewport"
1111
content="width=device-width, initial-scale=1, shrink-to-fit=no"
1212
/>
13-
<title>Polycentric</title>
13+
<title>Harbor</title>
1414
<link rel="icon" href="/favicon.ico" sizes="any" />
1515
<ScrollViewStyleReset />
1616
</head>
8.98 KB
Binary file not shown.
-226 KB
Loading
-4.94 KB
Loading
-12.5 KB
Loading
-771 KB
Loading
-168 KB
Loading
-6.23 KB
Loading

0 commit comments

Comments
 (0)