summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-13 23:59:24 +0800
committerruki <[email protected]>2020-11-13 23:59:24 +0800
commitf98e16155b53e199b40c8d8fe9c0d7c4ffc4659c (patch)
tree56ad111d96184b78973d258927c52bcdcafab23c /tests/projects/objc/iosapp
parente88fec9971eae101529deb7b2bcd58b2284c5e41 (diff)
add iosapp with framework
Diffstat (limited to 'tests/projects/objc/iosapp')
-rw-r--r--tests/projects/objc/iosapp/src/AppDelegate.h2
-rw-r--r--tests/projects/objc/iosapp/src/AppDelegate.m2
-rw-r--r--tests/projects/objc/iosapp/src/SceneDelegate.h2
-rw-r--r--tests/projects/objc/iosapp/src/ViewController.h2
-rw-r--r--tests/projects/objc/iosapp/src/ViewController.m2
-rw-r--r--tests/projects/objc/iosapp/src/main.m2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/projects/objc/iosapp/src/AppDelegate.h b/tests/projects/objc/iosapp/src/AppDelegate.h
index b01a8dc72..886f9dff3 100644
--- a/tests/projects/objc/iosapp/src/AppDelegate.h
+++ b/tests/projects/objc/iosapp/src/AppDelegate.h
@@ -1,6 +1,6 @@
//
// AppDelegate.h
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
diff --git a/tests/projects/objc/iosapp/src/AppDelegate.m b/tests/projects/objc/iosapp/src/AppDelegate.m
index 0ad500bfe..df0375acf 100644
--- a/tests/projects/objc/iosapp/src/AppDelegate.m
+++ b/tests/projects/objc/iosapp/src/AppDelegate.m
@@ -1,6 +1,6 @@
//
// AppDelegate.m
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
diff --git a/tests/projects/objc/iosapp/src/SceneDelegate.h b/tests/projects/objc/iosapp/src/SceneDelegate.h
index 5dbf88aa6..8265ce9c7 100644
--- a/tests/projects/objc/iosapp/src/SceneDelegate.h
+++ b/tests/projects/objc/iosapp/src/SceneDelegate.h
@@ -1,6 +1,6 @@
//
// SceneDelegate.h
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
diff --git a/tests/projects/objc/iosapp/src/ViewController.h b/tests/projects/objc/iosapp/src/ViewController.h
index e74d2f236..f724c03c4 100644
--- a/tests/projects/objc/iosapp/src/ViewController.h
+++ b/tests/projects/objc/iosapp/src/ViewController.h
@@ -1,6 +1,6 @@
//
// ViewController.h
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
diff --git a/tests/projects/objc/iosapp/src/ViewController.m b/tests/projects/objc/iosapp/src/ViewController.m
index c3441c87a..b1d3ece7c 100644
--- a/tests/projects/objc/iosapp/src/ViewController.m
+++ b/tests/projects/objc/iosapp/src/ViewController.m
@@ -1,6 +1,6 @@
//
// ViewController.m
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
diff --git a/tests/projects/objc/iosapp/src/main.m b/tests/projects/objc/iosapp/src/main.m
index 11a58afc7..bbf33a10d 100644
--- a/tests/projects/objc/iosapp/src/main.m
+++ b/tests/projects/objc/iosapp/src/main.m
@@ -1,6 +1,6 @@
//
// main.m
-// test5
+// test
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.