File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ mise install tuist
129
129
### Step 3: Clone repository and change directory to the repository
130
130
131
131
``` bash
132
- git clone git@github.pie.apple. com:RDDM/MyStore .git
133
- cd MyStore
132
+ git clone git@github.com:ImaginativeShohag/Why-Not-SwiftUI .git
133
+ cd Why-Not-SwiftUI
134
134
```
135
135
136
136
### Step 4: Fetch dependencies
@@ -220,7 +220,7 @@ let bundle = Bundle.module
220
220
/// Get a specific targets `Bundle` instance.
221
221
let bundle = CoreResources.bundle
222
222
// Equivalent old way:
223
- let bundle = Bundle (identifier : " com.apple.art4 .Core" )
223
+ let bundle = Bundle (identifier : " org.imaginativeworld.Why-Not-SwiftUI .Core" )
224
224
```
225
225
226
226
## Access Assets
@@ -296,7 +296,7 @@ let image: UIImage = CoreAsset.exampleImage.image // Access from any target :)
296
296
## Licence
297
297
298
298
```
299
- Copyright 2021 Md. Mahmudul Hasan Shohagm
299
+ Copyright 2021 Md. Mahmudul Hasan Shohag
300
300
301
301
Licensed under the Apache License, Version 2.0 (the "License");
302
302
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments