Skip to content

Commit

Permalink
feat(ios): Xcode 14 update, remove bitcode and add no-objc-msgsend-se…
Browse files Browse the repository at this point in the history
…lector-stubs compiler flag (resolves #12)
  • Loading branch information
marchbold committed Jan 18, 2023
1 parent 4d69dd9 commit 97d0518
Show file tree
Hide file tree
Showing 76 changed files with 1,189 additions and 1,083 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * *'
- cron: '30 1 * * 2'

jobs:
stale:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
###### 2023.01.18 [v5.2.0]

```
feat(ios): Xcode 14 update, remove bitcode and add no-objc-msgsend-selector-stubs compiler flag (resolves #12)
```

###### 2022.03.08 [v5.1.0]

```
Expand Down
15 changes: 12 additions & 3 deletions example/simple/src/TestIDFA-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
<Entitlements>
Expand All @@ -54,11 +57,17 @@
<uses-permission android:name="android.permission.INTERNET"/>
<application android:hardwareAccelerated="true">
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<application android:hardwareAccelerated="true">
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="false" />
</application>
</application>
</manifest>
]]></manifestAdditions>
</android>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/src/TestIDFA.as
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* \__,_/_/____/_/ /_/ /_/\__, /_/
* / /
* \/
* http://distriqt.com
* https://distriqt.com
*
* This is a test application for the distriqt extension
*
Expand Down
3 changes: 3 additions & 0 deletions example/starling/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ane
apm_packages
project-lock.apm
Binary file modified example/starling/ane/androidx.core.ane
Binary file not shown.
Binary file modified example/starling/ane/com.distriqt.Core.ane
Binary file not shown.
Binary file modified example/starling/ane/com.distriqt.IDFA.ane
Binary file not shown.
Binary file not shown.
Binary file modified example/starling/ane/com.distriqt.playservices.Base.ane
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki",
"description": "Android dependency library",
"type": "ane",
"version": "1.3.2",
"sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.core_1.3.2.airpackage",
"publishedAt": "2021-09-13T00:00:00.000Z",
"version": "1.6.2",
"sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v2.3.0/androidx.core_1.6.2.airpackage",
"publishedAt": "2022-11-18T13:43:30.000Z",
"dependencies": [],
"parameters": [],
"tags": [],
Expand All @@ -16,5 +16,6 @@
"type": "none",
"public": true
},
"status": "release",
"purchaseUrl": ""
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 97d0518

Please sign in to comment.