summaryrefslogtreecommitdiff
path: root/gn/examples/ios/build/config/ios/resources
diff options
context:
space:
mode:
Diffstat (limited to 'gn/examples/ios/build/config/ios/resources')
-rw-r--r--gn/examples/ios/build/config/ios/resources/Entitlements-Simulated.plist12
-rw-r--r--gn/examples/ios/build/config/ios/resources/Info.plist22
-rw-r--r--gn/examples/ios/build/config/ios/resources/compiler-Info.plist33
3 files changed, 67 insertions, 0 deletions
diff --git a/gn/examples/ios/build/config/ios/resources/Entitlements-Simulated.plist b/gn/examples/ios/build/config/ios/resources/Entitlements-Simulated.plist
new file mode 100644
index 00000000000..0a4badfb3c8
--- /dev/null
+++ b/gn/examples/ios/build/config/ios/resources/Entitlements-Simulated.plist
@@ -0,0 +1,12 @@
+<?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>application-identifier</key>
+ <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
+ </array>
+</dict>
+</plist>
diff --git a/gn/examples/ios/build/config/ios/resources/Info.plist b/gn/examples/ios/build/config/ios/resources/Info.plist
new file mode 100644
index 00000000000..9bcb244429e
--- /dev/null
+++ b/gn/examples/ios/build/config/ios/resources/Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>$(CURRENT_PROJECT_VERSION)</string>
+</dict>
+</plist>
diff --git a/gn/examples/ios/build/config/ios/resources/compiler-Info.plist b/gn/examples/ios/build/config/ios/resources/compiler-Info.plist
new file mode 100644
index 00000000000..0a025174f6e
--- /dev/null
+++ b/gn/examples/ios/build/config/ios/resources/compiler-Info.plist
@@ -0,0 +1,33 @@
+<?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>DTSDKName</key>
+ <string>$(SDK_NAME)</string>
+ <key>DTXcode</key>
+ <string>$(XCODE_VERSION)</string>
+ <key>DTSDKBuild</key>
+ <string>$(SDK_BUILD)</string>
+ <key>BuildMachineOSBuild</key>
+ <string>$(MACOS_BUILD)</string>
+ <key>DTPlatformName</key>
+ <string>$(PLATFORM_NAME)</string>
+ <key>DTCompiler</key>
+ <string>$(COMPILER_NAME)</string>
+ <key>DTPlatformVersion</key>
+ <string>$(PLATFORM_VERSION)</string>
+ <key>DTXcodeBuild</key>
+ <string>$(XCODE_BUILD)</string>
+ <key>DTPlatformBuild</key>
+ <string>$(PLATFORM_BUILD)</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>$(PLATFORM_DISPLAY_NAME)</string>
+ </array>
+ <key>UIDeviceFamily</key>
+ <array>
+ <string>1</string>
+ <string>2</string>
+ </array>
+</dict>
+</plist>