mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			804 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			804 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   app: {
 | |
|     signingConfigs: [],
 | |
|     products: [
 | |
|       {
 | |
|         name: 'default',
 | |
|         signingConfig: 'default',
 | |
|         compatibleSdkVersion: '5.0.0(12)',
 | |
|         runtimeOS: 'HarmonyOS',
 | |
|         buildOption: {
 | |
|           strictMode: {
 | |
|             caseSensitiveCheck: true,
 | |
|             useNormalizedOHMUrl: true
 | |
|           },
 | |
|           "nativeCompiler": "BiSheng"
 | |
|         },
 | |
|       },
 | |
|     ],
 | |
|     buildModeSet: [
 | |
|       {
 | |
|         name: 'debug',
 | |
|       },
 | |
|       {
 | |
|         name: 'release',
 | |
|       },
 | |
|     ],
 | |
|   },
 | |
|   modules: [
 | |
|     {
 | |
|       name: 'entry',
 | |
|       srcPath: './entry',
 | |
|       targets: [
 | |
|         {
 | |
|           name: 'default',
 | |
|           applyToProducts: ['default'],
 | |
|         },
 | |
|       ],
 | |
|     },
 | |
|     {
 | |
|       name: 'pushy',
 | |
|       srcPath: '../node_modules/react-native-update/harmony/pushy',
 | |
|     },
 | |
|   ],
 | |
| }
 | 
