diff --git a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj index 689e376..d46554b 100644 --- a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj +++ b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj @@ -10,6 +10,7 @@ ExamplePushContentExtension ExamplePushContentExtension Resources + 1.0.1 true @@ -38,15 +39,16 @@ prompt 4 - iPhone Developer - true + iPhone Distribution: Panaxeo, s.r.o. (UVDCL7YSZS) true Entitlements.plist SdkOnly ARM64 NSUrlSessionHandler - Exponea Xamarin Content Ext1 + --deep + true + Exponea Xamarin Content Distribution pdbonly @@ -71,7 +73,7 @@ DEBUG; prompt 4 - iPhone Developer + Apple Development: Michaela Okruhlicová (Z88SMR689C) true true true @@ -82,8 +84,8 @@ ARM64 NSUrlSessionHandler - Exponea Xamarin Content Ext1 Entitlements.plist + Exponea Xamarin Example Content Development @@ -127,7 +129,7 @@ ..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll - ..\packages\ExponeaSDK.iOS.Notifications.2.11.3\lib\xamarinios10\NativeLibrary.dll + ..\packages\ExponeaSDK.iOS.Notifications.2.11.3.1\lib\xamarinios10\NativeLibrary.dll diff --git a/example/ExamplePushContentExtension/Info.plist b/example/ExamplePushContentExtension/Info.plist index 18430e2..45be992 100644 --- a/example/ExamplePushContentExtension/Info.plist +++ b/example/ExamplePushContentExtension/Info.plist @@ -15,9 +15,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.0 - CFBundleVersion - 1.0 + 1.0.1 NSExtension NSExtensionAttributes @@ -38,5 +36,7 @@ MinimumOSVersion 10.3 + CFBundleVersion + 4 diff --git a/example/ExamplePushContentExtension/packages.config b/example/ExamplePushContentExtension/packages.config index 623deb6..331bfe7 100644 --- a/example/ExamplePushContentExtension/packages.config +++ b/example/ExamplePushContentExtension/packages.config @@ -1,6 +1,6 @@  - + diff --git a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj index 77c030d..5ec8f19 100644 --- a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj +++ b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj @@ -10,6 +10,7 @@ ExamplePushServiceExtension ExamplePushServiceExtension Resources + 1.0.1 true @@ -38,7 +39,7 @@ prompt 4 - iPhone Developer + iPhone Distribution: Panaxeo, s.r.o. (UVDCL7YSZS) true true Entitlements.plist @@ -46,7 +47,8 @@ ARM64 NSUrlSessionHandler - Exponea Xamarin Service ext + --deep + Exponea Examarin Service Distribution pdbonly @@ -82,8 +84,8 @@ ARM64 NSUrlSessionHandler - Exponea Xamarin Service ext Entitlements.plist + Exponea Xamarin Example Service Development @@ -127,7 +129,7 @@ ..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll - ..\packages\ExponeaSDK.iOS.Notifications.2.11.3\lib\xamarinios10\NativeLibrary.dll + ..\packages\ExponeaSDK.iOS.Notifications.2.11.3.1\lib\xamarinios10\NativeLibrary.dll diff --git a/example/ExamplePushServiceExtension/Info.plist b/example/ExamplePushServiceExtension/Info.plist index 17ec26c..c90f4f7 100644 --- a/example/ExamplePushServiceExtension/Info.plist +++ b/example/ExamplePushServiceExtension/Info.plist @@ -15,9 +15,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.0 - CFBundleVersion - 1.0 + 1.0.1 NSExtension NSExtensionPointIdentifier @@ -27,5 +25,7 @@ MinimumOSVersion 10.3 + CFBundleVersion + 4 diff --git a/example/ExamplePushServiceExtension/packages.config b/example/ExamplePushServiceExtension/packages.config index 623deb6..331bfe7 100644 --- a/example/ExamplePushServiceExtension/packages.config +++ b/example/ExamplePushServiceExtension/packages.config @@ -1,6 +1,6 @@  - + diff --git a/example/XamarinExample.Android/Resources/Resource.designer.cs b/example/XamarinExample.Android/Resources/Resource.designer.cs index 1c1e853..749e5d7 100644 --- a/example/XamarinExample.Android/Resources/Resource.designer.cs +++ b/example/XamarinExample.Android/Resources/Resource.designer.cs @@ -14,7 +14,7 @@ namespace XamarinExample.Droid { - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.4.160")] public partial class Resource { diff --git a/example/XamarinExample.Android/XamarinExample.Android.csproj b/example/XamarinExample.Android/XamarinExample.Android.csproj index 3321d81..0ebe2bd 100644 --- a/example/XamarinExample.Android/XamarinExample.Android.csproj +++ b/example/XamarinExample.Android/XamarinExample.Android.csproj @@ -22,6 +22,7 @@ Xamarin.Android.Net.AndroidClientHandler + 1.0.1 true diff --git a/example/XamarinExample.Huawei/Resources/Resource.designer.cs b/example/XamarinExample.Huawei/Resources/Resource.designer.cs index 5babd8f..f8f715d 100644 --- a/example/XamarinExample.Huawei/Resources/Resource.designer.cs +++ b/example/XamarinExample.Huawei/Resources/Resource.designer.cs @@ -14,7 +14,7 @@ namespace XamarinExample.Droid { - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.4.160")] public partial class Resource { diff --git a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj index bc2b460..49a3693 100644 --- a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj +++ b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj @@ -23,6 +23,7 @@ manifestmerger.jar + 1.0.1 true @@ -65,7 +66,7 @@ - + 1.6.0.5 diff --git a/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json index 99f7a0c..fae2be7 100644 --- a/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,128 +1,277 @@ { - "images":[ - { - "idiom":"iphone", - "size":"20x20", - "scale":"2x", - "filename":"Icon-App-20x20@2x.png" - }, - { - "idiom":"iphone", - "size":"20x20", - "scale":"3x", - "filename":"Icon-App-20x20@3x.png" - }, - { - "idiom":"iphone", - "size":"29x29", - "scale":"1x", - "filename":"Icon-App-29x29@1x.png" - }, - { - "idiom":"iphone", - "size":"29x29", - "scale":"2x", - "filename":"Icon-App-29x29@2x.png" - }, - { - "idiom":"iphone", - "size":"29x29", - "scale":"3x", - "filename":"Icon-App-29x29@3x.png" - }, - { - "idiom":"iphone", - "size":"40x40", - "scale":"2x", - "filename":"Icon-App-40x40@2x.png" - }, - { - "idiom":"iphone", - "size":"40x40", - "scale":"3x", - "filename":"Icon-App-40x40@3x.png" - }, - { - "idiom":"iphone", - "size":"60x60", - "scale":"2x", - "filename":"Icon-App-60x60@2x.png" - }, - { - "idiom":"iphone", - "size":"60x60", - "scale":"3x", - "filename":"Icon-App-60x60@3x.png" - }, - { - "idiom":"iphone", - "size":"76x76", - "scale":"2x", - "filename":"Icon-App-76x76@2x.png" - }, - { - "idiom":"ipad", - "size":"20x20", - "scale":"1x", - "filename":"Icon-App-20x20@1x.png" - }, - { - "idiom":"ipad", - "size":"20x20", - "scale":"2x", - "filename":"Icon-App-20x20@2x.png" - }, - { - "idiom":"ipad", - "size":"29x29", - "scale":"1x", - "filename":"Icon-App-29x29@1x.png" - }, - { - "idiom":"ipad", - "size":"29x29", - "scale":"2x", - "filename":"Icon-App-29x29@2x.png" - }, - { - "idiom":"ipad", - "size":"40x40", - "scale":"1x", - "filename":"Icon-App-40x40@1x.png" - }, - { - "idiom":"ipad", - "size":"40x40", - "scale":"2x", - "filename":"Icon-App-40x40@2x.png" - }, - { - "idiom":"ipad", - "size":"76x76", - "scale":"1x", - "filename":"Icon-App-76x76@1x.png" - }, - { - "idiom":"ipad", - "size":"76x76", - "scale":"2x", - "filename":"Icon-App-76x76@2x.png" - }, - { - "idiom":"ipad", - "size":"83.5x83.5", - "scale":"2x", - "filename":"Icon-App-83.5x83.5@2x.png" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "scale" : "1x", - "filename" : "ItunesArtwork@2x.png" - } - ], - "info":{ - "version":1, - "author":"makeappicon" + "images": [ + { + "filename": "Icon-App-20x20@2x.png", + "size": "20x20", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-20x20@3x.png", + "size": "20x20", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-29x29@2x.png", + "size": "29x29", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-29x29@3x.png", + "size": "29x29", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-40x40@2x.png", + "size": "40x40", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-40x40@3x.png", + "size": "40x40", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-60x60@2x.png", + "size": "60x60", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-60x60@3x.png", + "size": "60x60", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "Icon-App-20x20@1x.png", + "size": "20x20", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-20x20@2x.png", + "size": "20x20", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-29x29@1x.png", + "size": "29x29", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-29x29@2x.png", + "size": "29x29", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-40x40@1x.png", + "size": "40x40", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-40x40@2x.png", + "size": "40x40", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-83.5x83.5@2x.png", + "size": "83.5x83.5", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-76x76@1x.png", + "size": "76x76", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "Icon-App-76x76@2x.png", + "size": "76x76", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "icon.png", + "size": "1024x1024", + "scale": "1x", + "idiom": "ios-marketing" + }, + { + "size": "60x60", + "scale": "2x", + "idiom": "car" + }, + { + "size": "60x60", + "scale": "3x", + "idiom": "car" + }, + { + "role": "notificationCenter", + "size": "24x24", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "notificationCenter", + "size": "27.5x27.5", + "subtype": "42mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "notificationCenter", + "size": "33x33", + "subtype": "45mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "companionSettings", + "size": "29x29", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "companionSettings", + "size": "29x29", + "scale": "3x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "40x40", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "44x44", + "subtype": "40mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "46x46", + "subtype": "41mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "50x50", + "subtype": "44mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "51x51", + "subtype": "45mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "86x86", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "98x98", + "subtype": "42mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "108x108", + "subtype": "44mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "117x117", + "subtype": "45mm", + "scale": "2x", + "idiom": "watch" + }, + { + "size": "1024x1024", + "scale": "1x", + "idiom": "watch-marketing" + }, + { + "size": "16x16", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "16x16", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "32x32", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "32x32", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "128x128", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "128x128", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "256x256", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "256x256", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "512x512", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "512x512", + "scale": "2x", + "idiom": "mac" } -} + ], + "info": { + "version": 1, + "author": "xcode" + } +} \ No newline at end of file diff --git a/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png b/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png deleted file mode 100644 index 6d53d26..0000000 Binary files a/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png and /dev/null differ diff --git a/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/icon.png b/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/icon.png new file mode 100644 index 0000000..01a7c20 Binary files /dev/null and b/example/XamarinExample.iOS/Assets.xcassets/AppIcon.appiconset/icon.png differ diff --git a/example/XamarinExample.iOS/Info.plist b/example/XamarinExample.iOS/Info.plist index afa2f2a..301fef2 100644 --- a/example/XamarinExample.iOS/Info.plist +++ b/example/XamarinExample.iOS/Info.plist @@ -2,6 +2,8 @@ + XSAppIconAssets + Assets.xcassets/AppIcon.appiconset UIDeviceFamily 1 @@ -24,20 +26,19 @@ 10.3 CFBundleDisplayName XamarinExample - CFBundleVersion - 1.0 UILaunchStoryboardName LaunchScreen CFBundleName XamarinExample - XSAppIconAssets - Assets.xcassets/AppIcon.appiconset UIBackgroundModes remote-notification - processing CFBundleIdentifier com.exponea.xamarin + CFBundleShortVersionString + 1.0.1 + CFBundleVersion + 4 diff --git a/example/XamarinExample.iOS/XamarinExample.iOS.csproj b/example/XamarinExample.iOS/XamarinExample.iOS.csproj index e0cedb0..8c9e301 100644 --- a/example/XamarinExample.iOS/XamarinExample.iOS.csproj +++ b/example/XamarinExample.iOS/XamarinExample.iOS.csproj @@ -15,6 +15,7 @@ true NSUrlSessionHandler automatic + 1.0.1 true @@ -38,7 +39,6 @@ 4 None x86_64 - VS: com.exponea.xamarin Development Apple Development: Michaela Okruhlicová (Z88SMR689C) @@ -50,12 +50,13 @@ prompt 4 ARM64 - Apple Development: Michaela Okruhlicová (Z88SMR689C) + iPhone Developer true - None + SdkOnly -all Entitlements.plist - VS: com.exponea.xamarin Development + true + Exponea Xamarin Example Development none @@ -64,10 +65,15 @@ prompt 4 ARM64 - iPhone Developer + iPhone Distribution: Panaxeo, s.r.o. (UVDCL7YSZS) Entitlements.plist SdkOnly - VS: com.exponea.xamarin Development + true + --deep + true + false + true + Exponea Xamarin Example Distribution @@ -124,6 +130,7 @@ false + @@ -135,7 +142,7 @@ - 1.0.8 + 1.0.9 @@ -158,4 +165,7 @@ + + + \ No newline at end of file diff --git a/example/XamarinExample.iOS/XamarinExample.iOS.sln b/example/XamarinExample.iOS/XamarinExample.iOS.sln new file mode 100644 index 0000000..700a7ec --- /dev/null +++ b/example/XamarinExample.iOS/XamarinExample.iOS.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.810.22 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamarinExample.iOS", "XamarinExample.iOS.csproj", "{17B9A96E-1951-4325-BB45-2EF8DD4F42D0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|iPhoneSimulator = Release|iPhoneSimulator + Debug|iPhone = Debug|iPhone + Release|iPhone = Release|iPhone + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Debug|iPhone.ActiveCfg = Debug|iPhone + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Debug|iPhone.Build.0 = Debug|iPhone + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Release|iPhone.ActiveCfg = Release|iPhone + {17B9A96E-1951-4325-BB45-2EF8DD4F42D0}.Release|iPhone.Build.0 = Release|iPhone + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3D40E2AA-4218-47EE-8CC0-93D62D1B0A6D} + EndGlobalSection +EndGlobal diff --git a/example/XamarinExample.iOS/iTunesArtwork@2x b/example/XamarinExample.iOS/iTunesArtwork@2x new file mode 100644 index 0000000..01a7c20 Binary files /dev/null and b/example/XamarinExample.iOS/iTunesArtwork@2x differ diff --git a/example/XamarinExample.sln b/example/XamarinExample.sln index 6db2881..67594ef 100644 --- a/example/XamarinExample.sln +++ b/example/XamarinExample.sln @@ -96,4 +96,7 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {D83EFFAD-9B91-420E-AE4D-39F7238550CF} EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + version = 1.0.1 + EndGlobalSection EndGlobal diff --git a/example/XamarinExample/XamarinExample.csproj b/example/XamarinExample/XamarinExample.csproj index 8bf61fc..db3f272 100644 --- a/example/XamarinExample/XamarinExample.csproj +++ b/example/XamarinExample/XamarinExample.csproj @@ -3,6 +3,7 @@ netstandard2.0 true + 1.0.1 @@ -12,9 +13,9 @@ - - - + + + diff --git a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj index 4357976..2b2ae81 100644 --- a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj +++ b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj @@ -13,7 +13,7 @@ PackageReference true ExponeaSDK.iOS.Notifications - 2.11.3 + 2.11.3.1 Exponea Binding library for ExponeaSDKNotifications Exponea diff --git a/ios/ExponeaSDK.iOS.Notifications/mono_crash.11a67480d0.0.json b/ios/ExponeaSDK.iOS.Notifications/mono_crash.11a67480d0.0.json deleted file mode 100644 index da658f6..0000000 --- a/ios/ExponeaSDK.iOS.Notifications/mono_crash.11a67480d0.0.json +++ /dev/null @@ -1,725 +0,0 @@ -{ - "protocol_version" : "0.0.6", - "configuration" : { - "version" : "(6.12.0.162) (2020-02/2ca650f1f62)", - "tlc" : "normal", - "sigsgev" : "altstack", - "notifications" : "kqueue", - "architecture" : "amd64", - "disabled_features" : "none", - "smallconfig" : "disabled", - "bigarrays" : "disabled", - "softdebug" : "enabled", - "interpreter" : "enabled", - "llvm_support" : "0", - "suspend" : "hybrid" - }, - "memory" : { - "Resident Size" : "118378496", - "Virtual Size" : "4872196096", - "minor_gc_time" : "0", - "major_gc_time" : "0", - "minor_gc_count" : "0", - "major_gc_count" : "0", - "major_gc_time_concurrent" : "0" - }, - "threads" : [ - { - "is_managed" : false, - "offset_free_hash" : "0x0", - "offset_rich_hash" : "0x0", - "crashed" : false, - "native_thread_id" : "0x700008c0d000", - "thread_info_addr" : "0x7f90c9838a00", - "thread_name" : "Finalizer", - "ctx" : { - "IP" : "0x7fff204ed2f6", - "SP" : "0x700008c0ceb8", - "BP" : "0x700008c0cf00" - }, - "unmanaged_frames" : [ - { - "is_managed" : "false", - "native_address" : "0x1080986e6", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108234065", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108233d97", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1081047d0", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20567d7d", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "unregistered" - } -, - { - "is_managed" : "false", - "native_address" : "0x108234cad", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff205228fc", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2051e443", - "native_offset" : "0x00000" - } - - ] - }, - { - "is_managed" : false, - "offset_free_hash" : "0x0", - "offset_rich_hash" : "0x0", - "crashed" : false, - "native_thread_id" : "0x111f38e00", - "thread_info_addr" : "0x7f90ca008200", - "thread_name" : "tid_103", - "ctx" : { - "IP" : "0x7fff204efcde", - "SP" : "0x7ffee7c17b78", - "BP" : "0x7ffee7c17c20" - }, - "unmanaged_frames" : [ - { - "is_managed" : "false", - "native_address" : "0x1080986e6", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108234065", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108233d97", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1081047d0", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20567d7d", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7ffee7c17a00", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082cee30", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082e6f61", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108230f84", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108230d8a", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x10805dc9a", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x107fe9d88", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2053df3d", - "native_offset" : "0x00000" - } - - ] - }, - { - "is_managed" : true, - "offset_free_hash" : "0x11a67480d0", - "offset_rich_hash" : "0x11a67485e5", - "crashed" : true, - "native_thread_id" : "0x70000b00c000", - "thread_info_addr" : "0x7f90caac6e00", - "thread_name" : "tid_6403", - "ctx" : { - "IP" : "0x7fff204f392e", - "SP" : "0x70000b004b28", - "BP" : "0x70000b004b50" - }, - "managed_frames" : [ - { - "is_managed" : "false", - "native_address" : "unregistered" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00015" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x600427f", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x0026a" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x600447f", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00043" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed3", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00071" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed1", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed0", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x0002b" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x600427e", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00093" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0xffffffff" - } -, - { - "is_managed" : "false", - "native_address" : "unregistered" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x6004477", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x0003a" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001f2b", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00025" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed3", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00071" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed1", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed0", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x0002b" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x0002a" - } - - ], - "unmanaged_frames" : [ - { - "is_managed" : "false", - "native_address" : "0x1080986e6", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108234065", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082346da", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108105897", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x10809d37e", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108104b8f", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20567d7d", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "unregistered" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20477406", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082f1f07", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082d2d6f", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082f239e", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082f251f", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082f255a", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x1082e6d2e", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x10822e5d1", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x10823524d", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108232ebc", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x600427f", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x600447f", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed3", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed1", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff27313eff", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2731306e", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff27312f67", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff273164d7", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20646a62", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2061aa44", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2061a925", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20618faf", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff20617f8c", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2069e8b2", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x10af5efcc", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x00000", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "2CEF2219-E8E1-4EB5-A8EE-F57E30F81AC0", - "token" : "0x6004477", - "native_offset" : "0x0", - "filename" : "System.dll", - "sizeofimage" : "0x290000", - "timestamp" : "0xbcf2e890", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001f2b", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "true", - "guid" : "E068E222-7AB7-4C1B-B3D7-24EBAAB0E3FF", - "token" : "0x6001ed1", - "native_offset" : "0x0", - "filename" : "mscorlib.dll", - "sizeofimage" : "0x472000", - "timestamp" : "0x9123892d", - "il_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x107ffa562", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108209e97", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108210740", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x108234ced", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff205228fc", - "native_offset" : "0x00000" - } -, - { - "is_managed" : "false", - "native_address" : "0x7fff2051e443", - "native_offset" : "0x00000" - } - - ] -} -] -} \ No newline at end of file diff --git a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj index 550bee1..8429181 100644 --- a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj +++ b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj @@ -12,10 +12,10 @@ ExponeaSDK.iOS PackageReference ExponeaSDK.iOS - 2.11.3 + 2.11.3.1 Exponea Binding library for native iOS ExponeaSDK - 2.11.3 + 2.11.3.1 false true Exponea diff --git a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj index 6efb53d..e46c646 100644 --- a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj +++ b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj @@ -10,26 +10,9 @@ CC353C2F273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC353C2E273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; CC353C42273D26E100319DF9 /* ExponeaNotificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC353C41273D26E100319DF9 /* ExponeaNotificationHandler.swift */; }; CC6D2C7227D0F14800DDF046 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; }; - CC6D2C7327D0F14800DDF046 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC6D2C7427D0F14800DDF046 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; }; - CC6D2C7527D0F14800DDF046 /* ExponeaSDKShared.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ -/* Begin PBXCopyFilesBuildPhase section */ - CC6D2C7627D0F14800DDF046 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - CC6D2C7527D0F14800DDF046 /* ExponeaSDKShared.xcframework in Embed Frameworks */, - CC6D2C7327D0F14800DDF046 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ CC353C2B273D236D00319DF9 /* ExponeaSDKNotificationsProxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ExponeaSDKNotificationsProxy.framework; sourceTree = BUILT_PRODUCTS_DIR; }; CC353C2E273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExponeaSDKNotificationsProxy.h; sourceTree = ""; }; @@ -108,7 +91,6 @@ CC353C27273D236D00319DF9 /* Sources */, CC353C28273D236D00319DF9 /* Frameworks */, CC353C29273D236D00319DF9 /* Resources */, - CC6D2C7627D0F14800DDF046 /* Embed Frameworks */, ); buildRules = ( ); @@ -303,10 +285,10 @@ buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -323,6 +305,8 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKNotificationsProxy; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -336,10 +320,10 @@ buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -356,6 +340,8 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKNotificationsProxy; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; diff --git a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate index e731e58..48778de 100644 Binary files a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/generateFrameworks b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/generateFrameworks index bf03164..b768512 100755 --- a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/generateFrameworks +++ b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/generateFrameworks @@ -3,7 +3,7 @@ # Builds a fat library for a given xcode project (framework) echo "Define parameters" -IOS_SDK_VERSION="15.2" # xcodebuild -showsdks +IOS_SDK_VERSION="15.4" # xcodebuild -showsdks SWIFT_PROJECT_NAME="ExponeaSDKNotificationsProxy" declare -a frameworks=("ExponeaSDKNotificationsProxy" "ExponeaSDKNotifications" "ExponeaSDKShared") diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj index bc443ee..4e6b3c6 100644 --- a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj +++ b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj @@ -19,14 +19,10 @@ CC353BEC273BEA5600319DF9 /* Nimble in Frameworks */ = {isa = PBXBuildFile; productRef = CC353BEB273BEA5600319DF9 /* Nimble */; }; CC353BF2273BEA8200319DF9 /* Quick in Frameworks */ = {isa = PBXBuildFile; productRef = CC353BF1273BEA8200319DF9 /* Quick */; }; CC353C45273D275300319DF9 /* AnyCodable.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; }; - CC353C46273D275300319DF9 /* AnyCodable.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC48EA3426D510B9006B220D /* ConfigParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC48EA3326D510B9006B220D /* ConfigParser.swift */; }; CC6D2C7727D0F24900DDF046 /* ExponeaSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; }; - CC6D2C7827D0F24900DDF046 /* ExponeaSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC6D2C7927D0F24900DDF046 /* ExponeaSDKObjC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; }; - CC6D2C7A27D0F24900DDF046 /* ExponeaSDKObjC.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC6D2C7B27D0F24900DDF046 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; }; - CC6D2C7C27D0F24900DDF046 /* ExponeaSDKShared.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CCABBB9126D632E000DC0DC4 /* ExponeaError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCABBB9026D632E000DC0DC4 /* ExponeaError.swift */; }; CCABBB9326D632F200DC0DC4 /* ExponeaDataError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCABBB9226D632F200DC0DC4 /* ExponeaDataError.swift */; }; CCABBB9526D6330D00DC0DC4 /* JsonDataParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCABBB9426D6330D00DC0DC4 /* JsonDataParser.swift */; }; @@ -48,23 +44,6 @@ }; /* End PBXContainerItemProxy section */ -/* Begin PBXCopyFilesBuildPhase section */ - CC353C49273D275300319DF9 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - CC6D2C7C27D0F24900DDF046 /* ExponeaSDKShared.xcframework in Embed Frameworks */, - CC6D2C7A27D0F24900DDF046 /* ExponeaSDKObjC.xcframework in Embed Frameworks */, - CC353C46273D275300319DF9 /* AnyCodable.xcframework in Embed Frameworks */, - CC6D2C7827D0F24900DDF046 /* ExponeaSDK.xcframework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ CC353BCF273BE9A500319DF9 /* ExponeaSDKProxyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExponeaSDKProxyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; CC353BD9273BE9E100319DF9 /* ExponeaSDKProxyTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ExponeaSDKProxyTests-Bridging-Header.h"; sourceTree = ""; }; @@ -228,7 +207,6 @@ CCE77DB626AFF2D7008866B0 /* Sources */, CCE77DB726AFF2D7008866B0 /* Frameworks */, CCE77DB826AFF2D7008866B0 /* Resources */, - CC353C49273D275300319DF9 /* Embed Frameworks */, ); buildRules = ( ); @@ -375,9 +353,11 @@ buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -388,6 +368,8 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKProxyTests; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_OBJC_BRIDGING_HEADER = "ExponeaSDKProxyTests/ExponeaSDKProxyTests-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -401,9 +383,11 @@ buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -414,6 +398,8 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKProxyTests; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_OBJC_BRIDGING_HEADER = "ExponeaSDKProxyTests/ExponeaSDKProxyTests-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -551,9 +537,11 @@ ARCHS = "$(ARCHS_STANDARD)"; BUILD_LIBRARY_FOR_DISTRIBUTION = NO; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -569,6 +557,8 @@ ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKProxy; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -583,9 +573,10 @@ ARCHS = "$(ARCHS_STANDARD)"; BUILD_LIBRARY_FOR_DISTRIBUTION = NO; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_IDENTITY = "iPhone Distribution"; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = UVDCL7YSZS; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -600,6 +591,8 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.exponea.ExponeaSDKProxy; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate index 9268a55..dc0f01d 100644 Binary files a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/mista.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/generateFrameworks b/ios/native SDK wrapper/ExponeaSDKProxy/generateFrameworks index e542ad7..e9a49fc 100755 --- a/ios/native SDK wrapper/ExponeaSDKProxy/generateFrameworks +++ b/ios/native SDK wrapper/ExponeaSDKProxy/generateFrameworks @@ -3,7 +3,7 @@ # Builds a fat library for a given xcode project (framework) echo "Define parameters" -IOS_SDK_VERSION="15.2" # xcodebuild -showsdks +IOS_SDK_VERSION="15.4" # xcodebuild -showsdks SWIFT_PROJECT_NAME="ExponeaSDKProxy" declare -a frameworks=("ExponeaSDKProxy" "ExponeaSDK" "ExponeaSDKShared" "ExponeaSDKObjC" "AnyCodable") diff --git a/pcl/ExponeaSDK.csproj b/pcl/ExponeaSDK.csproj index 8afb37a..fda255f 100644 --- a/pcl/ExponeaSDK.csproj +++ b/pcl/ExponeaSDK.csproj @@ -4,7 +4,7 @@ xamarinios10 monoandroid11.0 netstandard2.0;$(Target_iOS);$(Target_Android) - 1.0.0 + 1.0.1 false ExponeaSdk Exponea @@ -16,7 +16,7 @@ https://spdx.org/licenses/MIT Exponea Exponea SDK allows your application to interact with the Exponea Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value. - 1.0.0 + 1.0.1 false ExponeaSDK https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&v=beta&t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ @@ -29,12 +29,10 @@ 8.0 - - @@ -49,9 +47,11 @@ + - + +