New answers tagged applications
0
An idea:
Move some of your data to your external HDD to free up some disk space temporarily.
Install Xcode (to your internal HDD).
Move the Xcode application to your external HDD (I believe it is OK to relocate recent versions of Xcode by dragging it in the Finder, since it is now a self-contained application).
Move your data back to your internal HDD ...
3
You can use the following Terminal command:
defaults write com.apple.Dock showhidden -bool YES && killall Dock
This can be undone with…
defaults delete com.apple.Dock showhidden && killall Dock
0
My system is to not install apps that don't have a mechanism for alerting me of their update status.
I have an email account (or you could use rules) and RSS technology to keep track of seldom used apps. Most apps I use regularly also have internal update notifications similar to Apple's for iTunes and MAS/OS updates.
That bypasses the need to devote time ...
0
Just click on the app
and push Command + "I", or right-click on the app and click "Get Info", or click on the app and navigate to File>Get Info (sixth command from the bottom).
All three of these will allow you to see the account name and email of the person who purchased them.
3
Macupdate Desktop does this for $20/year.
The MacUpdate.com website is the most actively updated website for Mac software that I know of. They often notify me of updates to software before I'm even aware that they are available, even if it is popular software that I use frequently.
The app can be set to automatically run even X hours or days. In addition, ...
3
AppFresh helps you to keep all applications, widgets, preference panes and application plugins installed on your Mac up to date.
http://metaquark.de/appfresh/mac
AppFresh for Mac license for $14.99
0
Window > Zoom usually works, but not for all applications (TextWrangler, Eclipse, etc). I found an application called Divvy that allows resizing, using which brings the title bar back into the visible space.
Some googling shows that Slate might be a better option, but I haven't tried it yet
2
You say the apps were downloaded under your friend's account, and they are paid.
Paid = You pay for it -- not friend pays for it.
There is a limitation in iOS preventing this from happening - you will need to know your friend's Apple ID and password to open the app - to prove it was you who bought them.
But why?
Without this limitation, there would be an ...
0
Yes, they are reviewed by humans and tools to verify compliance with all of a Apples rules. It's a sophisticated operation and actually one of the more secure and confidential areas of the whole Apple Campus.
0
I want to comment on Emil's answer but it appears I don't have the cred to comment.
I just wanted to add that I had a similar problem updating xcode. Simply clearing the cache and restarting App Store worked for me.
rm -rf ~/Library/Caches/com.apple.SoftwareUpdate/
1
Swift Publisher 3 ($19.99)
Page layout editor which is a suitable alternative to Adobe Indesign. Comes with plenty of pre-defined templates to choose from. It also has the ability to create additional templates. Allows the creation of professional-looking brochures, fliers and newsletters.
2
For a Premiere Pro "Equivalent", you have Premiere Element (80$).
For a real equivalent, there is still Apple's Final Cut Pro X (300$) or Avid Media Composer (1000$, Not on MAS)
3
For an Illustrator "equivalent", there is Inskape, (Open Source, Free, Not on the MacAppStore)
On the MacApp Store you have iDraw (25$) or Sketch (50$)
4
For a Photoshop "equivalent", there is already Photoshop Element (80$) that is cheaper but has much less functionalities.
Of course there is also Gimp (Free), but IMHO it's horrible to use on OSX and not available on the Mac App Store.
If you're looking for a simple and quite powerful software for your money, there is Pixelmator (16$) or Acorn (currently ...
1
It's simple, just open preferences, and change the date to the next day!
0
If you have the developer tools installed, you can view the signing information for a binary using this command:
codesign -dvvv <path to app.app>
The output looks like this:
Executable=/Volumes/Big Disk/F376/Projects/<My App>
Identifier=<My Bundle ID>
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20100 size=3958 ...
2
The Clear Recent History option in Firefox doesn't seem to remove saved passwords. But you can remove them from Preferences > Security > Saved Passwords.
1
I'm fairly sure that's an agent for LANDesk.
From this support page:
This starts at startup with the little three-chevron logo in the menu bar
3
If it is opened on login, check login items, {~,}/Library/Launch{Daemons,Agents}/, or /var/db/launchd.db/com.apple.launchd.peruser.501/overrides.plist.
You could also try running sudo opensnoop and clicking one of the menu items.
Or search for the names of the menu items:
grep -r 'Inventory Scan' -onlyin /Applications/
mdfind '"Inventory Scan"' -onlyin ...
0
The answer is "if you do not want to jailbreak an iPhone, the only way to get an app onto an iPhone is to publish it with Apple and there is a cost involved in doing that."
3
Web apps are easy, you just need to use Apple Configurator or the iPhone configuration utility to package the URL and add it to the home screen. You can also perform this from mobile safari directly.
You only need a web server and there are plenty of free web services if you don't want to host the app on a computer you control and could run MAMP or some ...
0
The best way to register without introducing credit card details is trying to download a free app and when you'll be asked for user/pass word, just fill all the fields click the radio button of None on the payment method screen.
Follow this steps, it's really easy!
1
Run iTunes on your computer.
Connect old (16GB) iPad to computer with USB cable.
Back up iPad to iTunes/computer. Do not erase old iPad yet.
Disconnect old iPad.
Connect new iPad to iTunes/computer with USB cable.
Restore settings from old iPad onto new.
Disconnect new iPad.
Once you're sure the new iPad has everything you expect on it (all app data, ...
0
You can create a Service menu workflow as influencejamie describes. However you can just use the 'Open Finder Items' option and add TextEdit as the app.
There is a good post about it here, which explains how to create the workflow in more detail.
1
An "Extras" folder inside a DMG file has no particular significance, it is just a subfolder distributed with the disk image and could just as well go by any other name. Therefor there is no generic answer to your question.
In the case of your example DiffMerge, the "Extras" folder contains a Readme.txt with suggested instructions on how to install these ...
3
Type Option-Command-Esc (this is the same method you mentioned about but with keyboard shortcut)
Option-Right Click application icon in Dock and choose "Force Quit"
Launch Terminal and:
type killall -9 application-name (e.g. killall -9 TextEdit)
or
type ps axc; you will get a long process list in the form:
[...]
6656 ?? S 0:22.89 TextEdit
...
13
There are many ways to force quit an OS X application:
Press and hold Command-Option-Shift-Escape for a few seconds. This will force quit the active application.
Press Command-Option-Escape to bring up the Force Quit window, where you can select the application you want to force quit.
Option + Right click on the Dock icon of the application and select ...
3
I see three other solutions :
Right click on the icon on the dock with option key pressed. (Works only with UI Application)
Activity monitor and right click
killall/kill command in the terminal
The first two require the mouse/trackpad, but the third can be done with the keyboard only (spotlight to open the terminal).
0
MultiPLX Is An Elegant, Pinterest-Like Web Based RSS Reader that works independently of Google. It will import your feeds from an XML/OPML file while retaining their folder structure. You can share an item across multiple social networks, star them, email a story, discover new feeds to follow, and easily organize your feeds. MultiPLX, however, provides the ...
0
In my opinion python-2.7-for-ios app is very good for coding in your Ipad.
Many packages are added all the time so not only standard library stuff is available..
Also of particular use is the editor Textastic..
To quote from their website :
"Textastic is an advanced code editor for iPad with rich support for syntax
highlighting, (S)FTP and Dropbox."
Both ...
Top 50 recent answers are included

