<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Apple_framework</id>
		<title>Apple framework - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Apple_framework"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;action=history"/>
		<updated>2026-05-15T05:31:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=25042&amp;oldid=prev</id>
		<title>Dan Tobias at 22:20, 16 March 2016</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=25042&amp;oldid=prev"/>
				<updated>2016-03-16T22:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:20, 16 March 2016&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A '''.framework''' file in Apple systems is one of a number of OS X file types that are actually subdirectories (folders), though they appear to the Mac's Finder as single files. It is used to add functionality to OS X or iOS apps being developed in [[Objective-C]] in the Xcode development environment. There are a number of these which are part of the Cocoa framework set to do such things as access audio and video recording and playing on an Apple device. Developers don't normally have to deal directly with the files, as they are provided as part of the overall development environment and can be added to a project through the internal interface of Xcode without directly navigating the file tree, and in fact Apple seems to be trying to make the raw files &amp;quot;hard to get&amp;quot; by burying them deeply in a path such as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/. Note that several of the directories in the path have file extensions too; this indicates a nested structure of things that look like files to Finder but are actually directories.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A '''.framework''' file in Apple systems is one of a number of OS X file types that are actually subdirectories (folders), though they appear to the Mac's Finder as single files. It is used to add functionality to OS X or iOS apps being developed in [[Objective-C&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]] or [[Swift&lt;/ins&gt;]] in the Xcode development environment. There are a number of these which are part of the Cocoa framework set to do such things as access audio and video recording and playing on an Apple device. Developers don't normally have to deal directly with the files, as they are provided as part of the overall development environment and can be added to a project through the internal interface of Xcode without directly navigating the file tree, and in fact Apple seems to be trying to make the raw files &amp;quot;hard to get&amp;quot; by burying them deeply in a path such as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/. Note that several of the directories in the path have file extensions too; this indicates a nested structure of things that look like files to Finder but are actually directories.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you do manage to get to the innards of a .framework file/directory, you'll find that it contains a subdirectory called &amp;quot;Headers&amp;quot; that contains [[Objective-C]] header files (.h) defining the interface of the module (these are viewable in Xcode in the &amp;quot;Frameworks&amp;quot; section without needing to know the long path leading to the actual files), and also one file directly within the main directory that is named the same as the name of the framework (without any extension) and contains the binary code of the framework module that is linked into the app when it is built.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you do manage to get to the innards of a .framework file/directory, you'll find that it contains a subdirectory called &amp;quot;Headers&amp;quot; that contains [[Objective-C]] header files (.h) defining the interface of the module (these are viewable in Xcode in the &amp;quot;Frameworks&amp;quot; section without needing to know the long path leading to the actual files), and also one file directly within the main directory that is named the same as the name of the framework (without any extension) and contains the binary code of the framework module that is linked into the app when it is built.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=10559&amp;oldid=prev</id>
		<title>Dan Tobias at 20:12, 19 March 2013</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=10559&amp;oldid=prev"/>
				<updated>2013-03-19T20:12:32Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:12, 19 March 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;An &lt;/del&gt;'''&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Apple &lt;/del&gt;framework''' file is one of a number of OS X file types that are actually subdirectories (folders), though they appear to the Mac's Finder as single files. It is used to add functionality to OS X or iOS apps being developed in [[Objective-C]] in the Xcode development environment. There are a number of these which are part of the Cocoa framework set to do such things as access audio and video recording and playing on an Apple device. Developers don't normally have to deal directly with the files, as they are provided as part of the overall development environment and can be added to a project through the internal interface of Xcode without directly navigating the file tree, and in fact Apple seems to be trying to make the raw files &amp;quot;hard to get&amp;quot; by burying them deeply in a path such as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/. Note that several of the directories in the path have file extensions too; this indicates a nested structure of things that look like files to Finder but are actually directories.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;A &lt;/ins&gt;'''&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;.&lt;/ins&gt;framework''' file &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;in Apple systems &lt;/ins&gt;is one of a number of OS X file types that are actually subdirectories (folders), though they appear to the Mac's Finder as single files. It is used to add functionality to OS X or iOS apps being developed in [[Objective-C]] in the Xcode development environment. There are a number of these which are part of the Cocoa framework set to do such things as access audio and video recording and playing on an Apple device. Developers don't normally have to deal directly with the files, as they are provided as part of the overall development environment and can be added to a project through the internal interface of Xcode without directly navigating the file tree, and in fact Apple seems to be trying to make the raw files &amp;quot;hard to get&amp;quot; by burying them deeply in a path such as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/. Note that several of the directories in the path have file extensions too; this indicates a nested structure of things that look like files to Finder but are actually directories.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you do manage to get to the innards of a .framework file/directory, you'll find that it contains a subdirectory called &amp;quot;Headers&amp;quot; that contains [[Objective-C]] header files (.h) defining the interface of the module (these are viewable in Xcode in the &amp;quot;Frameworks&amp;quot; section without needing to know the long path leading to the actual files), and also one file directly within the main directory that is named the same as the name of the framework (without any extension) and contains the binary code of the framework module that is linked into the app when it is built.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you do manage to get to the innards of a .framework file/directory, you'll find that it contains a subdirectory called &amp;quot;Headers&amp;quot; that contains [[Objective-C]] header files (.h) defining the interface of the module (these are viewable in Xcode in the &amp;quot;Frameworks&amp;quot; section without needing to know the long path leading to the actual files), and also one file directly within the main directory that is named the same as the name of the framework (without any extension) and contains the binary code of the framework module that is linked into the app when it is built.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=10557&amp;oldid=prev</id>
		<title>Dan Tobias: Created page with &quot;{{FormatInfo |subcat=Development |extensions={{ext|framework}} }}  An '''Apple framework''' file is one of a number of OS X file types that are actually subdirectories (folder...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Apple_framework&amp;diff=10557&amp;oldid=prev"/>
				<updated>2013-03-19T20:10:43Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |subcat=Development |extensions={{ext|framework}} }}  An &amp;#039;&amp;#039;&amp;#039;Apple framework&amp;#039;&amp;#039;&amp;#039; file is one of a number of OS X file types that are actually subdirectories (folder...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Development&lt;br /&gt;
|extensions={{ext|framework}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An '''Apple framework''' file is one of a number of OS X file types that are actually subdirectories (folders), though they appear to the Mac's Finder as single files. It is used to add functionality to OS X or iOS apps being developed in [[Objective-C]] in the Xcode development environment. There are a number of these which are part of the Cocoa framework set to do such things as access audio and video recording and playing on an Apple device. Developers don't normally have to deal directly with the files, as they are provided as part of the overall development environment and can be added to a project through the internal interface of Xcode without directly navigating the file tree, and in fact Apple seems to be trying to make the raw files &amp;quot;hard to get&amp;quot; by burying them deeply in a path such as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/. Note that several of the directories in the path have file extensions too; this indicates a nested structure of things that look like files to Finder but are actually directories.&lt;br /&gt;
&lt;br /&gt;
If you do manage to get to the innards of a .framework file/directory, you'll find that it contains a subdirectory called &amp;quot;Headers&amp;quot; that contains [[Objective-C]] header files (.h) defining the interface of the module (these are viewable in Xcode in the &amp;quot;Frameworks&amp;quot; section without needing to know the long path leading to the actual files), and also one file directly within the main directory that is named the same as the name of the framework (without any extension) and contains the binary code of the framework module that is linked into the app when it is built.&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple]]&lt;br /&gt;
[[Category:iOS]]&lt;br /&gt;
[[Category:Macintosh]]&lt;/div&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	</feed>