Skip to content

Commit

Permalink
Pushwoosh ANE 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm committed Sep 29, 2023
1 parent 35b5224 commit 2288535
Show file tree
Hide file tree
Showing 16 changed files with 721 additions and 1 deletion.
Binary file modified ANE-Pushwoosh/PushNotification.ane
Binary file not shown.
Binary file modified ANE-Pushwoosh/PushwooshGeozones.ane
Binary file not shown.
Binary file modified PushNotificationsSample/ANE-Pushwoosh/PushNotification.ane
Binary file not shown.
Binary file modified PushNotificationsSample/ANE-Pushwoosh/PushwooshGeozones.ane
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.AdobeAirPushwooshSample.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
Binary file added PushNotificationsSample/PushNotification.apk
Binary file not shown.
Binary file added PushNotificationsSample/PushNotification.ipa
Binary file not shown.
Binary file added PushNotificationsSample/TestPushNotifications.swf
Binary file not shown.
32 changes: 32 additions & 0 deletions PushNotificationsSample/buildAndroid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>

<project name="project" default="default">
<!-- Config -->
<property environment="env" />

<property file="build.config"/>
<property name="flex.sdk" value="${env.PW_AIR_SAMPLE_FLEX_SDK}" />
<property name="android.sdk" value="${env.PW_AIR_ANDROID_PLATFORM}" />
<property name="ios.sdkversion" value="${env.PW_AIR_IOS_SDK_VERSION}" />
<property name="FLEX_HOME" value="${env.PW_AIR_SAMPLE_FLEX_SDK}" />

<target name="default">
<taskdef resource="flexTasks.tasks" classpath="lib/flexTasks.jar"/>

<mxmlc file="${basedir}/src/TestPushNotifications.as"
output="${basedir}/TestPushNotifications.swf">
<load-config filename="config-opts.txt" />
</mxmlc>

<exec executable="${flex.sdk}/bin/adt${bin.ext}" failonerror="true" dir=".">
<arg value="-package"/>
<arg value="-target"/>
<arg value="apk-debug"/>
<arg line="-arch x64"/>
<arg line="-storetype JKS -keystore ../../build/certs/pushwoosh_keystore.keystore -storepass 123qwe -alias pushwoosh -keypass 123qwe"/>
<arg value="${name}.apk"/>
<arg line="src/TestPushNotifications-app.xml TestPushNotifications.swf assets/icon_48.png assets/icon_72.png assets/icon_144.png google-services.json -extdir ../ANE-Pushwoosh -extdir ../ANE-Distriqt" />
</exec>

</target>
</project>
56 changes: 56 additions & 0 deletions PushNotificationsSample/buildiOS-simulator.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>

<project name="project" default="default">
<!-- Config -->
<property environment="env" />

<property file="build.config"/>
<property name="flex.sdk" value="${env.PW_AIR_SAMPLE_FLEX_SDK}" />
<property name="android.sdk" value="${env.PW_AIR_ANDROID_PLATFORM}" />
<property name="ios.sdkversion" value="${env.PW_AIR_IOS_SDK_VERSION}" />
<property name="ios.platformsdk" value="${env.PW_AIR_IOS_PLATFORM_SDK}" />
<property name="ios.simulator.platformsdk" value="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk" />
<property name="FLEX_HOME" value="${env.PW_AIR_SAMPLE_FLEX_SDK}" />


<target name="default">
<taskdef resource="flexTasks.tasks" classpath="lib/flexTasks.jar"/>

<mxmlc file="${basedir}/src/TestPushNotifications.as"
output="${basedir}/TestPushNotifications.swf">
<load-config filename="config-opts.txt" />
</mxmlc>

<exec executable="${flex.sdk}/bin/adt${bin.ext}" failonerror="true" dir=".">
<arg value="-package"/>
<arg value="-target"/>
<arg value="ipa-debug-interpreter-simulator"/>
<arg line="-storetype pkcs12 -keystore Certificates.p12 -storepass password"/>
<arg value="TestPushNotifications.ipa"/>
<arg value="src/TestPushNotifications-app.xml"/>
<arg value="TestPushNotifications.swf"/>
<arg value="-platformsdk"/>
<arg value="${ios.simulator.platformsdk}"/>
<arg value="-extdir"/>
<arg value="../ANE-Pushwoosh"/>
<arg value="-extdir"/>
<arg value="../ANE-Distriqt"/>
<arg line="assets/icon_48.png assets/icon_57.png assets/icon_72.png assets/icon_114.png assets/icon_144.png" />
</exec>


<exec executable="${flex.sdk}/bin/adt${bin.ext}" failonerror="true" dir=".">
<arg value="-installApp"/>
<arg value="-platform"/>
<arg value="ios"/>
<arg value="-platformsdk"/>
<arg value="${ios.simulator.platformsdk}"/>
<arg value="-device"/>
<arg value="ios-simulator"/>
<arg value="-package"/>
<arg value="TestPushNotifications.ipa"/>

</exec>
</target>

</project>
446 changes: 446 additions & 0 deletions PushNotificationsSample/config-opts.txt

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions PushNotificationsSample/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"project_info": {
"project_number": "562785984945",
"firebase_url": "https://testingapp-94c5a.firebaseio.com",
"project_id": "testingapp-94c5a",
"storage_bucket": "testingapp-94c5a.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:562785984945:android:fed89dfc6dabe5e6",
"android_client_info": {
"package_name": "air.com.pushwoosh.demoapp"
}
},
"oauth_client": [
{
"client_id": "562785984945-09ceb4pltgsqemm9dfi686gbucjbq1ep.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC7wdtiDH7-p19KZm3I22_aqr6chE0B8Ic"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:562785984945:android:eaacc8127f129907",
"android_client_info": {
"package_name": "com.pushwoosh.demoapp"
}
},
"oauth_client": [
{
"client_id": "562785984945-09ceb4pltgsqemm9dfi686gbucjbq1ep.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC7wdtiDH7-p19KZm3I22_aqr6chE0B8Ic"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:562785984945:android:dfdd182231d4a10c",
"android_client_info": {
"package_name": "com.pushwoosh.testingapp"
}
},
"oauth_client": [
{
"client_id": "562785984945-09ceb4pltgsqemm9dfi686gbucjbq1ep.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC7wdtiDH7-p19KZm3I22_aqr6chE0B8Ic"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:562785984945:android:1551b3436b663f72",
"android_client_info": {
"package_name": "com.pushwooshsample"
}
},
"oauth_client": [
{
"client_id": "562785984945-09ceb4pltgsqemm9dfi686gbucjbq1ep.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC7wdtiDH7-p19KZm3I22_aqr6chE0B8Ic"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:562785984945:android:706d0c5aabffd7a7",
"android_client_info": {
"package_name": "io.trigger.forge.android.inspector"
}
},
"oauth_client": [
{
"client_id": "562785984945-09ceb4pltgsqemm9dfi686gbucjbq1ep.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC7wdtiDH7-p19KZm3I22_aqr6chE0B8Ic"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
2 changes: 1 addition & 1 deletion PushNotificationsSample/src/TestPushNotifications-app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/33.1">
<application xmlns="http://ns.adobe.com/air/application/50.2">

<id>com.pushwoosh.demoapp</id>
<filename>AdobeAirPushwooshSample</filename>
Expand Down
Binary file modified SWC-Pushwoosh/PushNotification.swc
Binary file not shown.
Binary file modified SWC-Pushwoosh/PushwooshGeozones.swc
Binary file not shown.

0 comments on commit 2288535

Please sign in to comment.