File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
//
2
- // ContentView.swift
3
- // MyAmplifyApp
2
+ // Copyright Amazon.com Inc. or its affiliates.
3
+ // All Rights Reserved.
4
4
//
5
- // Created by Tsui, Yeung Wah on 4/12/22.
5
+ // SPDX-License-Identifier: Apache-2.0
6
6
//
7
7
8
8
import SwiftUI
Original file line number Diff line number Diff line change 1
1
//
2
- // MyAmplifyAppApp.swift
3
- // MyAmplifyApp
2
+ // Copyright Amazon.com Inc. or its affiliates.
3
+ // All Rights Reserved.
4
4
//
5
- // Created by Tsui, Yeung Wah on 4/12/22.
5
+ // SPDX-License-Identifier: Apache-2.0
6
6
//
7
7
8
8
import SwiftUI
@@ -16,7 +16,7 @@ struct MyAmplifyAppApp: App {
16
16
ContentView ( )
17
17
}
18
18
}
19
-
19
+
20
20
// add a default initializer and configure Amplify
21
21
init ( ) {
22
22
configureAmplify ( )
@@ -25,7 +25,7 @@ struct MyAmplifyAppApp: App {
25
25
func configureAmplify( ) {
26
26
do {
27
27
try Amplify . configure ( )
28
- print ( " Initialized Amplify " ) ;
28
+ print ( " Initialized Amplify " )
29
29
} catch {
30
30
// simplified error handling for the tutorial
31
31
print ( " Could not initialize Amplify: \( error) " )
Original file line number Diff line number Diff line change 1
1
//
2
- // MyAmplifyAppUITests.swift
3
- // MyAmplifyAppUITests
2
+ // Copyright Amazon.com Inc. or its affiliates.
3
+ // All Rights Reserved.
4
4
//
5
- // Created by Tsui, Yeung Wah on 4/12/22.
5
+ // SPDX-License-Identifier: Apache-2.0
6
6
//
7
7
8
8
import XCTest
You can’t perform that action at this time.
0 commit comments