-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
9,021 additions
and
26,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ $RECYCLE.BIN/ | |
.DS_Store | ||
Thumbs.db | ||
UserInterfaceState.xcuserstate | ||
App/output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
ext { | ||
minSdkVersion = 22 | ||
compileSdkVersion = 32 | ||
targetSdkVersion = 32 | ||
androidxActivityVersion = '1.4.0' | ||
androidxAppCompatVersion = '1.4.2' | ||
compileSdkVersion = 34 | ||
targetSdkVersion = 34 | ||
androidxActivityVersion = '1.7.0' | ||
androidxAppCompatVersion = '1.6.1' | ||
androidxCoordinatorLayoutVersion = '1.2.0' | ||
androidxCoreVersion = '1.8.0' | ||
androidxFragmentVersion = '1.4.1' | ||
coreSplashScreenVersion = '1.0.0-rc01' | ||
androidxWebkitVersion = '1.4.0' | ||
androidxCoreVersion = '1.10.0' | ||
androidxFragmentVersion = '1.5.6' | ||
coreSplashScreenVersion = '1.0.0' | ||
androidxWebkitVersion = '1.6.1' | ||
junitVersion = '4.13.2' | ||
androidxJunitVersion = '1.1.3' | ||
androidxEspressoCoreVersion = '3.4.0' | ||
androidxJunitVersion = '1.1.5' | ||
androidxEspressoCoreVersion = '3.5.1' | ||
cordovaAndroidVersion = '10.1.1' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
import { CapacitorConfig } from '@capacitor/cli'; | ||
import { CapacitorConfig } from "@capacitor/cli"; | ||
|
||
const config: CapacitorConfig = { | ||
appId: 'com.open.athena', | ||
appName: 'athena', | ||
webDir: 'www', | ||
appId: "com.open.athena", | ||
appName: "athena", | ||
webDir: "www", | ||
bundledWebRuntime: false, | ||
cordova: { | ||
preferences: { | ||
ScrollEnabled: 'true', | ||
BackupWebStorage: 'none', | ||
SplashMaintainAspectRatio: 'true', | ||
FadeSplashScreenDuration: '300', | ||
SplashShowOnlyFirstTime: 'false', | ||
SplashScreen: 'screen', | ||
SplashScreenDelay: '3000', | ||
StatusBarOverlaysWebView: 'true', | ||
'deployment-target': '11.0', | ||
'target-device': 'handset', | ||
Orientation: 'portrait', | ||
AndroidXEnabled: 'true' | ||
} | ||
ScrollEnabled: "true", | ||
BackupWebStorage: "none", | ||
SplashMaintainAspectRatio: "true", | ||
FadeSplashScreenDuration: "300", | ||
SplashShowOnlyFirstTime: "false", | ||
SplashScreen: "screen", | ||
SplashScreenDelay: "3000", | ||
StatusBarOverlaysWebView: "true", | ||
"deployment-target": "11.0", | ||
"target-device": "handset", | ||
Orientation: "portrait", | ||
AndroidXEnabled: "true", | ||
}, | ||
}, | ||
plugins: { | ||
SplashScreen: { | ||
launchAutoHide: false, | ||
androidScaleType: "CENTER_CROP", | ||
showSpinner: true, | ||
splashFullScreen: false, | ||
splashImmersive: false, | ||
}, | ||
}, | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchAutoHide": false, | ||
"androidScaleType": "CENTER_CROP", | ||
"showSpinner": true, | ||
"splashFullScreen": false, | ||
"splashImmersive": false | ||
} | ||
} | ||
}; | ||
|
||
export default config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
App/build | ||
App/Pods | ||
App/Podfile.lock | ||
App/output | ||
App/App/public | ||
DerivedData | ||
xcuserdata | ||
|
Binary file removed
BIN
-720 Bytes
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png
Binary file not shown.
Binary file removed
BIN
-1.71 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png
Binary file not shown.
Binary file removed
BIN
-1.71 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png
Binary file not shown.
Binary file removed
BIN
-2.82 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png
Binary file not shown.
Binary file removed
BIN
-1.14 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png
Binary file not shown.
Binary file removed
BIN
-2.71 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png
Binary file not shown.
Binary file removed
BIN
-2.71 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png
Binary file not shown.
Binary file removed
BIN
-4.41 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png
Binary file not shown.
Binary file removed
BIN
-1.71 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png
Binary file not shown.
Binary file removed
BIN
-3.89 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png
Binary file not shown.
Binary file removed
BIN
-3.89 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.12 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png
Binary file not shown.
Binary file removed
BIN
-3.68 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.41 KB
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png
Binary file not shown.
124 changes: 11 additions & 113 deletions
124
ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,116 +1,14 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-20x20@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-20x20@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-29x29@2x-1.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-29x29@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-40x40@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-40x40@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-60x60@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-60x60@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-20x20@1x.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-20x20@2x-1.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-29x29@1x.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-29x29@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-40x40@1x.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-40x40@2x-1.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-76x76@1x.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-76x76@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-83.5x83.5@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"filename" : "AppIcon-512@2x.png", | ||
"scale" : "1x" | ||
"images" : [ | ||
{ | ||
"filename" : "AppIcon-512@2x.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Oops, something went wrong.