Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Flurry 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Hays committed Aug 16, 2023
1 parent dd4deeb commit da049b6
Show file tree
Hide file tree
Showing 62 changed files with 81 additions and 85 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Version 12.x

### Version 12.4.0 - 08/16/2023

* Resolves crash with timedId when string is very long
* Minimum iOS version is 12.0

### Version 12.3.1 - 06/16/2023

* Adds new apis to provide more flexibility for closing timed events
Expand Down
12 changes: 6 additions & 6 deletions Flurry-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@

Pod::Spec.new do |s|
s.name = 'Flurry-iOS-SDK'
s.version = '12.3.1'
s.version = '12.4.0'
s.summary = 'Flurry SDK for iOS'
s.license = { :type => 'Commercial', :file => 'Licenses/Flurry-LICENSE.txt' }
s.description = 'FlurrySDK consists of: Flurry for analytics tracking and reporting.'
s.homepage = 'http://developer.yahoo.com/flurry'
s.author = { 'Flurry' => '[email protected]' }
s.source = { :git => 'https://github.com/flurry/Flurry-iOS-SDK.git', :tag => s.version.to_s }
s.platforms = { :ios => '10.0', :tvos => '10.0' }
s.platforms = { :ios => '12.0', :tvos => '10.0' }
s.requires_arc = false
s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
s.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
s.default_subspec = 'FlurrySDK'


s.subspec 'FlurrySDK' do |ss|
ss.ios.deployment_target = '10.0'
ss.ios.deployment_target = '12.0'
ss.ios.frameworks = 'Foundation', 'SystemConfiguration', 'UIKit', 'Security'
ss.ios.vendored_frameworks = 'Flurry_iOS_SDK.xcframework'
ss.ios.dependency 'Flurry-iOS-SDK/CrashReporter'
Expand All @@ -41,13 +41,13 @@ Pod::Spec.new do |s|
end

s.subspec 'FlurryConfig' do |ss|
ss.platform = :ios, '10.0'
ss.platform = :ios, '12.0'
ss.ios.vendored_frameworks = 'Flurry_Config.xcframework'
ss.dependency 'Flurry-iOS-SDK/FlurrySDK'
end

s.subspec 'FlurryMessaging' do |ss|
ss.ios.deployment_target = '10.0'
ss.ios.deployment_target = '12.0'
ss.ios.vendored_frameworks = "Flurry_Messaging.xcframework"

ss.tvos.deployment_target = '10.0'
Expand All @@ -57,7 +57,7 @@ Pod::Spec.new do |s|
end

s.subspec 'CrashReporter' do |ss|
ss.ios.deployment_target = '10.0'
ss.ios.deployment_target = '12.0'
ss.tvos.deployment_target = '10.0'
ss.vendored_frameworks = "CrashReporter.xcframework"
end
Expand Down
10 changes: 5 additions & 5 deletions Flurry_Config.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_Config.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>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Flurry_Config.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.
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 @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
qvHW1laix6K8v+o0laev5O6yDOk=
0W114qccsmOPK5Zu9cBGNt/kPi4=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
16 changes: 8 additions & 8 deletions Flurry_Messaging.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_Messaging.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,13 +15,13 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_Messaging.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -30,33 +30,33 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Flurry_Messaging.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>Flurry_Messaging.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
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 @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
zq4kRWXJo9x4IKxBwhxPNIlHBEI=
lMcwPl2FJg2LfeRZVcOMlkQzmHU=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
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 @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
8h9MPqYh97dS+jJZ8dfnVdtByPQ=
UwkQcZNZ5hbGN/TZjJZvZXUWpWo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
42 changes: 21 additions & 21 deletions Flurry_iOS_SDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,93 +15,93 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>watchos-arm64_arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>watchos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_arm64_32_armv7k</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flurry_iOS_SDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<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
Expand Up @@ -1006,7 +1006,6 @@ NS_SWIFT_NAME(log(eventName:parameters:timed:));
+ (void)endTimedEvent:(nonnull NSString *)eventName withParameters:(nullable NSDictionary *)parameters
NS_SWIFT_NAME(endTimedEvent(eventName:parameters:)); // non-nil parameters will update the parameters


/*!
* @brief Records a timed event specified by @c eventId.
* @since 12.3.1
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,6 @@ NS_SWIFT_NAME(log(eventName:parameters:timed:));
+ (void)endTimedEvent:(nonnull NSString *)eventName withParameters:(nullable NSDictionary *)parameters
NS_SWIFT_NAME(endTimedEvent(eventName:parameters:)); // non-nil parameters will update the parameters


/*!
* @brief Records a timed event specified by @c eventId.
* @since 12.3.1
Expand Down
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>21G646</string>
<string>22G74</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>14C18</string>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1420</string>
<string>1431</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<string>14E300c</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,6 @@ NS_SWIFT_NAME(log(eventName:parameters:timed:));
+ (void)endTimedEvent:(nonnull NSString *)eventName withParameters:(nullable NSDictionary *)parameters
NS_SWIFT_NAME(endTimedEvent(eventName:parameters:)); // non-nil parameters will update the parameters


/*!
* @brief Records a timed event specified by @c eventId.
* @since 12.3.1
Expand Down
Loading

0 comments on commit da049b6

Please sign in to comment.