Skip to content

Commit

Permalink
feat try to run it on my mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Nov 21, 2023
1 parent 24a7725 commit e9d5149
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 38 deletions.
Binary file added android1/.gradle/7.5/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added android1/.gradle/7.5/fileChanges/last-build.bin
Binary file not shown.
Binary file added android1/.gradle/7.5/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file not shown.
2 changes: 2 additions & 0 deletions android1/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Mon Nov 20 10:20:52 CET 2023
gradle.version=7.5
Empty file.
70 changes: 35 additions & 35 deletions ios/App/App/Assets.xcassets/Splash.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"images": [
"images" : [
{
"idiom": "universal",
"filename": "Default@1x~universal~anyany.png",
"scale": "1x"
"filename" : "Default@1x~universal~anyany.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom": "universal",
"filename": "Default@2x~universal~anyany.png",
"scale": "2x"
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "Default@1x~universal~anyany-dark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom": "universal",
"filename": "Default@3x~universal~anyany.png",
"scale": "3x"
"filename" : "Default@2x~universal~anyany.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances": [
"appearances" : [
{
"appearance": "luminosity",
"value": "dark"
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom": "universal",
"scale": "1x",
"filename": "Default@1x~universal~anyany-dark.png"
"filename" : "Default@2x~universal~anyany-dark.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances": [
{
"appearance": "luminosity",
"value": "dark"
}
],
"idiom": "universal",
"scale": "2x",
"filename": "Default@2x~universal~anyany-dark.png"
"filename" : "Default@3x~universal~anyany.png",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances": [
"appearances" : [
{
"appearance": "luminosity",
"value": "dark"
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom": "universal",
"scale": "3x",
"filename": "Default@3x~universal~anyany-dark.png"
"filename" : "Default@3x~universal~anyany-dark.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info": {
"version": 1,
"author": "xcode"
"info" : {
"author" : "xcode",
"version" : 1
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<key>NSCameraUsageDescription</key>
<string>Need camera access to select profile image.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Need your location access for Hall search</string>
<string>Need your location access for Navigation for sports venue</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Need your location access for Hall search</string>
<string>Need your location access for Navigation for sports venue</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Need photo library access to select profile image.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8e6a2a27555a43af8fdcda646e72fe803c20f937

COCOAPODS: 1.11.3
COCOAPODS: 1.14.2

0 comments on commit e9d5149

Please sign in to comment.