Skip to content

Commit fb415c2

Browse files
committed
Release v0.8.0
2 parents 02eee33 + 5bb1050 commit fb415c2

File tree

821 files changed

+26204
-6231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

821 files changed

+26204
-6231
lines changed

.github/workflows/main.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Github Telegram Notifier
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
- "develop"
8+
pull_request:
9+
create:
10+
delete:
11+
issues:
12+
issue_comment:
13+
pull_request_review:
14+
pull_request_review_comment:
15+
fork:
16+
watch:
17+
release:
18+
19+
jobs:
20+
notify:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Send Telegram Notification
24+
uses: EverythingSuckz/[email protected]
25+
with:
26+
bot_token: ${{ secrets.TG_BOT_TOKEN }}
27+
chat_id: ${{ secrets.TG_CHAT_ID }}

.gitignore

Lines changed: 23 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,47 @@
1-
## CUSTOM
2-
3-
Secrets.swift
4-
*.p8
1+
### Custom ###
52
Credentials.json
6-
build/
3+
Secrets.xcconfig
4+
.env
5+
devices.txt
6+
*.p8
77
Scripts/build_phases/
88
SourcePackages/
9+
ipa_builds/
910
.swiftpm
1011

11-
### macOS ###
12-
# General
13-
.DS_Store
14-
.AppleDouble
15-
.LSOverride
16-
17-
# Icon must end with two \r
18-
Icon
19-
20-
# Thumbnails
21-
._*
22-
23-
# Files that might appear in the root of a volume
24-
.DocumentRevisions-V100
25-
.fseventsd
26-
.Spotlight-V100
27-
.TemporaryItems
28-
.Trashes
29-
.VolumeIcon.icns
30-
.com.apple.timemachine.donotpresent
31-
32-
# Directories potentially created on remote AFP share
33-
.AppleDB
34-
.AppleDesktop
35-
Network Trash Folder
36-
Temporary Items
37-
.apdisk
38-
39-
### macOS Patch ###
40-
# iCloud generated files
41-
*.icloud
42-
43-
### Swift ###
44-
# Xcode
45-
#
46-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
47-
48-
## User settings
49-
xcuserdata/
50-
51-
## Obj-C/Swift specific
52-
*.hmap
53-
54-
## App packaging
12+
## App packaging ###
5513
*.ipa
5614
*.dSYM.zip
5715
*.dSYM
5816

59-
## Playgrounds
60-
timeline.xctimeline
61-
playground.xcworkspace
62-
63-
# Swift Package Manager
64-
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
65-
# Packages/
66-
# Package.pins
67-
# Package.resolved
68-
# *.xcodeproj
69-
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
70-
# hence it is not needed unless you have added a package configuration file to your project
71-
# .swiftpm
72-
73-
.build/
74-
75-
# fastlane
76-
# It is recommended to not store the screenshots in the git repo.
77-
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
78-
# For more information about the recommended setup visit:
79-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
80-
17+
### fastlane ###
8118
fastlane/report.xml
8219
fastlane/Preview.html
8320
fastlane/screenshots/**/*.png
8421
fastlane/test_output
8522

86-
### Xcode ###
23+
### Tuist derived files ###
24+
graph.dot
25+
Derived/
8726

88-
## Xcode 8 and earlier
27+
### Tuist managed dependencies ###
28+
Tuist/.build
29+
30+
### Projects ###
31+
*.xcodeproj
32+
*.xcworkspace
33+
34+
### Xcode User Settings ###
35+
xcuserdata/
8936

9037
### Xcode Patch ###
9138
*.xcodeproj/*
9239
!*.xcodeproj/project.pbxproj
9340
!*.xcodeproj/xcshareddata/
94-
!*.xcodeproj/project.xcworkspace/
9541
!*.xcworkspace/contents.xcworkspacedata
9642
/*.gcno
97-
**/xcshareddata/WorkspaceSettings.xcsettings
98-
99-
# Fastlane
10043

101-
*.gem
102-
*.rbc
103-
/.config
104-
coverage/
105-
/InstalledFiles
106-
/pkg/
107-
/spec/reports/
108-
/test/tmp/
109-
/test/version_tmp/
110-
/tmp/
111-
rspec_logs.json
112-
test_output/
113-
.DS_STORE
44+
### macOS ###
11445
.DS_Store
115-
.keys
116-
*.swp
117-
118-
## Environment normalisation:
119-
/.bundle/
120-
/lib/bundler/man/
121-
122-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
123-
.rvmrc
124-
125-
# fastlane specific
126-
/*.itmsp
127-
.idea
128-
.rakeTasks
129-
spec/fixtures/*.itmsp/*.png
130-
/integration
131-
**/report.xml
132-
**/.bundle
133-
fastlane/lib/fastlane/plugins/template/.rubocop.yml
134-
snapshot/example/fastlane/README.md
135-
snapshot/example/fastlane/screenshots
136-
fastlane/FastlaneRunner
137-
fastlane/swift/FastlaneRunner
138-
vendor
139-
140-
# iOS specific ignores, used in sample projects inside the repo
141-
DerivedData
142-
*.pbxuser
143-
!default.pbxuser
144-
*.mode1v3
145-
!default.mode1v3
146-
*.mode2v3
147-
!default.mode2v3
148-
*.perspectivev3
149-
!default.perspectivev3
150-
xcuserdata/
151-
*.moved-aside
152-
*.xccheckout
153-
*.xcscmblueprint
154-
155-
# Dotenv
156-
.env
46+
.AppleDouble
47+
.LSOverride

App/App.swift

Lines changed: 0 additions & 54 deletions
This file was deleted.
-289 KB
Binary file not shown.
-2.35 KB
Binary file not shown.

App/Info.plist

Lines changed: 0 additions & 37 deletions
This file was deleted.

Configs/App.xcconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "Secrets.xcconfig"
2+
MARKETING_VERSION = 0.8.0
3+
CURRENT_PROJECT_VERSION = 838
4+
RELEASE_CHANNEL = Stable

Configs/Secrets.template.xcconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SLASH = /
2+
SENTRY_DSN = https:/$(SLASH)dsn.com
3+
SENTRY_DSYM_TOKEN = token
4+
POSTHOG_TOKEN = token
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extension_name": {
3-
"message": "OpenInAppExtension",
3+
"message": "Open in ForPDA",
44
"description": "The display name for the extension."
55
},
66
"extension_description": {
7-
"message": "This is OpenInAppExtension. You should tell us what your extension does here.",
7+
"message": "This extension offers to open ForPDA for supported pages on 4pda.to",
88
"description": "Description of what the extension does."
99
}
1010
}

0 commit comments

Comments
 (0)