build: Let's start building 0.2025.11.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Tilde Friends / Build-All (push) Successful in 17m45s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Tilde Friends / Build-All (push) Successful in 17m45s
				
			This commit is contained in:
		| @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules | |||||||
| ## LD := Linker. | ## LD := Linker. | ||||||
| ## ANDROID_SDK := Path to the Android SDK. | ## ANDROID_SDK := Path to the Android SDK. | ||||||
|  |  | ||||||
| VERSION_CODE := 44 | VERSION_CODE := 45 | ||||||
| VERSION_CODE_IOS := 18 | VERSION_CODE_IOS := 19 | ||||||
| VERSION_NUMBER := 0.2025.10 | VERSION_NUMBER := 0.2026.11-wip | ||||||
| VERSION_NAME := This program kills fascists. | VERSION_NAME := This program kills fascists. | ||||||
|  |  | ||||||
| IPHONEOS_VERSION_MIN=14.0 | IPHONEOS_VERSION_MIN=14.0 | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
| 	package="com.unprompted.tildefriends" | 	package="com.unprompted.tildefriends" | ||||||
| 	android:versionCode="44" | 	android:versionCode="45" | ||||||
| 	android:versionName="0.2025.10"> | 	android:versionName="0.2026.11-wip"> | ||||||
| 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | ||||||
| 	<uses-permission android:name="android.permission.INTERNET"/> | 	<uses-permission android:name="android.permission.INTERNET"/> | ||||||
| 	<application | 	<application | ||||||
|   | |||||||
| @@ -13,13 +13,13 @@ | |||||||
| 	<key>CFBundlePackageType</key> | 	<key>CFBundlePackageType</key> | ||||||
| 	<string>APPL</string> | 	<string>APPL</string> | ||||||
| 	<key>CFBundleShortVersionString</key> | 	<key>CFBundleShortVersionString</key> | ||||||
| 	<string>0.2025.10</string> | 	<string>0.2026.11</string> | ||||||
| 	<key>CFBundleSupportedPlatforms</key> | 	<key>CFBundleSupportedPlatforms</key> | ||||||
| 	<array> | 	<array> | ||||||
| 		<string>iPhoneOS</string> | 		<string>iPhoneOS</string> | ||||||
| 	</array> | 	</array> | ||||||
| 	<key>CFBundleVersion</key> | 	<key>CFBundleVersion</key> | ||||||
| 	<string>18</string> | 	<string>19</string> | ||||||
| 	<key>DTPlatformName</key> | 	<key>DTPlatformName</key> | ||||||
| 	<string>iphoneos</string> | 	<string>iphoneos</string> | ||||||
| 	<key>LSRequiresIPhoneOS</key> | 	<key>LSRequiresIPhoneOS</key> | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| #define VERSION_NUMBER "0.2025.10" | #define VERSION_NUMBER "0.2026.11-wip" | ||||||
| #define VERSION_NAME "This program kills fascists." | #define VERSION_NAME "This program kills fascists." | ||||||
|   | |||||||
| @@ -132,6 +132,12 @@ try: | |||||||
| 	size = driver.get_window_size() | 	size = driver.get_window_size() | ||||||
| 	driver.set_window_size(1200, 540) | 	driver.set_window_size(1200, 540) | ||||||
| 	driver.save_screenshot('out/screenshot0.png') | 	driver.save_screenshot('out/screenshot0.png') | ||||||
|  | 	driver.set_window_size(1252, 2807) | ||||||
|  | 	driver.save_screenshot('out/ios0.png') | ||||||
|  | 	driver.set_window_size(2688 + 10, 1242 + 119) | ||||||
|  | 	driver.save_screenshot('out/ios2.png') | ||||||
|  | 	driver.set_window_size(2064 + 10, 2752 + 119) | ||||||
|  | 	driver.save_screenshot('out/ios4.png') | ||||||
| 	driver.set_window_size(size['width'], size['height']) | 	driver.set_window_size(size['width'], size['height']) | ||||||
|  |  | ||||||
| 	select(driver, ['#editor', '.cm-content'], ('click',)) | 	select(driver, ['#editor', '.cm-content'], ('click',)) | ||||||
| @@ -156,6 +162,12 @@ try: | |||||||
| 	size = driver.get_window_size() | 	size = driver.get_window_size() | ||||||
| 	driver.set_window_size(540, 1200) | 	driver.set_window_size(540, 1200) | ||||||
| 	driver.save_screenshot('out/screenshot1.png') | 	driver.save_screenshot('out/screenshot1.png') | ||||||
|  | 	driver.set_window_size(1252, 2807) | ||||||
|  | 	driver.save_screenshot('out/ios1.png') | ||||||
|  | 	driver.set_window_size(2688 + 10, 1242 + 119) | ||||||
|  | 	driver.save_screenshot('out/ios3.png') | ||||||
|  | 	driver.set_window_size(2064 + 10, 2752 + 119) | ||||||
|  | 	driver.save_screenshot('out/ios5.png') | ||||||
| 	driver.set_window_size(size['width'], size['height']) | 	driver.set_window_size(size['width'], size['height']) | ||||||
|  |  | ||||||
| 	select(driver, ['#document', 'frame', '=identity'], ('click',)) | 	select(driver, ['#document', 'frame', '=identity'], ('click',)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user