-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android-play): update sdk to v1.10.3
feat(fir-core): remove bitcode and add no-objc-msgsend-selector-stubs compiler flag
- Loading branch information
Showing
47 changed files
with
97 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
If you are reporting a bug please make sure you fill out the following information, otherwise delete this template and ask your question. | ||
|
||
|
||
##### Expected behaviour | ||
|
||
|
||
##### Actual behaviour | ||
|
||
|
||
##### Environment | ||
|
||
- AIR SDK version: | ||
- Device OS: | ||
- Device version: | ||
- Development IDE: | ||
- Development OS: | ||
|
||
|
||
##### Logs | ||
|
||
Device logs if relevant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Support | ||
|
||
As you are a subscribed user of our extensions there are several special support channels that you have access to. | ||
|
||
|
||
|
||
## Check the documentation | ||
|
||
### [Documentation Site](https://docs.airnativeextensions.com/) | ||
|
||
The best place to start is in the documentation. This forms the most up-to-date documentation for the extensions and is an important place to start using the extensions. | ||
|
||
Common issues include | ||
- Check you have all the required support extensions in the "Add the Extension" section; | ||
- Check you have correctly added and updated any manifest additions (Android) and Info Additions / Entitlements (iOS); | ||
|
||
|
||
### Reference | ||
|
||
ASDocs document each of the classes, interfaces, events, functions and properties that you will be using. It is the main reference for the extension. If it's not in the guide you will find it here! | ||
|
||
|
||
### Changelog | ||
|
||
The changelog contains a record of all the changes we have done to the extension. | ||
There are more details in github, referenced with releases but this is publicly available to see the work being done on the extension. | ||
|
||
|
||
|
||
## Search the forum | ||
|
||
We use the issue tracker in this repository as a forum for subscribed users to ask questions and submit issues found with the extensions. | ||
|
||
When you have a question it is likely someone has had a similar issue before and you can find an answer by searching the closed issues. | ||
|
||
Simply use the search bar to search the repository and if you limit the results to **issues** you will see all related questions that have been asked by other users. | ||
|
||
[Forum](../../../issues?utf8=✓&q=is%3Aissue%20) | ||
|
||
|
||
## Ask a question | ||
|
||
If you can't find a solution in the existing issues, then feel free to start a new issue to ask your question. | ||
Remember there are no silly questions and we are here to help you as best we can! | ||
We just ask that you provide as much information about your problem as possible, such as platform, versions, AIR SDK used etc. | ||
|
||
[Ask a question](../../../issues/new) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 'Close stale issues and PR' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * 2' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v4 | ||
with: | ||
stale-issue-label: 'stale' | ||
exempt-issue-labels: 'enhancement' | ||
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | ||
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' | ||
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' | ||
days-before-stale: 60 | ||
days-before-close: 5 | ||
days-before-pr-close: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.