diff --git a/install_custom_module_map/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h b/install_custom_module_map/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h index 09826d78f..200a8e1b0 100644 --- a/install_custom_module_map/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h +++ b/install_custom_module_map/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_ExampleVersionNumber; diff --git a/install_custom_module_name/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h b/install_custom_module_name/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h index 09826d78f..200a8e1b0 100644 --- a/install_custom_module_name/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h +++ b/install_custom_module_name/after/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_ExampleVersionNumber; diff --git a/install_custom_module_name/after/Pods/Target Support Files/SocketRocket/SocketRocket-umbrella.h b/install_custom_module_name/after/Pods/Target Support Files/SocketRocket/SocketRocket-umbrella.h index 351f48610..81c546a9d 100644 --- a/install_custom_module_name/after/Pods/Target Support Files/SocketRocket/SocketRocket-umbrella.h +++ b/install_custom_module_name/after/Pods/Target Support Files/SocketRocket/SocketRocket-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "base64.h" #import "NSData+SRB64Additions.h" diff --git a/install_custom_module_name/after/Pods/Target Support Files/libPusher/libPusher-umbrella.h b/install_custom_module_name/after/Pods/Target Support Files/libPusher/libPusher-umbrella.h index 45c556564..3c5197cc8 100644 --- a/install_custom_module_name/after/Pods/Target Support Files/libPusher/libPusher-umbrella.h +++ b/install_custom_module_name/after/Pods/Target Support Files/libPusher/libPusher-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "PTEventListener.h" #import "PTPusher+Testing.h" diff --git a/install_framework_resources/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h b/install_framework_resources/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h index 8740d01cf..26e96a334 100644 --- a/install_framework_resources/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h +++ b/install_framework_resources/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_SampleAppVersionNumber; diff --git a/install_framework_resources/after/Pods/Target Support Files/Pods-SampleAppTests/Pods-SampleAppTests-umbrella.h b/install_framework_resources/after/Pods/Target Support Files/Pods-SampleAppTests/Pods-SampleAppTests-umbrella.h index c8a2c2171..4eb3c8e92 100644 --- a/install_framework_resources/after/Pods/Target Support Files/Pods-SampleAppTests/Pods-SampleAppTests-umbrella.h +++ b/install_framework_resources/after/Pods/Target Support Files/Pods-SampleAppTests/Pods-SampleAppTests-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_SampleAppTestsVersionNumber; diff --git a/install_framework_resources/after/Pods/Target Support Files/SamplePodWithResources/SamplePodWithResources-umbrella.h b/install_framework_resources/after/Pods/Target Support Files/SamplePodWithResources/SamplePodWithResources-umbrella.h index 200d5519c..a02de5809 100644 --- a/install_framework_resources/after/Pods/Target Support Files/SamplePodWithResources/SamplePodWithResources-umbrella.h +++ b/install_framework_resources/after/Pods/Target Support Files/SamplePodWithResources/SamplePodWithResources-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double SamplePodWithResourcesVersionNumber; diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h index c691b090e..5c949e33c 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "DDAbstractDatabaseLogger.h" #import "DDASLLogCapture.h" diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h index 98fb0b05b..19f603809 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_AppVersionNumber; diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-Test/Pods-Test-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-Test/Pods-Test-umbrella.h index f618dd9df..42b55668b 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-Test/Pods-Test-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/Pods-Test/Pods-Test-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_TestVersionNumber; diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/asserts/asserts-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/asserts/asserts-umbrella.h index 7fb7b59af..4277dd257 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/asserts/asserts-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/asserts/asserts-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "Asserts.h" diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/logger/logger-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/logger/logger-umbrella.h index f7c02c525..7f33353c4 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/logger/logger-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/logger/logger-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "Logger.h" diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Core/sharedlib-Core-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Core/sharedlib-Core-umbrella.h index 3f16be84e..c716d7f7f 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Core/sharedlib-Core-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Core/sharedlib-Core-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "AmazingModel.h" diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Testing/sharedlib-Testing-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Testing/sharedlib-Testing-umbrella.h index 193276c31..5b42e289d 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Testing/sharedlib-Testing-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/sharedlib-Testing/sharedlib-Testing-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "AmazingTestHelper.h" diff --git a/install_search_paths_inheritance/after/Pods/Target Support Files/testkit/testkit-umbrella.h b/install_search_paths_inheritance/after/Pods/Target Support Files/testkit/testkit-umbrella.h index cfe75d0be..5548f0848 100644 --- a/install_search_paths_inheritance/after/Pods/Target Support Files/testkit/testkit-umbrella.h +++ b/install_search_paths_inheritance/after/Pods/Target Support Files/testkit/testkit-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "TestCase.h" diff --git a/install_subspecs/after/Pods/Target Support Files/PodTest-subspec_2/PodTest-subspec_2-umbrella.h b/install_subspecs/after/Pods/Target Support Files/PodTest-subspec_2/PodTest-subspec_2-umbrella.h index e95b830be..16a07650d 100644 --- a/install_subspecs/after/Pods/Target Support Files/PodTest-subspec_2/PodTest-subspec_2-umbrella.h +++ b/install_subspecs/after/Pods/Target Support Files/PodTest-subspec_2/PodTest-subspec_2-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "subspec_2.h" diff --git a/install_subspecs/after/Pods/Target Support Files/Pods-OS X App/Pods-OS X App-umbrella.h b/install_subspecs/after/Pods/Target Support Files/Pods-OS X App/Pods-OS X App-umbrella.h index 40aef020c..2a97b0e91 100644 --- a/install_subspecs/after/Pods/Target Support Files/Pods-OS X App/Pods-OS X App-umbrella.h +++ b/install_subspecs/after/Pods/Target Support Files/Pods-OS X App/Pods-OS X App-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_OS_X_AppVersionNumber; diff --git a/install_vendored_dynamic_framework/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h b/install_vendored_dynamic_framework/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h index d4122700e..8c6d3beee 100644 --- a/install_vendored_dynamic_framework/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h +++ b/install_vendored_dynamic_framework/after/Pods/Target Support Files/Pods-SampleApp/Pods-SampleApp-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_SampleAppVersionNumber; diff --git a/install_vendored_dynamic_framework/after/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h b/install_vendored_dynamic_framework/after/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h index 81f01b396..fb50f4973 100644 --- a/install_vendored_dynamic_framework/after/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h +++ b/install_vendored_dynamic_framework/after/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double RealmSwiftVersionNumber;