This repository was archived by the owner on Mar 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-51
lines changed
mkall.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +3
-51
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "mkall"
3
- s . version = "0.6.1 "
3
+ s . version = "0.6.2 "
4
4
s . summary = "Measurement Kit iOS libraries"
5
5
s . author = "Simone Basso"
6
6
s . homepage = "https://github.com/measurement-kit"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
}
12
12
s . prepare_command = <<-CMD
13
13
url="https://github.com/measurement-kit/mkall-ios/releases/download/v#{ s . version } /mkall.framework.zip"
14
- sha256="a24ff1bf9d11a5a6554193b1cc08099b014cf3aa75de2373121acd36a16e3beb "
14
+ sha256="fe612909ad228b6700baff3cb7ad07dd8ef20e7fad7fc47a3743ea940215875f "
15
15
./script/cocoapods/prepare $url $sha256
16
16
CMD
17
17
s . platform = :ios , "9.0"
Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
- enableAddressSanitizer = " YES"
30
- enableASanStackUseAfterReturn = " YES"
31
- enableUBSanitizer = " YES"
32
29
shouldUseLaunchSchemeArgsEnv = " YES" >
33
30
<Testables >
34
31
<TestableReference
52
49
</BuildableReference >
53
50
</MacroExpansion >
54
51
<AdditionalOptions >
55
- <AdditionalOption
56
- key = " DYLD_PRINT_LIBRARIES"
57
- value = " "
58
- isEnabled = " YES" >
59
- </AdditionalOption >
60
- <AdditionalOption
61
- key = " DYLD_PRINT_APIS"
62
- value = " "
63
- isEnabled = " YES" >
64
- </AdditionalOption >
65
- <AdditionalOption
66
- key = " NSZombieEnabled"
67
- value = " YES"
68
- isEnabled = " YES" >
69
- </AdditionalOption >
70
- <AdditionalOption
71
- key = " MallocScribble"
72
- value = " "
73
- isEnabled = " YES" >
74
- </AdditionalOption >
75
52
</AdditionalOptions >
76
53
</TestAction >
77
54
<LaunchAction
78
55
buildConfiguration = " Debug"
79
56
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
80
57
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
81
- enableAddressSanitizer = " YES"
82
- enableASanStackUseAfterReturn = " YES"
83
- enableUBSanitizer = " YES"
84
58
launchStyle = " 0"
85
59
useCustomWorkingDirectory = " NO"
86
60
ignoresPersistentStateOnLaunch = " NO"
87
61
debugDocumentVersioning = " YES"
88
- stopOnEveryUBSanitizerIssue = " YES"
89
- stopOnEveryMainThreadCheckerIssue = " YES"
90
62
debugServiceExtension = " internal"
91
63
allowLocationSimulation = " YES" >
92
64
<MacroExpansion >
99
71
</BuildableReference >
100
72
</MacroExpansion >
101
73
<AdditionalOptions >
102
- <AdditionalOption
103
- key = " DYLD_PRINT_LIBRARIES"
104
- value = " "
105
- isEnabled = " YES" >
106
- </AdditionalOption >
107
- <AdditionalOption
108
- key = " DYLD_PRINT_APIS"
109
- value = " "
110
- isEnabled = " YES" >
111
- </AdditionalOption >
112
- <AdditionalOption
113
- key = " NSZombieEnabled"
114
- value = " YES"
115
- isEnabled = " YES" >
116
- </AdditionalOption >
117
- <AdditionalOption
118
- key = " MallocScribble"
119
- value = " "
120
- isEnabled = " YES" >
121
- </AdditionalOption >
122
74
</AdditionalOptions >
123
75
</LaunchAction >
124
76
<ProfileAction
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.6.1 </string >
18
+ <string >0.6.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments