Skip to content

Commit 063aa0b

Browse files
authored
Merge pull request #65 from xendit/3.8.1
[CC-8467] Add Sentry SDK - cocoapods
2 parents 46c86b8 + ebb61d9 commit 063aa0b

File tree

561 files changed

+39826
-1369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+39826
-1369
lines changed

Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
{
1414
"package": "Sentry",
15-
"repositoryURL": "https://github.com/getsentry/sentry-cocoa",
15+
"repositoryURL": "https://github.com/getsentry/sentry-cocoa.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "ac224c437a3070ffe34460137ac8761eddaf2852",
19-
"version": "8.3.3"
18+
"revision": "d277532e1c8af813981ba01f591b15bbdd735615",
19+
"version": "8.8.0"
2020
}
2121
}
2222
]

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "Xendit",
88
// Supported platforms
99
platforms: [
10-
.iOS(.v9)
10+
.iOS(.v9),
1111
],
1212
products: [
1313
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -19,7 +19,7 @@ let package = Package(
1919
// Dependencies declare other packages that this package depends on.
2020
// .package(url: /* package url */, from: "1.0.0"),
2121
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
22-
.package(url: "https://github.com/getsentry/sentry-cocoa.git", from: "8.3.3"),
22+
.package(url: "https://github.com/getsentry/sentry-cocoa.git", from: "8.8.0"),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Sentry.xcframework/Info.plist

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>DebugSymbolsPath</key>
9+
<string>dSYMs</string>
10+
<key>LibraryIdentifier</key>
11+
<string>watchos-arm64_i386_x86_64-simulator</string>
12+
<key>LibraryPath</key>
13+
<string>Sentry.framework</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
<string>i386</string>
18+
<string>x86_64</string>
19+
</array>
20+
<key>SupportedPlatform</key>
21+
<string>watchos</string>
22+
<key>SupportedPlatformVariant</key>
23+
<string>simulator</string>
24+
</dict>
25+
<dict>
26+
<key>DebugSymbolsPath</key>
27+
<string>dSYMs</string>
28+
<key>LibraryIdentifier</key>
29+
<string>ios-arm64</string>
30+
<key>LibraryPath</key>
31+
<string>Sentry.framework</string>
32+
<key>SupportedArchitectures</key>
33+
<array>
34+
<string>arm64</string>
35+
</array>
36+
<key>SupportedPlatform</key>
37+
<string>ios</string>
38+
</dict>
39+
<dict>
40+
<key>DebugSymbolsPath</key>
41+
<string>dSYMs</string>
42+
<key>LibraryIdentifier</key>
43+
<string>macos-arm64_x86_64</string>
44+
<key>LibraryPath</key>
45+
<string>Sentry.framework</string>
46+
<key>SupportedArchitectures</key>
47+
<array>
48+
<string>arm64</string>
49+
<string>x86_64</string>
50+
</array>
51+
<key>SupportedPlatform</key>
52+
<string>macos</string>
53+
</dict>
54+
<dict>
55+
<key>DebugSymbolsPath</key>
56+
<string>dSYMs</string>
57+
<key>LibraryIdentifier</key>
58+
<string>tvos-arm64_x86_64-simulator</string>
59+
<key>LibraryPath</key>
60+
<string>Sentry.framework</string>
61+
<key>SupportedArchitectures</key>
62+
<array>
63+
<string>arm64</string>
64+
<string>x86_64</string>
65+
</array>
66+
<key>SupportedPlatform</key>
67+
<string>tvos</string>
68+
<key>SupportedPlatformVariant</key>
69+
<string>simulator</string>
70+
</dict>
71+
<dict>
72+
<key>DebugSymbolsPath</key>
73+
<string>dSYMs</string>
74+
<key>LibraryIdentifier</key>
75+
<string>ios-arm64_x86_64-simulator</string>
76+
<key>LibraryPath</key>
77+
<string>Sentry.framework</string>
78+
<key>SupportedArchitectures</key>
79+
<array>
80+
<string>arm64</string>
81+
<string>x86_64</string>
82+
</array>
83+
<key>SupportedPlatform</key>
84+
<string>ios</string>
85+
<key>SupportedPlatformVariant</key>
86+
<string>simulator</string>
87+
</dict>
88+
<dict>
89+
<key>DebugSymbolsPath</key>
90+
<string>dSYMs</string>
91+
<key>LibraryIdentifier</key>
92+
<string>watchos-arm64_arm64_32_armv7k</string>
93+
<key>LibraryPath</key>
94+
<string>Sentry.framework</string>
95+
<key>SupportedArchitectures</key>
96+
<array>
97+
<string>arm64</string>
98+
<string>arm64_32</string>
99+
<string>armv7k</string>
100+
</array>
101+
<key>SupportedPlatform</key>
102+
<string>watchos</string>
103+
</dict>
104+
<dict>
105+
<key>DebugSymbolsPath</key>
106+
<string>dSYMs</string>
107+
<key>LibraryIdentifier</key>
108+
<string>tvos-arm64</string>
109+
<key>LibraryPath</key>
110+
<string>Sentry.framework</string>
111+
<key>SupportedArchitectures</key>
112+
<array>
113+
<string>arm64</string>
114+
</array>
115+
<key>SupportedPlatform</key>
116+
<string>tvos</string>
117+
</dict>
118+
</array>
119+
<key>CFBundlePackageType</key>
120+
<string>XFWK</string>
121+
<key>XCFrameworkFormatVersion</key>
122+
<string>1.0</string>
123+
</dict>
124+
</plist>

0 commit comments

Comments
 (0)