Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit f2fce27

Browse files
authored
Merge pull request #26 from measurement-kit/feature/simulator
Allow easily running code on simulator
2 parents 888c07d + 04bb9a7 commit f2fce27

File tree

3 files changed

+3
-51
lines changed

3 files changed

+3
-51
lines changed

mkall.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "mkall"
3-
s.version = "0.6.1"
3+
s.version = "0.6.2"
44
s.summary = "Measurement Kit iOS libraries"
55
s.author = "Simone Basso"
66
s.homepage = "https://github.com/measurement-kit"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
}
1212
s.prepare_command = <<-CMD
1313
url="https://github.com/measurement-kit/mkall-ios/releases/download/v#{s.version}/mkall.framework.zip"
14-
sha256="a24ff1bf9d11a5a6554193b1cc08099b014cf3aa75de2373121acd36a16e3beb"
14+
sha256="fe612909ad228b6700baff3cb7ad07dd8ef20e7fad7fc47a3743ea940215875f"
1515
./script/cocoapods/prepare $url $sha256
1616
CMD
1717
s.platform = :ios, "9.0"

mkall.xcodeproj/xcshareddata/xcschemes/mkall.xcscheme

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
enableAddressSanitizer = "YES"
30-
enableASanStackUseAfterReturn = "YES"
31-
enableUBSanitizer = "YES"
3229
shouldUseLaunchSchemeArgsEnv = "YES">
3330
<Testables>
3431
<TestableReference
@@ -52,41 +49,16 @@
5249
</BuildableReference>
5350
</MacroExpansion>
5451
<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>
7552
</AdditionalOptions>
7653
</TestAction>
7754
<LaunchAction
7855
buildConfiguration = "Debug"
7956
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
8057
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
81-
enableAddressSanitizer = "YES"
82-
enableASanStackUseAfterReturn = "YES"
83-
enableUBSanitizer = "YES"
8458
launchStyle = "0"
8559
useCustomWorkingDirectory = "NO"
8660
ignoresPersistentStateOnLaunch = "NO"
8761
debugDocumentVersioning = "YES"
88-
stopOnEveryUBSanitizerIssue = "YES"
89-
stopOnEveryMainThreadCheckerIssue = "YES"
9062
debugServiceExtension = "internal"
9163
allowLocationSimulation = "YES">
9264
<MacroExpansion>
@@ -99,26 +71,6 @@
9971
</BuildableReference>
10072
</MacroExpansion>
10173
<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>
12274
</AdditionalOptions>
12375
</LaunchAction>
12476
<ProfileAction

mkall/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.6.1</string>
18+
<string>0.6.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)