Skip to content

Commit c1708b2

Browse files
committed
Add iOS Swift to frameworks
1 parent 6c7be77 commit c1708b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ GEM
257257
PLATFORMS
258258
universal-darwin-21
259259
universal-darwin-22
260+
universal-darwin-23
260261
x86_64-darwin-19
261262
x86_64-darwin-20
262263

_docs/20_install-script/04_install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Read our guides on how to install Simple Analytics on:
2929

3030
For most frameworks, you can include the script. We magically track page views, so you don't have to change your app code. [Read on how we do that](/trigger-custom-page-views). For some, we got requests to create a plugin for them.
3131

32-
{% assign currentDate = 'now' | date: '%s' %}
33-
{% assign threeMonthsLater = '2023-02-07' | date: '%s' | plus: 7884000 %} {# 7884000 is approximately the number of seconds in 3 months #}
32+
{% assign currentDate = 'now' | date: '%s' | plus: 0 %}
33+
{% assign threeMonthsLater = '2023-02-07' | date: '%s' | plus: 7884000 %} {# 7884000 is approximately the number of seconds in 3 months #}
3434

3535
Get our official plugins for these frameworks:
3636

0 commit comments

Comments
 (0)