Skip to content

Commit eecc386

Browse files
authored
Bumps submodules, ensure we never build with CLANG_COVERAGE (parse-community#1321)
1 parent 21bb6c2 commit eecc386

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.0"
2-
github "erikdoe/OCMock" "v3.4.1"
3-
github "facebook/facebook-ios-sdk" "sdk-version-4.32.0"
2+
github "erikdoe/OCMock" "v3.4.2"
3+
github "facebook/facebook-ios-sdk" "sdk-version-4.34.0"
Submodule facebook-ios-sdk updated 92 files

Parse.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Pod::Spec.new do |s|
136136

137137
s.dependency 'Parse/Core'
138138
s.dependency 'Bolts', '~> 1.9'
139-
s.dependency 'FBSDKTVOSKit', '~> 4.29'
140-
s.dependency 'FBSDKShareKit', '4.28'
139+
s.dependency 'FBSDKTVOSKit', '~> 4.33'
140+
s.dependency 'FBSDKShareKit', '~> 4.33'
141141
end
142142

143143
s.subspec 'TwitterUtils' do |s|

ParseFacebookUtils/ParseFacebookUtils.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@
13171317
baseConfigurationReference = 8121EAAC1D39862400AC0B02 /* Release.xcconfig */;
13181318
buildSettings = {
13191319
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1320+
CLANG_ENABLE_CODE_COVERAGE = NO;
13201321
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
13211322
CLANG_WARN_COMMA = YES;
13221323
CLANG_WARN_INFINITE_RECURSION = YES;

ParseTwitterUtils/ParseTwitterUtils.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@
993993
isa = XCBuildConfiguration;
994994
baseConfigurationReference = 815462301D37FE6E0069489A /* Release.xcconfig */;
995995
buildSettings = {
996+
CLANG_ENABLE_CODE_COVERAGE = NO;
996997
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
997998
CLANG_WARN_COMMA = YES;
998999
CLANG_WARN_INFINITE_RECURSION = YES;

ParseUI/ParseUI.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,6 +1928,7 @@
19281928
baseConfigurationReference = 4A9A948E200D02CE005D8F4B /* Debug.xcconfig */;
19291929
buildSettings = {
19301930
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1931+
CLANG_ENABLE_CODE_COVERAGE = NO;
19311932
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
19321933
CLANG_WARN_BOOL_CONVERSION = YES;
19331934
CLANG_WARN_COMMA = YES;
@@ -1965,6 +1966,7 @@
19651966
baseConfigurationReference = 4A9A948F200D02CE005D8F4B /* Release.xcconfig */;
19661967
buildSettings = {
19671968
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1969+
CLANG_ENABLE_CODE_COVERAGE = NO;
19681970
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
19691971
CLANG_WARN_BOOL_CONVERSION = YES;
19701972
CLANG_WARN_COMMA = YES;

0 commit comments

Comments
 (0)