- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for iPhoneOS (0.08 sec)
-
misc/ios/clangwrap.sh
#!/bin/sh # This script configures clang to target the iOS simulator. If you'd like to # build for real iOS devices, change SDK to "iphoneos" and PLATFORM to "ios". # This uses the latest available iOS SDK, which is recommended. To select a # specific SDK, run 'xcodebuild -showsdks' to see the available SDKs and replace # iphonesimulator with one of them. SDK=iphonesimulator PLATFORM=ios-simulator if [ "$GOARCH" == "arm64" ]; then CLANGARCH="arm64"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Jun 18 16:32:49 UTC 2024 - 724 bytes - Viewed (0) -
misc/ios/go_ios_exec.go
<plist version="1.0"> <dict> <key>CFBundleName</key><string>golang.gotest</string> <key>CFBundleSupportedPlatforms</key><array><string>iPhoneOS</string></array> <key>CFBundleExecutable</key><string>gotest</string> <key>CFBundleVersion</key><string>1.0</string> <key>CFBundleShortVersionString</key><string>1.0</string>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Jun 18 16:32:49 UTC 2024 - 8.7K bytes - Viewed (0)