You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can be added to your `.env` file as they will be stripped out when your app is built.
94
96
97
+
Without proper notarization your app will only run on the development machine. Other Macs will show a "app is damaged and can't be opened" warning.
98
+
This is a security feature in macOS that prevents running unsigned or improperly notarized applications. Make sure to complete the notarization process to avoid this issue.
99
+
95
100
## First run
96
101
97
102
When your application runs for the first time, a number of things occur.
98
103
99
104
NativePHP will:
100
105
101
106
1. Create the `appdata` folder - where this is created depends which platform you're developing on. It is named
102
-
according to your `nativephp.app_id`[config](/docs/getting-started/configuration) value (which is based on the
103
-
`NATIVEPHP_APP_ID` env variable).
107
+
according to your `nativephp.app_id`[config](/docs/getting-started/configuration) value (which is based on the
108
+
`NATIVEPHP_APP_ID` env variable).
104
109
2. Creating the `{appdata}/database/database.sqlite` SQLite database - your user's copy of your app's database.
0 commit comments