<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>comaptible Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/comaptible/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/comaptible/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Fri, 01 Nov 2024 17:52:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Create an iOS 12 compatible app with Xcode 12</title>
		<link>https://creatronix.de/create-an-ios-12-compatible-app-with-xcode-12/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Fri, 14 May 2021 16:18:10 +0000</pubDate>
				<category><![CDATA[Android & iOS development]]></category>
		<category><![CDATA[comaptible]]></category>
		<category><![CDATA[ios12]]></category>
		<category><![CDATA[xcode 12]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=3619</guid>

					<description><![CDATA[<p>To make an app downwards compatible do the follwing Change deployment target to iOS 12 Remove the methods in AppDelegate.swift Add var window: UIWindow? Remove SceneDelegate.swift Remove the entry Application Scene Manifest in the info.plist.</p>
<p>The post <a href="https://creatronix.de/create-an-ios-12-compatible-app-with-xcode-12/">Create an iOS 12 compatible app with Xcode 12</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To make an app downwards compatible do the follwing</p>
<ul>
<li>Change deployment target to iOS 12</li>
<li>Remove the methods in AppDelegate.swift</li>
<li>Add var window: UIWindow?</li>
<li>Remove SceneDelegate.swift</li>
<li>Remove the entry Application Scene Manifest in the info.plist.</li>
</ul>
<p>The post <a href="https://creatronix.de/create-an-ios-12-compatible-app-with-xcode-12/">Create an iOS 12 compatible app with Xcode 12</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
