-
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
Louie Jay De La Cruz
committed
Apr 24, 2024
1 parent
b7dc693
commit 40c7465
Showing
35 changed files
with
175 additions
and
100 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+652 Bytes
(120%)
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+6.51 KB
(160%)
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.73 KB
(160%)
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">PricePro</string> | ||
</resources> | ||
<string name="app_name">Price Pro</string> | ||
</resources> |
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,4 +1,4 @@ | ||
{ | ||
"name": "PricePro", | ||
"displayName": "PricePro" | ||
"displayName": "Price Pro" | ||
} |
175 changes: 125 additions & 50 deletions
175
ios/PricePro/Images.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,53 +1,128 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "2x", | ||
"size" : "20x20" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"size" : "20x20" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "2x", | ||
"size" : "29x29" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"size" : "29x29" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "2x", | ||
"size" : "40x40" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"size" : "40x40" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "2x", | ||
"size" : "60x60" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"size" : "60x60" | ||
}, | ||
{ | ||
"idiom" : "ios-marketing", | ||
"scale" : "1x", | ||
"size" : "1024x1024" | ||
"images":[ | ||
{ | ||
"idiom":"iphone", | ||
"size":"20x20", | ||
"scale":"2x", | ||
"filename":"Icon-App-20x20@2x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"20x20", | ||
"scale":"3x", | ||
"filename":"Icon-App-20x20@3x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"1x", | ||
"filename":"Icon-App-29x29@1x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"2x", | ||
"filename":"Icon-App-29x29@2x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"29x29", | ||
"scale":"3x", | ||
"filename":"Icon-App-29x29@3x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"40x40", | ||
"scale":"2x", | ||
"filename":"Icon-App-40x40@2x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"40x40", | ||
"scale":"3x", | ||
"filename":"Icon-App-40x40@3x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"60x60", | ||
"scale":"2x", | ||
"filename":"Icon-App-60x60@2x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"60x60", | ||
"scale":"3x", | ||
"filename":"Icon-App-60x60@3x.png" | ||
}, | ||
{ | ||
"idiom":"iphone", | ||
"size":"76x76", | ||
"scale":"2x", | ||
"filename":"Icon-App-76x76@2x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"20x20", | ||
"scale":"1x", | ||
"filename":"Icon-App-20x20@1x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"20x20", | ||
"scale":"2x", | ||
"filename":"Icon-App-20x20@2x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"29x29", | ||
"scale":"1x", | ||
"filename":"Icon-App-29x29@1x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"29x29", | ||
"scale":"2x", | ||
"filename":"Icon-App-29x29@2x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"40x40", | ||
"scale":"1x", | ||
"filename":"Icon-App-40x40@1x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"40x40", | ||
"scale":"2x", | ||
"filename":"Icon-App-40x40@2x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"76x76", | ||
"scale":"1x", | ||
"filename":"Icon-App-76x76@1x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"76x76", | ||
"scale":"2x", | ||
"filename":"Icon-App-76x76@2x.png" | ||
}, | ||
{ | ||
"idiom":"ipad", | ||
"size":"83.5x83.5", | ||
"scale":"2x", | ||
"filename":"Icon-App-83.5x83.5@2x.png" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"scale" : "1x", | ||
"filename" : "ItunesArtwork@2x.png" | ||
} | ||
], | ||
"info":{ | ||
"version":1, | ||
"author":"easyappicon" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+712 Bytes
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.96 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.91 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.19 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.55 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.58 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.96 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.51 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.9 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.9 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
Oops, something went wrong.
Binary file added
BIN
+27.1 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
Oops, something went wrong.
Binary file added
BIN
+5.41 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+21.3 KB
ios/PricePro/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
Oops, something went wrong.
Oops, something went wrong.
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,52 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>PricePro</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! --> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<false/> | ||
<key>NSAllowsLocalNetworking</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Price Pro</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true /> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! --> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<false /> | ||
<key>NSAllowsLocalNetworking</key> | ||
<true /> | ||
</dict> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string></string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false /> | ||
</dict> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string></string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> | ||
</plist> |