While directly dragging photos from a Mac's Photos app to a Finder folder, the date and time that the photos were taken cannot be preserved. Here is the solution to keep the correct date and time of photos:
1. Import photos from an iPhone using the Photos app on a Mac.
2. Select photos and select File -> Export -> Export Unmodified Original For ## Items...
3. Select the folder to export the files.
This blog is about Apple's Swift programming language with iOS, Xcode, and iPhone.
Related Information: Electrical and Computer Engineering - StudyEECC
Biomedical Engineering -
StudyBME
Python - Study Raspberry Pi
Monday, January 30, 2017
Tuesday, January 17, 2017
Mac Technique: Steps to Create a Bootable macOS Installer on a USB drive
This post shows how to create a bootable USB drive for macOS Sierra installation. The USB drive was created with a MacBook Pro running OS X 10.8.5 (Mountain Lion), which was installed on a clean SSD by holding down the option key during the first boot after swapping the Mac's hard drive with the SSD.
The steps to create the bootable macOS USB installer are as below:
The original OS X version is Mountain Lion 10.8.5.
Go to the Mac's App Store and get the latest macOS.
Quit the macOS installer.
The installer may be found in the Applications folder of Finder:
Application\Install macOS Sierra
Open the terminal and type this command:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB/ --applicationpath /Applications/Install\ macOS\ Sierra.app/
For other paths for USB drive or Sierra.app or for installing other OS X versions, refer to Apple's official document: Create a bootable installer for macOS.
Reference:
Create a bootable installer for macOS
The steps to create the bootable macOS USB installer are as below:
The original OS X version is Mountain Lion 10.8.5.
Go to the Mac's App Store and get the latest macOS.
Quit the macOS installer.
The installer may be found in the Applications folder of Finder:
Application\Install macOS Sierra
Open the terminal and type this command:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB/ --applicationpath /Applications/Install\ macOS\ Sierra.app/
For other paths for USB drive or Sierra.app or for installing other OS X versions, refer to Apple's official document: Create a bootable installer for macOS.
Now the USB drive has been successfully formatted as a bootable macOS installer.
Reference:
Create a bootable installer for macOS
Monday, January 2, 2017
Mac Technique: Delete Key for Windows on Mac
To delete text or files in Windows installed on Mac, use:
[fn] + [delete]
Related Information:
The Mac OS X Delete Key: It Goes Both Ways
Mac Technique: How to install Windows Support Software without Boot Camp icon in Windows 10
[fn] + [delete]
Related Information:
The Mac OS X Delete Key: It Goes Both Ways
Mac Technique: How to install Windows Support Software without Boot Camp icon in Windows 10
Subscribe to:
Posts (Atom)