Skip to content

Commit

Permalink
Merge pull request #16 from thomasvl/update
Browse files Browse the repository at this point in the history
Merging in some updates.
  • Loading branch information
thomasvl authored Aug 5, 2016
2 parents 3499a8e + 4905536 commit f266b0b
Show file tree
Hide file tree
Showing 225 changed files with 24,658 additions and 19,649 deletions.
2 changes: 1 addition & 1 deletion Deps/gtm-oauth2
2 changes: 1 addition & 1 deletion Deps/gtm-session-fetcher
12 changes: 12 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudMonitoring/*.{h,m}'
end
s.subspec 'CloudNaturalLanguageAPI' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudNaturalLanguageAPI/*.{h,m}'
end
s.subspec 'CloudResourceManager' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudResourceManager/*.{h,m}'
Expand All @@ -117,6 +121,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudRuntimeConfig/*.{h,m}'
end
s.subspec 'CloudSpeechAPI' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudSpeechAPI/*.{h,m}'
end
s.subspec 'CloudTrace' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudTrace/*.{h,m}'
Expand Down Expand Up @@ -285,6 +293,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Script/*.{h,m}'
end
s.subspec 'ServiceControl' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/ServiceControl/*.{h,m}'
end
s.subspec 'Sheets' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Sheets/*.{h,m}'
Expand Down
2 changes: 2 additions & 0 deletions Source/GTLRCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Expand Down Expand Up @@ -1259,6 +1260,7 @@
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Expand Down
Loading

0 comments on commit f266b0b

Please sign in to comment.