Skip to content

Commit 44747bc

Browse files
committed
Merge branch 'main' into v1-docs
2 parents 543cf67 + 9ff7e7e commit 44747bc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

resources/views/components/mobile-pricing.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class="size-5 shrink-0"
120120

121121
{{-- Button --}}
122122
<a
123-
href="https://checkout.anystack.sh/nativephp-ios/9e6a5f7c-1e71-4a1e-9cfa-33bb3c0ebb5d"
123+
href="https://checkout.anystack.sh/nativephp/9e6a5f7c-1e71-4a1e-9cfa-33bb3c0ebb5d"
124124
class="my-5 block w-full rounded-2xl bg-zinc-200 py-4 text-center text-sm font-medium transition duration-200 ease-in-out hover:bg-zinc-800 hover:text-white dark:bg-slate-700/30 dark:hover:bg-slate-700/40"
125125
aria-label="Get started with Mini plan"
126126
>
@@ -283,7 +283,7 @@ class="size-5 shrink-0"
283283

284284
{{-- Button --}}
285285
<a
286-
href="https://checkout.anystack.sh/nativephp-ios/9e02463f-0602-496c-ab33-073b899badae"
286+
href="https://checkout.anystack.sh/nativephp/9e02463f-0602-496c-ab33-073b899badae"
287287
class="my-5 block w-full rounded-2xl bg-zinc-200 py-4 text-center text-sm font-medium transition duration-200 ease-in-out hover:bg-zinc-800 hover:text-white dark:bg-slate-700/30 dark:hover:bg-slate-700/40"
288288
aria-label="Get started with Pro plan"
289289
>
@@ -454,7 +454,7 @@ class="size-5 shrink-0"
454454

455455
{{-- Button --}}
456456
<a
457-
href="https://checkout.anystack.sh/nativephp-ios/9e1572bd-b404-4855-a91b-1b7c8baf29f0"
457+
href="https://checkout.anystack.sh/nativephp/9e1572bd-b404-4855-a91b-1b7c8baf29f0"
458458
class="my-5 block w-full rounded-2xl bg-zinc-800 py-4 text-center text-sm font-medium text-white transition duration-200 ease-in-out hover:bg-zinc-900 dark:bg-[#d68ffe] dark:text-black dark:hover:bg-[#e1acff]"
459459
aria-label="Get started with Max plan"
460460
>

resources/views/docs/mobile/1/getting-started/installation.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ order: 100
77

88
1. PHP 8.3+
99
2. Laravel 10 or higher
10-
3. [A NativePHP for mobile license](https://checkout.anystack.sh/nativephp-ios)
11-
6. _Optional_ iOS/Android device
10+
3. An Apple Silicon Mac running macOS 12+ with Xcode 16+
11+
4. An active [Apple Developer account](https://developer.apple.com/)
12+
5. [A NativePHP for mobile license](https://checkout.anystack.sh/nativephp)
13+
6. _Optional_ iOS device
14+
1215

1316
#### For iOS
1417
1. An Apple Mac (ideally Silicon) running macOS 12+ with Xcode 16+
@@ -121,7 +124,7 @@ Finder. Click on model name at the top until the UDID appears, then right-click
121124
Then you can simply run, replacing `{UDID}` with your device's UDID:
122125
123126
```shell
124-
php artisan native:run {UDID}
127+
php artisan native:run
125128
```
126129
127130
Alternatively, you may open the `ios/NativePHP.xcodeproj` file in Xcode and run builds using Xcode's UI.

0 commit comments

Comments
 (0)