Set DEPLOYMENT_POSTPROCESSING to true for release config.
→ Setting this flag makes Xcode not copy libswiftRemoteMirror.dylib to the root app bundle, which is disallowed by ITMS (ERROR ITMS-90171)
| import UIKit | |
| private let reuseIdentifier = "Cell" | |
| class CollectionViewController: UICollectionViewController { | |
| /* Custom scrollView for paging */ | |
| let pagingScrollView = UIScrollView() | |
| /* Return item size */ |
| Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ |
| $ ssh <user>@<mac-without-screen> | |
| $ sudo defaults write /var/db/launchd.db/com.apple.launchd/overrides.plist com.apple.screensharing -dict Disabled -bool false | |
| $ sudo launchctl load /System/Library/LaunchDaemons/com.apple.screensharing.plist | |
| /System/Library/LaunchDaemons/com.apple.screensharing.plist: Service is disabled | |
| $ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist |
| 1. Open plist: `open /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist` | |
| 3. Add the text of 'xcode_duplicate_key.txt' to this file | |
| 4. Go to Xcode preferences -> Key Bindings -> Text tab -> Scroll till you see Duplication | |
| 5. Click on Duplicate Current Line, add a shortcut for it, eg. Cmnd+D (resolve any duplicate bindings) | |
| 6. Open Xcode |
| <vmap:VMAP xmlns:vmap="//www.iab.net/vmap-1.0" version="1.0"> | |
| <vmap:AdBreak breakType="linear" timeOffset="start"> | |
| <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="2"> | |
| <VASTData> | |
| <VAST xmlns:xsi="//www.w3.org/2001/XMLSchema-instance" | |
| xsi:noNamespaceSchemaLocation="vast.xsd" | |
| version="2.0"> | |
| <Ad id="1"> | |
| <InLine> | |
| <AdSystem>GDFP</AdSystem> |