mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Update profiles and building
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -7,7 +7,7 @@ on: | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: macos-11 | ||||
|     runs-on: macos-12 | ||||
|     steps: | ||||
|       - name: -- Step 0 -- Extract branch name | ||||
|         shell: bash | ||||
|   | ||||
| @@ -156,7 +156,7 @@ GEM | ||||
|       xcpretty (~> 0.3.0) | ||||
|       xcpretty-travis-formatter (>= 0.0.3) | ||||
|     fastlane-plugin-json (1.1.0) | ||||
|     fastlane-plugin-sentry (1.11.1) | ||||
|     fastlane-plugin-sentry (1.12.0) | ||||
|     fastlane-plugin-versioning_android (0.1.0) | ||||
|     fastlane-plugin-yarn (1.2) | ||||
|     ffi (1.15.5) | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| app_identifier "com.xmflsct.app.tooot" | ||||
| app_identifier ["com.xmflsct.app.tooot", "com.xmflsct.app.tooot.ShareExtension"] | ||||
| package_name "com.xmflsct.app.tooot" | ||||
| @@ -768,8 +768,8 @@ | ||||
| 				MTL_FAST_MATH = YES; | ||||
| 				PRODUCT_BUNDLE_IDENTIFIER = com.xmflsct.app.tooot.ShareExtension; | ||||
| 				PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
| 				PROVISIONING_PROFILE_SPECIFIER = "match AdHoc com.xmflsct.app.tooot"; | ||||
| 				"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AdHoc com.xmflsct.app.tooot"; | ||||
| 				PROVISIONING_PROFILE_SPECIFIER = "match AdHoc com.xmflsct.app.tooot.ShareExtension"; | ||||
| 				"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AdHoc com.xmflsct.app.tooot.ShareExtension"; | ||||
| 				SKIP_INSTALL = YES; | ||||
| 				SUPPORTS_MACCATALYST = YES; | ||||
| 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | ||||
| @@ -810,8 +810,8 @@ | ||||
| 				MTL_FAST_MATH = YES; | ||||
| 				PRODUCT_BUNDLE_IDENTIFIER = com.xmflsct.app.tooot.ShareExtension; | ||||
| 				PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
| 				PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.xmflsct.app.tooot"; | ||||
| 				"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AppStore com.xmflsct.app.tooot"; | ||||
| 				PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.xmflsct.app.tooot.ShareExtension"; | ||||
| 				"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AppStore com.xmflsct.app.tooot.ShareExtension"; | ||||
| 				SKIP_INSTALL = YES; | ||||
| 				SUPPORTS_MACCATALYST = YES; | ||||
| 				SWIFT_EMIT_LOC_STRINGS = YES; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user