Skip to content

Commit f2aabf7

Browse files
authored
Change CoreData transformers (#34)
* Change CoreData transformers (#33) * Fix CoreData transformers * Update Backtrace-PLCrashReporter * Reorganize example projects * Add script for uploading dSYMs * Update project configuration * Fix retrieving information about HW_MACHINE, HW_MODEL * Update gems * Update upload_dsyms.sh script * Set Ruby version to 2.6.4 * Update Fastfile * Update .travis.yml * Update Cocoapods * Remove running tvOS tests on CI as it is not officially supported
1 parent afe321a commit f2aabf7

File tree

83 files changed

+707
-477
lines changed

Some content is hidden

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

83 files changed

+707
-477
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.5
1+
2.6.4

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: swift
22
os: osx
3-
osx_image: xcode10.2
3+
osx_image: xcode11.2
44
before_install:
5-
- gem install bundler:2.0.2
65
- bundler install
7-
- bundle update
6+
- bundle install
87
- bundle exec pod repo update
9-
- bundle exec pod update
8+
- bundle exec pod install
109
script:
1110
- bundle exec fastlane ios tests
1211
- bundle exec fastlane mac tests
13-
- bundle exec fastlane tvos tests

Backtrace.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "Backtrace"
12-
s.version = "1.5.2"
12+
s.version = "1.5.3"
1313
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
1414
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
1515
s.homepage = "https://backtrace.io/"

Backtrace.xcodeproj/project.pbxproj

Lines changed: 397 additions & 301 deletions
Large diffs are not rendered by default.

Backtrace.xcodeproj/xcshareddata/xcschemes/Backtrace-iOS.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
</BuildActionEntry>
2323
<BuildActionEntry
2424
buildForTesting = "YES"
25-
buildForRunning = "YES"
26-
buildForProfiling = "YES"
27-
buildForArchiving = "YES"
28-
buildForAnalyzing = "YES">
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "NO">
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
3131
BlueprintIdentifier = "F2C2FA5821BBD26300934744"

Backtrace.xcodeproj/xcshareddata/xcschemes/Backtrace-macOS.xcscheme

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "F266B81121C77AC800D14417"
34+
BuildableName = "Backtrace.framework"
35+
BlueprintName = "Backtrace-macOS"
36+
ReferencedContainer = "container:Backtrace.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -44,17 +53,6 @@
4453
</SkippedTests>
4554
</TestableReference>
4655
</Testables>
47-
<MacroExpansion>
48-
<BuildableReference
49-
BuildableIdentifier = "primary"
50-
BlueprintIdentifier = "F266B81121C77AC800D14417"
51-
BuildableName = "Backtrace.framework"
52-
BlueprintName = "Backtrace-macOS"
53-
ReferencedContainer = "container:Backtrace.xcodeproj">
54-
</BuildableReference>
55-
</MacroExpansion>
56-
<AdditionalOptions>
57-
</AdditionalOptions>
5856
</TestAction>
5957
<LaunchAction
6058
buildConfiguration = "Debug"
@@ -75,8 +73,6 @@
7573
ReferencedContainer = "container:Backtrace.xcodeproj">
7674
</BuildableReference>
7775
</MacroExpansion>
78-
<AdditionalOptions>
79-
</AdditionalOptions>
8076
</LaunchAction>
8177
<ProfileAction
8278
buildConfiguration = "Release"

Backtrace.xcodeproj/xcshareddata/xcschemes/Backtrace-tvOS.xcscheme

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "28F95BAF22525DCC003936E0"
34+
BuildableName = "Backtrace.framework"
35+
BlueprintName = "Backtrace-tvOS"
36+
ReferencedContainer = "container:Backtrace.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "28F95BAF22525DCC003936E0"
46-
BuildableName = "Backtrace.framework"
47-
BlueprintName = "Backtrace-tvOS"
48-
ReferencedContainer = "container:Backtrace.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:Backtrace.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

Backtrace.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</TestAction>
5252
<LaunchAction
5353
buildConfiguration = "Debug"
54-
selectedDebuggerIdentifier = ""
55-
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
54+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
55+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5656
launchStyle = "0"
5757
useCustomWorkingDirectory = "NO"
5858
ignoresPersistentStateOnLaunch = "NO"

Backtrace.xcodeproj/xcshareddata/xcschemes/Example-macOS-ObjC.xcscheme

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:Backtrace.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:Backtrace.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>PreviewsEnabled</key>
6+
<false/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)