<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Talk%3AXcode</id>
	<title>Talk:Xcode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Talk%3AXcode"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Talk:Xcode&amp;action=history"/>
	<updated>2026-05-05T00:40:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Talk:Xcode&amp;diff=804258&amp;oldid=prev</id>
		<title>imported&gt;Community Tech bot: Files used on this page are up for speedy deletion</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Talk:Xcode&amp;diff=804258&amp;oldid=prev"/>
		<updated>2025-06-11T05:36:28Z</updated>

		<summary type="html">&lt;p&gt;Files used on this page are up for speedy deletion&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Talk header}}&lt;br /&gt;
{{WikiProject banner shell|class=C|&lt;br /&gt;
{{WikiProject Computing|importance=mid}}&lt;br /&gt;
{{WikiProject Apple Inc.|importance=high}}&lt;br /&gt;
}}&lt;br /&gt;
{{afd-merged-from|History of Xcode|History of Xcode|21 June 2010}}&lt;br /&gt;
&lt;br /&gt;
{{User:MiszaBot/config&lt;br /&gt;
|archiveheader = {{talkarchivenav|noredlinks=y}}&lt;br /&gt;
|maxarchivesize = 100K&lt;br /&gt;
|counter = 1&lt;br /&gt;
|minthreadsleft = 3&lt;br /&gt;
|minthreadstoarchive = 1&lt;br /&gt;
|algo = old(30d)&lt;br /&gt;
|archive = Talk:Xcode/Archive %(counter)d&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== A Commons file used on this page or its Wikidata item has been nominated for speedy deletion ==&lt;br /&gt;
The following Wikimedia Commons file used on this page or its Wikidata item has been nominated for speedy deletion:&lt;br /&gt;
* [[commons:File:Xcode 14 in macOS Ventura.png|Xcode 14 in macOS Ventura.png]]&amp;lt;!-- COMMONSBOT: speedy | 2023-05-09T14:38:36.559273 | Xcode 14 in macOS Ventura.png --&amp;gt;&lt;br /&gt;
You can see the reason for deletion at the file description page linked above. —[[User:Community Tech bot|Community Tech bot]] ([[User talk:Community Tech bot|talk]]) 14:38, 9 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
import Cocoa class ViewController: NSViewController {    var numbers = [Int](1...25)    var currentNumber: Int?        @IBOutlet weak var numberLabel: NSTextField!    @IBOutlet var gridButtons: [NSButton]!        override func viewDidLoad() {        super.viewDidLoad()        generateGridNumbers()    }        func generateGridNumbers() {        numbers.shuffle()        for (index, button) in gridButtons.enumerated() {            button.title = &amp;quot;\(numbers[index])&amp;quot;        }    }        @IBAction func nextNumberButtonPressed(_ sender: NSButton) {        if numbers.count &amp;gt; 0 {            currentNumber = numbers.removeFirst()            numberLabel.stringValue = &amp;quot;Number: \(currentNumber!)&amp;quot;            checkWinner()        } else {            numberLabel.stringValue = &amp;quot;Game over&amp;quot;        }    }        func checkWinner() {        // Implement your logic to check if a player has won the game    } } [[Special:Contributions/169.224.9.204|169.224.9.204]] ([[User talk:169.224.9.204|talk]]) 17:52, 4 November 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Xcode languages support ==&lt;br /&gt;
&lt;br /&gt;
I noticed the part where it talks about Xcode language support should be updated for the languages it supports today. Does it really have any tooling for Java or Ruby nowadays? And the extra languages that needed plugins probably aren’t supported anymore either. [[User:Balder16|Balder16]] ([[User talk:Balder16|talk]]) 02:25, 12 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I searched the Apple Developer documentation, and the only other supported language I could find was C++. There&amp;#039;s no page on Java or Ruby. &lt;br /&gt;
:https://developer.apple.com/xcode/cpp/ [[User:KelCodesStuff|KelCodesStuff]] ([[User talk:KelCodesStuff|talk]]) 20:38, 5 March 2025 (UTC)&lt;br /&gt;
::I was meaning to gather some references to rewrite that part and ended up getting busy with other stuff. For example, when it says third parties added support to other programming languages, that was a feature of the Plugins that aren&amp;#039;t even supported anymore. [[User:Balder16|Balder16]] ([[User talk:Balder16|talk]]) 23:51, 5 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
group call [[Special:Contributions/197.250.51.2|197.250.51.2]] ([[User talk:197.250.51.2|talk]]) 18:10, 29 May 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A Commons file used on this page or its Wikidata item has been nominated for speedy deletion ==&lt;br /&gt;
The following Wikimedia Commons file used on this page or its Wikidata item has been nominated for speedy deletion:&lt;br /&gt;
* [[commons:File:Xcode.svg|Xcode.svg]]&amp;lt;!-- COMMONSBOT: speedy | 2025-06-11T05:36:27.973693 | Xcode.svg --&amp;gt;&lt;br /&gt;
You can see the reason for deletion at the file description page linked above. —[[User:Community Tech bot|Community Tech bot]] ([[User talk:Community Tech bot|talk]]) 05:36, 11 June 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>imported&gt;Community Tech bot</name></author>
	</entry>
</feed>