<?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>Apple Script | iHelp BR</title>
	<atom:link href="https://ihelpbr.com/tag/apple-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://ihelpbr.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Jul 2017 11:40:53 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/ihelpbr.com/wp-content/uploads/2019/05/cropped-Novo-Icone-iHelp-BR-2019.png?fit=32%2C32&#038;ssl=1</url>
	<title>Apple Script | iHelp BR</title>
	<link>https://ihelpbr.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">13962047</site>	<item>
		<title>#iDicasOSX: Como tornar a troca de contas no iTunes muito fácil.</title>
		<link>https://ihelpbr.com/idicasosx-como-tornar-a-troca-de-contas-no-itunes-muito-facil/</link>
					<comments>https://ihelpbr.com/idicasosx-como-tornar-a-troca-de-contas-no-itunes-muito-facil/#comments</comments>
		
		<dc:creator><![CDATA[Filipe Espósito]]></dc:creator>
		<pubDate>Mon, 25 Apr 2011 18:11:38 +0000</pubDate>
				<category><![CDATA[Dicas para iOS]]></category>
		<category><![CDATA[Apple Script]]></category>
		<category><![CDATA[atalho]]></category>
		<category><![CDATA[idicasosx]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<guid isPermaLink="false">http://ihelpbr.com/?p=12006</guid>

					<description><![CDATA[<p>Este artigo foi publicado há mais de 4 anos. Algumas informações podem estar desatualizadas e sem validade para os dias atuais.Nós brasileiros, que não temos a categoria “Games” em nossa App Store somos  obrigados a usar...</p>
The post <a href="https://ihelpbr.com/idicasosx-como-tornar-a-troca-de-contas-no-itunes-muito-facil/">#iDicasOSX: Como tornar a troca de contas no iTunes muito fácil.</a> first appeared on <a href="https://ihelpbr.com">iHelp BR</a>.]]></description>
										<content:encoded><![CDATA[<div class="juiz-outdated-message jodpm-top">Este artigo foi publicado há mais de 4 anos. Algumas informações podem estar desatualizadas e sem validade para os dias atuais.</div><p>Nós brasileiros, que não temos a categoria “Games” em nossa App Store somos  obrigados a usar uma conta <span><span>America</span></span>na ou <span><span>Argenti</span></span>na.</p>
<p>Muitas pessoas como eu, <span style="color: #000000;"><del></del></span>acham muito chato ter que ficar trocando de conta toda hora. Por isso, um desenvolvedor conseguiu criar um Script para facilitar esta troca de conta:</p>
<p style="text-align: center;"><a href="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.22.35-PM.png"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-full wp-image-12011 aligncenter" title="Apple Scripts iTunes - 1" src="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.22.35-PM.png?resize=531%2C113" alt="" width="531" height="113" /></a></p>
<p>Funciona tanto para o <span><span>iTunes</span></span> que esteja em Português quanto para em <span>Inglês</span>. Porém, o tutorial é diferente.</p>
<p><strong><span id="more-12006"></span>Tutorial para iTunes em Inglês:</strong></p>
<ol>
<li>Vá no <span><span>System</span></span><span><span>Preferences</span></span> (Preferências do Sistema), e depois em Universal <span><span>Acess</span></span> (<span>Acesso</span> Universal)</li>
<li>Habilite a função<strong> <span><span>Enable</span></span> <span><span>Acess</span></span> for <span><span>assistive</span></span> <span><span>devices</span></span></strong> (<span><span>Ativar</span></span> o acesso para dispositivos assistidos)</li>
<li>Vá em: <span><span>Machintosh</span></span> HD/<span><span>Applications</span></span>(Aplicativos)/<span><span>Utilities</span></span>(Utilitários) e abra o programa <strong><span><span>Apple Script</span></span></strong></li>
<li>Copie e cole no Apple Script, o <span><span>seginte</span></span> código, <strong>alterando o e-mail e a senha</strong></li>
<pre><code><span><span>tell</span></span> <span><span>application</span></span> "<span><span>System</span></span> <span><span>Events</span></span>"
<span><span>tell</span></span> <span><span>process</span></span> "<span><span>iTunes</span></span>"
    <span><span>set</span></span> <span><span>frontmost</span></span> to <span><span>true</span></span>
    <span><span>try</span></span>
        <span><span>click</span></span> menu item "<span><span>Sign</span></span> <span><span>Out</span></span>" <span><span>of</span></span> menu "<span><span>Store</span></span>" <span><span>of</span></span> menu bar item "<span><span>Store</span></span>" <span><span>of</span></span> menu bar 1
    <span><span>end</span></span> <span><span>try</span></span>
    <span><span>click</span></span> menu item "<span><span>Sign</span></span> In…" <span><span>of</span></span> menu "<span><span>Store</span></span>" <span><span>of</span></span> menu bar item "<span><span>Store</span></span>" <span><span>of</span></span> menu bar 1
    <span><span>keystroke</span></span> "<span><span>your</span></span>_<span><span>account</span></span>@email.com"
    <span><span>keystroke</span></span> <span><span>tab</span></span>
    <span><span>keystroke</span></span> "<span><span>your</span></span>_password"
    <span><span>keystroke</span></span> <span><span>return</span></span>
    <span><span>delay</span></span> 3
    <span><span>keystroke</span></span> <span><span>return</span></span>
<span><span>end</span></span> <span><span>tell</span></span>
<span><span>end</span></span> <span><span>tell</span></span>
</code></pre>
<li><span><span>Clique em <strong>Save As…</strong></span></span></li>
<p><a href="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.42.21-PM.png"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-12013 aligncenter" title="Apple Script iTunes - 2" src="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.42.21-PM.png?resize=409%2C245" alt="" width="409" height="245" /></a></p>
<li>Salve como “Conta US”, na pasta: Library/iTunes/Scripts (Biblioteca/iTunes/Scripts).OBS: Na hora de selecionar o formato do arquivo, selecione “Aplication”(Aplicativo).</li>
<p><a href="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.47.39-PM.png"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-12016 aligncenter" title="Apple Script iTunes - 3" src="https://i0.wp.com/ihelpbr.com/wp-content/uploads/2011/04/Screen-shot-2011-04-25-at-2.47.39-PM.png?resize=427%2C254" alt="" width="427" height="254" /></a></p>
<li><span><span>Faça o mesmo para a conta Brasileira, <strong>alterando no código, seu e-mail e senha.</strong></span></span></li>
</ol>
<p><strong>Tutorial para iTunes em português:</strong></p>
<p><strong>Para você que tem o iTunes em português, basta somente alterar o código do passo 4.</strong></p>
<p>Você deverá copiar o seguinte código:</p>
<pre><code>tell application "System Events"
 set frontmost to true
 tell process "iTunes"
 try
 click menu item "Finalizar Sessão" of menu "Loja" of menu bar item "Loja" of menu bar 1
 end try
 click menu item "Iniciar Sessão…" of menu "Loja" of menu bar item "Loja" of menu bar 1
 keystroke "login@email.com"
 keystroke tab
 keystroke "senha"
 keystroke return
 delay 3
 keystroke return
 end tell
 end tell</code></pre>The post <a href="https://ihelpbr.com/idicasosx-como-tornar-a-troca-de-contas-no-itunes-muito-facil/">#iDicasOSX: Como tornar a troca de contas no iTunes muito fácil.</a> first appeared on <a href="https://ihelpbr.com">iHelp BR</a>.]]></content:encoded>
					
					<wfw:commentRss>https://ihelpbr.com/idicasosx-como-tornar-a-troca-de-contas-no-itunes-muito-facil/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12006</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 116/128 queries in 0.006 seconds using Disk

Served from: ihelpbr.com @ 2026-06-07 15:33:30 by W3 Total Cache
-->