Searched refs:minPlatformVersion (Results 1 – 10 of 10) sorted by relevance
142 if (manifestJsonInfo.minPlatformVersion) {143 arkProjectConfig.minPlatformVersion = manifestJsonInfo.minPlatformVersion;149 arkProjectConfig.minPlatformVersion = moduleJsonInfo.app.minAPIVersion;354 if (projectConfig.minPlatformVersion && projectConfig.minPlatformVersion.toString() === '8') {
147 if (manifest && manifest.minPlatformVersion) {148 process.env.minPlatformVersion = manifest.minPlatformVersion;149 partialUpdateController(manifest.minPlatformVersion);
133 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;168 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;184 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;200 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;286 this.rollup.share.projectConfig.minPlatformVersion = 8;299 this.rollup.share.projectConfig.minPlatformVersion = 8;312 this.rollup.share.projectConfig.minPlatformVersion = 8;325 this.rollup.share.projectConfig.minPlatformVersion = 8;
123 "minPlatformVersion": "1.0.1",232 "minPlatformVersion": "1.0.1",
132 if (isTs2Abc() || process.env.minPlatformVersion === "8") {462 if (process.env.minPlatformVersion === "8") {753 cachedJson.minAPIVersion.toString() !== process.env.minPlatformVersion) {760 if (process.env.cachePath && process.env.minPlatformVersion) {764 cachedJson.minAPIVersion = process.env.minPlatformVersion;
48 minPlatformVersion: number, property
133 minPlatformVersion: SDK_VERSION,
127 const version = parseInt(manifest.minPlatformVersion);
220 const version = parseInt(manifest.minPlatformVersion);
211 if (projectConfig.compileMode === JSBUNDLE && process.env.minPlatformVersion) {216 cachedJson.minAPIVersion = process.env.minPlatformVersion;273 if (isTs2Abc(projectConfig) || process.env.minPlatformVersion === "8") {714 if (process.env.minPlatformVersion === "8") {