<?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>株式会社アプリ工房 &#187; iOS申請</title>
	<atom:link href="https://www.app-studio.jp/tag/ios%e7%94%b3%e8%ab%8b/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.app-studio.jp</link>
	<description>Webサービス開発/Mobile(iOS,Android)開発ならお任せください</description>
	<lastBuildDate>Mon, 05 Jan 2026 09:54:33 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>iOSアプリ申請をする際に見たページやメモなど</title>
		<link>https://www.app-studio.jp/2013/11/07/51/</link>
		<comments>https://www.app-studio.jp/2013/11/07/51/#comments</comments>
		<pubDate>Wed, 06 Nov 2013 15:00:54 +0000</pubDate>
		<dc:creator><![CDATA[katsuji.otsuka]]></dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[開発]]></category>
		<category><![CDATA[iOS申請]]></category>

		<guid isPermaLink="false">http://www.app-studio.jp/?p=51</guid>
		<description><![CDATA[iconや起動画面のサイズやファイル名など http://tande.jp/lab/2012/01/1635 申請方法 http://www.tamurasouko.com/?p=522 icon画像変換にImageMa ...]]></description>
				<content:encoded><![CDATA[<p>iconや起動画面のサイズやファイル名など<br />
<a href="http://tande.jp/lab/2012/01/1635">http://tande.jp/lab/2012/01/1635</a></p>
<p>申請方法<br />
<a href="http://www.tamurasouko.com/?p=522">http://www.tamurasouko.com/?p=522</a></p>
<p>icon画像変換にImageMagickを使ったのですが、その時のコマンドはこんな感じ。</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/sh
ORG_IMAGE=icon_1024.png
DIST_DIR=Resources
convert -resize 57x57 $ORG_IMAGE $DIST_DIR/Icon.png
convert -resize 114x114 $ORG_IMAGE $DIST_DIR/Icon@2x.png
convert -resize 72x72 $ORG_IMAGE $DIST_DIR/Icon-72.png
convert -resize 144x144 $ORG_IMAGE $DIST_DIR/Icon-72@2x.png
convert -resize 120x120 $ORG_IMAGE $DIST_DIR/Icon-60@2x.png
convert -resize 76x76 $ORG_IMAGE $DIST_DIR/Icon-76.png
convert -resize 152x152 $ORG_IMAGE $DIST_DIR/Icon-76@2x.png
convert -resize 29x29 $ORG_IMAGE $DIST_DIR/Icon-Small.png
convert -resize 58x58 $ORG_IMAGE $DIST_DIR/Icon-Small@2x.png
convert -resize 50x50 $ORG_IMAGE $DIST_DIR/Icon-Small-50.png
convert -resize 100x100 $ORG_IMAGE $DIST_DIR/Icon-Small-50@2x.png
convert -resize 40x40 $ORG_IMAGE $DIST_DIR/Icon-Small-40.png
convert -resize 80x80 $ORG_IMAGE $DIST_DIR/Icon-Small-40@2x.png
</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.app-studio.jp/2013/11/07/51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- ZenCache is NOT caching this page, because `$_SERVER['REQUEST_URI']` indicates this is a `/feed`; and the configuration of this site says not to cache XML-based feeds. -->