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

Commit

Permalink
Flurry-iOS-SDK 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Hays committed Jan 24, 2023
1 parent 5005efa commit 3fc94cf
Show file tree
Hide file tree
Showing 172 changed files with 386 additions and 300 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>Flurry-Package.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>Flurry.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>FlurryConfig.xcscheme_^#shared#^_</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription
let package = Package(
name: "Flurry",
platforms: [
.iOS(.v9),
.tvOS(.v9),
.iOS(.v10),
.tvOS(.v10),
.watchOS(.v2)
],
products: [
Expand Down
Binary file added artifacts/.DS_Store
Binary file not shown.
43 changes: 20 additions & 23 deletions artifacts/CrashReporter.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>CrashReporter.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>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>CrashReporter.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -27,44 +30,36 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_arm64e</string>
<key>LibraryPath</key>
<string>CrashReporter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64e</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>CrashReporter.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>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CrashReporter.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -73,22 +68,24 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CrashReporter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</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 @@ -140,14 +140,4 @@
# endif
#endif /* PLCR_PRIVATE */

#ifdef PLCR_PRIVATE
# if TARGET_OS_MACCATALYST
# include <os/log.h>
# define PLCR_LOG(msg, args...) os_log(OS_LOG_DEFAULT, "[PLCrashReporter] " msg, ## args)
# else
# include <asl.h>
# define PLCR_LOG(msg, args...) asl_log(NULL, NULL, ASL_LEVEL_INFO, "[PLCrashReporter] " msg, ## args)
# endif /* TARGET_OS_MACCATALYST */
#endif /* PLCR_PRIVATE */

#endif /* PLCRASH_CONSTANTS_H */
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* This may be used to avoid symbol conflicts between multiple libraries
* that may both incorporate PLCrashReporter.
*/
#define PLCRASHREPORTER_PREFIX Flurry
#define PLCRASHREPORTER_PREFIX Flurry


// We need two extra layers of indirection to make CPP substitute
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.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,4 @@
# endif
#endif /* PLCR_PRIVATE */

#ifdef PLCR_PRIVATE
# if TARGET_OS_MACCATALYST
# include <os/log.h>
# define PLCR_LOG(msg, args...) os_log(OS_LOG_DEFAULT, "[PLCrashReporter] " msg, ## args)
# else
# include <asl.h>
# define PLCR_LOG(msg, args...) asl_log(NULL, NULL, ASL_LEVEL_INFO, "[PLCrashReporter] " msg, ## args)
# endif /* TARGET_OS_MACCATALYST */
#endif /* PLCR_PRIVATE */

#endif /* PLCRASH_CONSTANTS_H */
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* This may be used to avoid symbol conflicts between multiple libraries
* that may both incorporate PLCrashReporter.
*/
#define PLCRASHREPORTER_PREFIX Flurry
#define PLCRASHREPORTER_PREFIX Flurry


// We need two extra layers of indirection to make CPP substitute
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>21F79</string>
<string>21G320</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1341</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<string>14C18</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
Expand Up @@ -140,14 +140,4 @@
# endif
#endif /* PLCR_PRIVATE */

#ifdef PLCR_PRIVATE
# if TARGET_OS_MACCATALYST
# include <os/log.h>
# define PLCR_LOG(msg, args...) os_log(OS_LOG_DEFAULT, "[PLCrashReporter] " msg, ## args)
# else
# include <asl.h>
# define PLCR_LOG(msg, args...) asl_log(NULL, NULL, ASL_LEVEL_INFO, "[PLCrashReporter] " msg, ## args)
# endif /* TARGET_OS_MACCATALYST */
#endif /* PLCR_PRIVATE */

#endif /* PLCRASH_CONSTANTS_H */
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* This may be used to avoid symbol conflicts between multiple libraries
* that may both incorporate PLCrashReporter.
*/
#define PLCRASHREPORTER_PREFIX Flurry
#define PLCRASHREPORTER_PREFIX Flurry


// We need two extra layers of indirection to make CPP substitute
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>21F79</string>
<string>21G320</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1341</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<string>14C18</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
Expand Up @@ -140,14 +140,4 @@
# endif
#endif /* PLCR_PRIVATE */

#ifdef PLCR_PRIVATE
# if TARGET_OS_MACCATALYST
# include <os/log.h>
# define PLCR_LOG(msg, args...) os_log(OS_LOG_DEFAULT, "[PLCrashReporter] " msg, ## args)
# else
# include <asl.h>
# define PLCR_LOG(msg, args...) asl_log(NULL, NULL, ASL_LEVEL_INFO, "[PLCrashReporter] " msg, ## args)
# endif /* TARGET_OS_MACCATALYST */
#endif /* PLCR_PRIVATE */

#endif /* PLCRASH_CONSTANTS_H */
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* This may be used to avoid symbol conflicts between multiple libraries
* that may both incorporate PLCrashReporter.
*/
#define PLCRASHREPORTER_PREFIX Flurry
#define PLCRASHREPORTER_PREFIX Flurry


// We need two extra layers of indirection to make CPP substitute
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>21F79</string>
<string>21G320</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.10.1</string>
<string>1.11.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1341</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<string>14C18</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
Expand Up @@ -140,14 +140,4 @@
# endif
#endif /* PLCR_PRIVATE */

#ifdef PLCR_PRIVATE
# if TARGET_OS_MACCATALYST
# include <os/log.h>
# define PLCR_LOG(msg, args...) os_log(OS_LOG_DEFAULT, "[PLCrashReporter] " msg, ## args)
# else
# include <asl.h>
# define PLCR_LOG(msg, args...) asl_log(NULL, NULL, ASL_LEVEL_INFO, "[PLCrashReporter] " msg, ## args)
# endif /* TARGET_OS_MACCATALYST */
#endif /* PLCR_PRIVATE */

#endif /* PLCRASH_CONSTANTS_H */
Loading

0 comments on commit 3fc94cf

Please sign in to comment.