solara/lib/core/template/configurations.json in solara-0.6.0 vs solara/lib/core/template/configurations.json in solara-0.7.0
- old
+ new
@@ -1,46 +1,59 @@
{
"configurations": [
{
- "key": "brand_config.json",
- "name": "Brand Configuration",
+ "filename": "brand_config.json",
"filePath": "shared/brand_config.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/shared/brand_config.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/shared/brand_config.json"
},
{
- "key": "theme.json",
- "name": "Theme Configuration",
+ "filename": "theme.json",
"filePath": "shared/theme.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/shared/theme.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/shared/theme.json"
},
{
- "key": "android_config.json",
- "name": "Android Configuration",
+ "filename": "android_config.json",
"filePath": "android/android_config.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/android/android_config.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/android/android_config.json"
},
{
- "key": "android_signing.json",
- "name": "Android Signing",
+ "filename": "android_signing.json",
"filePath": "android/android_signing.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/android/android_signing.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/android/android_signing.json"
},
{
- "key": "ios_config.json",
- "name": "iOS Configuration",
+ "filename": "ios_config.json",
"filePath": "ios/ios_config.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/ios/ios_config.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/ios/ios_config.json"
},
{
- "key": "ios_signing.json",
- "name": "iOS Signing",
+ "filename": "ios_signing.json",
"filePath": "ios/ios_signing.json",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/ios/ios_signing.json"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/ios/ios_signing.json"
},
{
- "key": "InfoPlist.xcstrings",
- "name": "InfoPlist.xcstrings",
+ "filename": "InfoPlist.xcstrings",
"filePath": "ios/InfoPlist.xcstrings",
- "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/develop/solara/lib/core/template/brands/ios/InfoPlist.xcstrings"
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/ios/InfoPlist.xcstrings"
+ },
+ {
+ "filename": "ios_json_manifest.json",
+ "filePath": "ios/json/ios_json_manifest.json",
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/json/json_manifest.json"
+ },
+ {
+ "filename": "android_json_manifest.json",
+ "filePath": "android/json/android_json_manifest.json",
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/json/json_manifest.json"
+ },
+ {
+ "filename": "flutter_json_manifest.json",
+ "filePath": "flutter/json/flutter_json_manifest.json",
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/json/json_manifest.json"
+ },
+ {
+ "filename": "global_json_manifest.json",
+ "filePath": "../../global/json/global_json_manifest.json",
+ "url": "https://raw.githubusercontent.com/Solara-Kit/Solara/refs/heads/main/solara/lib/core/template/brands/json/json_manifest.json"
}
]
}
\ No newline at end of file