Skip to content

Commit

Permalink
Pushwoosh Dotnet 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm authored Nov 12, 2024
1 parent 46a904d commit c40c0fd
Show file tree
Hide file tree
Showing 114 changed files with 5,893 additions and 135 deletions.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("6.7.10")]
[assembly: AssemblyVersion("6.7.14")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
Expand All @@ -35,16 +36,21 @@
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module PushwooshGeozones {
umbrella header "PushwooshGeozones.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module PushwooshGeozones {
umbrella header "PushwooshGeozones.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>23E224</string>
<string>23G80</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>20E238</string>
<string>21F77</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.3</string>
<string>14.5</string>
<key>DTSDKBuild</key>
<string>22E245</string>
<string>23F73</string>
<key>DTSDKName</key>
<string>macosx13.3</string>
<string>macosx14.5</string>
<key>DTXcode</key>
<string>1431</string>
<string>1540</string>
<key>DTXcodeBuild</key>
<string>14E300c</string>
<string>15F31d</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>UIDeviceFamily</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module PushwooshGeozones {
umbrella header "PushwooshGeozones.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</data>
<key>Info.plist</key>
<data>
hTbVaQvUWxjLTDHCEo6jlngb240=
P9qRfcnRKFrvtEYie0OnRdthmOk=
</data>
<key>Modules/module.modulemap</key>
<data>
/ACPUYDIR/BULrYc3zbw0Xasik0=
WGgnjYaMD7RVgM5Z0j+uYbZGBeg=
</data>
<key>PrivacyInfo.xcprivacy</key>
<data>
Expand All @@ -45,7 +45,7 @@
<dict>
<key>hash2</key>
<data>
h/JEPr+rNjZNHNMq8/b4KM0WE0p97WhuB2cRWF46FEw=
fXYRoysMB/+jZDoR/xYfO8t7PEz2g1i+njiO7YtLu90=
</data>
</dict>
<key>PrivacyInfo.xcprivacy</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Pushwoosh.DotNet.Geozones</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>Pushwoosh .Net Geozones SDK</title>
<authors>Pushwoosh</authors>
<owners>Pushwoosh</owners>
Expand All @@ -28,7 +28,7 @@
<file src="bin/Debug/net7.0/PushwooshSDK.DotNet.Geozones.dll" target="lib/net7.0"/>
<file src="bin/Debug/net7.0/PushwooshSDK.DotNet.Geozones.pdb" target="lib/net7.0"/>
<!--Android-->
<file src="/Users/vromanychev/Desktop/projects/pushwoosh-dotnet/PushwooshSDK.DotNet.Geozones.Android.Bindings/Jars/pushwoosh-location_v6.7.10.aar" target="lib/net7.0-android33.0/pushwoosh-location_v6.7.10.aar" />
<file src="/Users/vromanychev/Desktop/projects/pushwoosh-dotnet/PushwooshSDK.DotNet.Geozones.Android.Bindings/Jars/pushwoosh-location_v6.7.14.aar" target="lib/net7.0-android33.0/pushwoosh-location_v6.7.14.aar" />

<file src="bin/Debug/net7.0-android/PushwooshSDK.DotNet.Geozones.dll" target="lib/net7.0-android33.0" />
<file src="bin/Debug/net7.0-android/PushwooshSDK.DotNet.Geozones.Android.Bindings.dll" target="lib/net7.0-android33.0" />
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>PushwooshFramework.framework/PushwooshFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<string>PushwooshFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
Expand All @@ -20,31 +22,35 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshFramework.framework/PushwooshFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<string>PushwooshFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshFramework.framework/Versions/A/PushwooshFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<string>PushwooshFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//
// Pushwoosh.h
// PushwooshFramework.h
// Pushwoosh SDK
// (c) Pushwoosh 2016
// (c) Pushwoosh 2024
//

#import "PushNotificationManager.h"
#import "Pushwoosh.h"
#import "PushwooshFramework.h"
#import "PWInAppManager.h"
#import "PWLog.h"
#import "PWGDPRManager.h"
Expand All @@ -14,6 +14,7 @@
#import "PWAppDelegate.h"
#import "PWNotificationExtensionManager.h"
#import "PWRichMediaManager.h"
#import "PWModalWindowConfiguration.h"
#import "PWRichMediaStyle.h"
#import "PWInbox.h"
#import "PWInlineInAppView.h"
Expand Down
Loading

0 comments on commit c40c0fd

Please sign in to comment.