Skip to content

Remove missed reference of the EAP #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions resources/views/early-adopter.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ class="pt-1 text-4xl font-semibold"
</h3>
{{-- Text --}}
<p class="pt-2.5 text-sm dark:text-gray-400">
Join the Early Access Program and start developing iOS
apps today.
Build and ship App Store approved iOS apps today!
</p>
{{-- Mockup --}}
<div class="pt-10">
Expand Down Expand Up @@ -759,17 +758,18 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
>
<p>
Every NativePHP for Mobile license entitles you to
<i>release</i> a certain number of applications.
A 'released' app is when it's published or distributed
(typically through an app store).
<i>release</i>
a certain number of applications. A 'released' app is when
it's published or distributed (typically through an app
store).
</p>
<br />
<p>
However, you are welcome to
<i>build</i>
(develop), as many apps as you want. If no one else besides you
and other license holders have access to your app, then it
doesn't count towards your quota of 'released' apps.
(develop), as many apps as you want. If no one else besides
you and other license holders have access to your app, then
it doesn't count towards your quota of 'released' apps.
</p>
</x-faq-card>

Expand All @@ -780,25 +780,24 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
</p>
<br />
<p>
For example, on the Pro plan, the license holder can create up to 10 unique
license keys that can be assigned to individual developers,
one key per developer.
For example, on the Pro plan, the license holder can create
up to 10 unique license keys that can be assigned to
individual developers, one key per developer.
</p>
<br />
<p>
This allows the license holder to control who has the ability to
use their license for building apps. You can add or remove developers
and each will get their own unique license key. If a developer leaves
your team, you can revoke their license key to prevent abuse.
This allows the license holder to control who has the
ability to use their license for building apps. You can add
or remove developers and each will get their own unique
license key. If a developer leaves your team, you can revoke
their license key to prevent abuse.
</p>
</x-faq-card>

<x-faq-card
question="Is it possible to purchase additional developer seats or released apps?"
>
<p>
You can purchase more Mini or Pro licenses as needed.
</p>
<p>You can purchase more Mini or Pro licenses as needed.</p>
</x-faq-card>

<x-faq-card question="What was the EAP and when did it end?">
Expand Down