8000 修正 · 1901drama/ARKit-Invader@deda219 · GitHub
[go: up one dir, main page]

Skip to content

Commit deda219

Browse files
committed
修正
1 parent 8d099bd commit deda219

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

ARKit-Invader.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
buildSettings = {
429429
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
430430
CODE_SIGN_STYLE = Automatic;
431-
DEVELOPMENT_TEAM = GRPFP8K8M3;
431+
DEVELOPMENT_TEAM = "";
432432
INFOPLIST_FILE = "ARKit-Invader/Info.plist";
433433
LD_RUNPATH_SEARCH_PATHS = (
434434
"$(inherited)",
@@ -446,7 +446,7 @@
446446
buildSettings = {
447447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
448448
CODE_SIGN_STYLE = Automatic;
449-
DEVELOPMENT_TEAM = GRPFP8K8M3;
449+
DEVELOPMENT_TEAM = "";
450450
INFOPLIST_FILE = "ARKit-Invader/Info.plist";
451451
LD_RUNPATH_SEARCH_PATHS = (
452452
"$(inherited)",

ARKit-Invader/Menu/MotionCapture2D_ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class MotionCapture2D_ViewController: UIViewController, ARSessionDelegate {
1818
let circleWidth: CGFloat = 10
1919
let circleHeight: CGFloat = 10
2020

21-
override func viewDidAppear(_ animated: Bool) {
22-
super.viewDidAppear(animated)
21+
override func viewDidLoad() {
22+
super.viewDidLoad()
2323

2424
arView.session.delegate = self
2525

ARKit-Invader/Menu/MotionCapture3D_ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class MotionCapture3D_ViewController: UIViewController, ARSessionDelegate {
1818
var character: BodyTrackedEntity?
1919
let characterAnchor = AnchorEntity()
2020

21-
override func viewDidAppear(_ animated: Bool) {
22-
super.viewDidAppear(animated)
21+
override func viewDidLoad() {
22+
super.viewDidLoad()
2323

2424
arView.session.delegate = self
2525

ARKit-Invader/Menu_ViewController.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ class Menu_ViewController: UIViewController {
1616
super.viewDidLoad()
1717
}
1818

19-
override func viewWillAppear(_ animated: Bool) {
20-
super.viewWillAppear(animated)
21-
}
22-
23-
override func viewWillDisappear(_ animated: Bool) {
24-
super.viewWillDisappear(animated)
25-
}
26-
2719
@IBAction func HowToUse_Touch(_ sender: Any) {
2820
let url = URL(string: "https://qiita.com/1901drama")
2921
UIApplication.shared.open(url!)

ARKit-Invader/icon.png

-13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0