aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h4
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm39
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h2
-rw-r--r--test/cpp/cocoapods/GRPCCppTests.xcodeproj/project.pbxproj (renamed from test/cpp/GRPCCppTests/GRPCCppTests.xcodeproj/project.pbxproj)0
-rw-r--r--test/cpp/cocoapods/Podfile (renamed from test/cpp/GRPCCppTests/Podfile)0
-rw-r--r--test/cpp/cocoapods/generic/Info.plist (renamed from test/cpp/GRPCCppTests/generic/Info.plist)0
-rw-r--r--test/cpp/cocoapods/generic/generic.mm (renamed from test/cpp/GRPCCppTests/generic/generic.mm)0
-rw-r--r--test/cpp/cocoapods/test/Info.plist (renamed from test/cpp/GRPCCppTests/test/Info.plist)0
-rw-r--r--test/cpp/cocoapods/test/server_context_test_spouse_test.mm (renamed from test/cpp/GRPCCppTests/test/server_context_test_spouse_test.mm)0
9 files changed, 0 insertions, 45 deletions
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
index 8fd0f258f7..91ba988c4a 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
@@ -19,9 +19,5 @@
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
-
@property (strong, nonatomic) UIWindow *window;
-
-
@end
-
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
index 99b37a034b..5c60aec65b 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
@@ -18,44 +18,5 @@
#import "AppDelegate.h"
-@interface AppDelegate ()
-
-@end
-
@implementation AppDelegate
-
-
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
- // Override point for customization after application launch.
- return YES;
-}
-
-
-- (void)applicationWillResignActive:(UIApplication *)application {
- // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
- // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
-}
-
-
-- (void)applicationDidEnterBackground:(UIApplication *)application {
- // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
-}
-
-
-- (void)applicationWillEnterForeground:(UIApplication *)application {
- // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
-}
-
-
-- (void)applicationDidBecomeActive:(UIApplication *)application {
- // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
-}
-
-
-- (void)applicationWillTerminate:(UIApplication *)application {
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
-}
-
-
@end
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
index 7b5854dfaf..28d4ca0961 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
@@ -19,7 +19,5 @@
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
-
-
@end
diff --git a/test/cpp/GRPCCppTests/GRPCCppTests.xcodeproj/project.pbxproj b/test/cpp/cocoapods/GRPCCppTests.xcodeproj/project.pbxproj
index 1d332ba7ce..1d332ba7ce 100644
--- a/test/cpp/GRPCCppTests/GRPCCppTests.xcodeproj/project.pbxproj
+++ b/test/cpp/cocoapods/GRPCCppTests.xcodeproj/project.pbxproj
diff --git a/test/cpp/GRPCCppTests/Podfile b/test/cpp/cocoapods/Podfile
index 8d8cdaaadd..8d8cdaaadd 100644
--- a/test/cpp/GRPCCppTests/Podfile
+++ b/test/cpp/cocoapods/Podfile
diff --git a/test/cpp/GRPCCppTests/generic/Info.plist b/test/cpp/cocoapods/generic/Info.plist
index 6c40a6cd0c..6c40a6cd0c 100644
--- a/test/cpp/GRPCCppTests/generic/Info.plist
+++ b/test/cpp/cocoapods/generic/Info.plist
diff --git a/test/cpp/GRPCCppTests/generic/generic.mm b/test/cpp/cocoapods/generic/generic.mm
index 30b43ec375..30b43ec375 100644
--- a/test/cpp/GRPCCppTests/generic/generic.mm
+++ b/test/cpp/cocoapods/generic/generic.mm
diff --git a/test/cpp/GRPCCppTests/test/Info.plist b/test/cpp/cocoapods/test/Info.plist
index 6c40a6cd0c..6c40a6cd0c 100644
--- a/test/cpp/GRPCCppTests/test/Info.plist
+++ b/test/cpp/cocoapods/test/Info.plist
diff --git a/test/cpp/GRPCCppTests/test/server_context_test_spouse_test.mm b/test/cpp/cocoapods/test/server_context_test_spouse_test.mm
index fd6878efbf..fd6878efbf 100644
--- a/test/cpp/GRPCCppTests/test/server_context_test_spouse_test.mm
+++ b/test/cpp/cocoapods/test/server_context_test_spouse_test.mm