Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/android/app/src/main/AndroidManifest_local
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="register" />
<data android:scheme="threebot-local" android:host="register" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="login" />
<data android:scheme="threebot-local" android:host="login" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="sign" />
<data android:scheme="threebot-local" android:host="sign" />
</intent-filter>
</activity>
<meta-data android:name="flutterEmbedding" android:value="2" />
Expand Down
6 changes: 3 additions & 3 deletions app/android/app/src/main/AndroidManifest_staging
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="register" />
<data android:scheme="threebot-staging" android:host="register" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="login" />
<data android:scheme="threebot-staging" android:host="login" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="sign" />
<data android:scheme="threebot-staging" android:host="sign" />
</intent-filter>
</activity>
<meta-data android:name="flutterEmbedding" android:value="2" />
Expand Down
6 changes: 3 additions & 3 deletions app/android/app/src/main/AndroidManifest_testing
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="register" />
<data android:scheme="threebot-testing" android:host="register" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="login" />
<data android:scheme="threebot-testing" android:host="login" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="threebot" android:host="sign" />
<data android:scheme="threebot-testing" android:host="sign" />
</intent-filter>
</activity>
<meta-data android:name="flutterEmbedding" android:value="2" />
Expand Down
2 changes: 2 additions & 0 deletions app/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ switchConfigs() {
cp android/app/src/main/res/mipmap-xxhdpi/ic_launcher_$1.png android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
cp android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_$1.png android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

cp ios/Runner/Info_$1 ios/Runner/Info.plist

# cp android/app/google-services_$1 android/app/google-services.json
# cp ios/Runner/GoogleService-Info_$1 ios/Runner/GoogleService-Info.plist
}
Expand Down
4 changes: 2 additions & 2 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PODS:
- shared_preferences_ios (0.0.1):
- Flutter
- ShuftiPro (1.1.5)
- shuftipro_sdk (1.1.4):
- shuftipro_sdk (2.0.4):
- Flutter
- ShuftiPro
- SwiftSocket (2.0.2)
Expand Down Expand Up @@ -124,7 +124,7 @@ SPEC CHECKSUMS:
redirection: 86a0674fdc4d10643d0a2b45d2b73a9aba1363b8
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
ShuftiPro: 8850ec667a807a772c6958c74499801bba76cdf9
shuftipro_sdk: 6f1eef3a64faf9a54fdeee7dbcdf55ad97164657
shuftipro_sdk: 423ec5be99f7c233d01575f47fbaaccdce7f28f4
SwiftSocket: 6f4c9c63fbc5c1d61188936bb3c599fd546f40ae
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
Expand Down
2 changes: 1 addition & 1 deletion app/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>
</plist>
88 changes: 88 additions & 0 deletions app/ios/Runner/Info_local
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?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>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>ThreeFold Connect</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>threebotlogin</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.jimber.threebot</string>
<key>CFBundleURLSchemes</key>
<array>
<string>threebot-local</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>13.0</string>
<key>NSAppleMusicUsageDescription</key>
<string>App requires access to your Apple music</string>
<key>NSCalendarsUsageDescription</key>
<string>App requires access to your calendar</string>
<key>NSCameraUsageDescription</key>
<string>App requires access to your camera to allow you to scan QR codes.</string>
<key>NSContactsUsageDescription</key>
<string>App requires access to your contacts</string>
<key>NSFaceIDUsageDescription</key>
<string>ThreeFold Connect would like permission for using Face ID or Touch ID</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App requires access to your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>App requires access to your microphone to validate your identity</string>
<key>NSMotionUsageDescription</key>
<string>App requires access to your motion usage</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>App requires access to your speech</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIStatusBarHidden</key>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>
88 changes: 88 additions & 0 deletions app/ios/Runner/Info_production
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?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>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>ThreeFold Connect</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>threebotlogin</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.jimber.threebot</string>
<key>CFBundleURLSchemes</key>
<array>
<string>threebot</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>13.0</string>
<key>NSAppleMusicUsageDescription</key>
<string>App requires access to your Apple music</string>
<key>NSCalendarsUsageDescription</key>
<string>App requires access to your calendar</string>
<key>NSCameraUsageDescription</key>
<string>App requires access to your camera to allow you to scan QR codes.</string>
<key>NSContactsUsageDescription</key>
<string>App requires access to your contacts</string>
<key>NSFaceIDUsageDescription</key>
<string>ThreeFold Connect would like permission for using Face ID or Touch ID</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App requires access to your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>App requires access to your microphone to validate your identity</string>
<key>NSMotionUsageDescription</key>
<string>App requires access to your motion usage</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>App requires access to your speech</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIStatusBarHidden</key>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>
88 changes: 88 additions & 0 deletions app/ios/Runner/Info_staging
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?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>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>ThreeFold Connect</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>threebotlogin</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.jimber.threebot</string>
<key>CFBundleURLSchemes</key>
<array>
<string>threebot-staging</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>13.0</string>
<key>NSAppleMusicUsageDescription</key>
<string>App requires access to your Apple music</string>
<key>NSCalendarsUsageDescription</key>
<string>App requires access to your calendar</string>
<key>NSCameraUsageDescription</key>
<string>App requires access to your camera to allow you to scan QR codes.</string>
<key>NSContactsUsageDescription</key>
<string>App requires access to your contacts</string>
<key>NSFaceIDUsageDescription</key>
<string>ThreeFold Connect would like permission for using Face ID or Touch ID</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App requires access to your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>App requires access to your microphone to validate your identity</string>
<key>NSMotionUsageDescription</key>
<string>App requires access to your motion usage</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>App requires access to your speech</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIStatusBarHidden</key>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>
Loading