diff --git a/ESPProvision/Info.plist b/ESPProvision/Info.plist new file mode 100644 index 0000000..3adfe78 --- /dev/null +++ b/ESPProvision/Info.plist @@ -0,0 +1,70 @@ + + + + + AllowFilteringByPrefix + + BLEDeviceNamePrefix + PROV_ + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + $(APP_DISPLAY_NAME) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(BUNDLE_VERSION) + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLName + com.espressif.provision.ble.1 + CFBundleURLSchemes + + espressif.provision.ble + + + + CFBundleVersion + $(BUILD_VERSION) + LSRequiresIPhoneOS + + NSBluetoothPeripheralUsageDescription + Connect with BLE Compatible devices for Provisioning + ProofOfPossession + abcd123456233 + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + WifiBaseUrl + 192.168.4.1:80 + WifiNetworkNamePrefix + PROV_XXXXXX + + diff --git a/Example/ESPProvisionSample/ESPProvisionSample/Info.plist b/Example/ESPProvisionSample/ESPProvisionSample/Info.plist new file mode 100644 index 0000000..5bd1f9b --- /dev/null +++ b/Example/ESPProvisionSample/ESPProvisionSample/Info.plist @@ -0,0 +1,88 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + $(APP_DISPLAY_NAME) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + ESP Application Setting + + ESP Allow Prefix Search + $(ESP_ALLOW_PREFIX_SEARCH) + ESP Allow QR Code Scan + $(ESP_ALLOW_QR_CODE_SCAN) + ESP Device Type + $(ESP_DEVICE_TYPE) + ESP Enable Setting + $(ESP_SETTINGS_ENABLED) + ESP Securtiy Mode + $(ESP_SECURITY_MODE) + + LSRequiresIPhoneOS + + NSBluetoothAlwaysUsageDescription + Connect with BLE Compatible devices for Provisioning + NSBluetoothPeripheralUsageDescription + Connect with BLE Compatible devices for Provisioning + NSCameraUsageDescription + Reading QR code + NSLocationWhenInUseUsageDescription + App requires your location permission in order to get current WiFi network ssid + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Main + + + + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UIRequiresFullScreen + + UIStatusBarStyle + UIStatusBarStyleLightContent + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + + UIUserInterfaceStyle + Light + + diff --git a/Example/ESPProvisionSample/ESPProvisionSampleTests/Info.plist b/Example/ESPProvisionSample/ESPProvisionSampleTests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/Example/ESPProvisionSample/ESPProvisionSampleTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/Example/ESPProvisionSample/ESPProvisionSampleUITests/Info.plist b/Example/ESPProvisionSample/ESPProvisionSampleUITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/Example/ESPProvisionSample/ESPProvisionSampleUITests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/Example/Legacy/EspressifProvision/EspressifProvision/Info.plist b/Example/Legacy/EspressifProvision/EspressifProvision/Info.plist new file mode 100644 index 0000000..69b4808 --- /dev/null +++ b/Example/Legacy/EspressifProvision/EspressifProvision/Info.plist @@ -0,0 +1,72 @@ + + + + + AllowFilteringByPrefix + + BLEDeviceNamePrefix + PROV_ + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + $(APP_DISPLAY_NAME) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLName + com.espressif.provision.ble.1 + CFBundleURLSchemes + + espressif.provision.ble + + + + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + NSBluetoothAlwaysUsageDescription + Connect with BLE Compatible devices for Provisioning + NSBluetoothPeripheralUsageDescription + Connect with BLE Compatible devices for Provisioning + ProofOfPossession + abcd1234 + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + WifiBaseUrl + 192.168.4.1:80 + WifiNetworkNamePrefix + PROV_XXXXXX + +