You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
{ |
|
"cli": { |
|
"version": ">= 16.4.1", |
|
"appVersionSource": "remote" |
|
}, |
|
"build": { |
|
"development": { |
|
"developmentClient": true, |
|
"distribution": "internal", |
|
"android": { |
|
"buildType": "apk", |
|
"ndk": "26.1.10909125" |
|
} |
|
}, |
|
"preview": { |
|
"distribution": "internal", |
|
"android": { |
|
"buildType": "apk", |
|
"ndk": "26.1.10909125" |
|
}, |
|
"ios": { |
|
"simulator": true |
|
} |
|
}, |
|
"production": { |
|
"autoIncrement": true, |
|
"android": { |
|
"buildType": "app-bundle", |
|
"ndk": "26.1.10909125" |
|
}, |
|
"ios": { |
|
"resourceClass": "m1-medium", |
|
"simulator": false |
|
} |
|
} |
|
}, |
|
"submit": { |
|
"production": { |
|
"ios": { |
|
"fastlane": { |
|
"apple_id": "你的AppleID@example.com", // 替换为你的 Apple ID |
|
"app_specific_password": "你的App专用密码" // 替换为你的 App 专用密码 (强烈推荐) |
|
}, |
|
"track": "testflight", // 指定提交到 TestFlight |
|
"ascAppId": "你的AppStoreConnectAppID" // 可选但推荐,你可以在 App Store Connect 中找到 |
|
} |
|
} |
|
} |
|
} |