Skip to content
Snippets Groups Projects
Select Git revision
  • f81390752e72cf40bce367a684cb64a7cf2c42a8
  • main default protected
  • development
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
11 results

Info.plist

Blame
  • Info.plist 1.34 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>AvailableLibraries</key>
    	<array>
    		<dict>
    			<key>LibraryIdentifier</key>
    			<string>ios-arm64_x86_64-simulator</string>
    			<key>LibraryPath</key>
    			<string>Bindings.framework</string>
    			<key>SupportedArchitectures</key>
    			<array>
    				<string>arm64</string>
    				<string>x86_64</string>
    			</array>
    			<key>SupportedPlatform</key>
    			<string>ios</string>
    			<key>SupportedPlatformVariant</key>
    			<string>simulator</string>
    		</dict>
    		<dict>
    			<key>LibraryIdentifier</key>
    			<string>macos-arm64_x86_64</string>
    			<key>LibraryPath</key>
    			<string>Bindings.framework</string>
    			<key>SupportedArchitectures</key>
    			<array>
    				<string>arm64</string>
    				<string>x86_64</string>
    			</array>
    			<key>SupportedPlatform</key>
    			<string>macos</string>
    		</dict>
    		<dict>
    			<key>LibraryIdentifier</key>
    			<string>ios-arm64</string>
    			<key>LibraryPath</key>
    			<string>Bindings.framework</string>
    			<key>SupportedArchitectures</key>
    			<array>
    				<string>arm64</string>
    			</array>
    			<key>SupportedPlatform</key>
    			<string>ios</string>
    		</dict>
    	</array>
    	<key>CFBundlePackageType</key>
    	<string>XFWK</string>
    	<key>XCFrameworkFormatVersion</key>
    	<string>1.0</string>
    </dict>
    </plist>