Subversion Repositories Mobile Apps.GyroMouse

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
        <key>BuildMachineOSBuild</key>
6
        <string>21H1123</string>
7
        <key>CFBundleDevelopmentRegion</key>
8
        <string>en</string>
9
        <key>CFBundleExecutable</key>
10
        <string>GyroServer</string>
11
        <key>CFBundleIconFile</key>
12
        <string>AppIcon</string>
13
        <key>CFBundleIconName</key>
14
        <string>AppIcon</string>
15
        <key>CFBundleIdentifier</key>
16
        <string>com.pmbaty.iosbuildenv.GyroServer</string>
17
        <key>CFBundleInfoDictionaryVersion</key>
18
        <string>6.0</string>
19
        <key>CFBundleName</key>
20
        <string>GyroServer</string>
21
        <key>CFBundlePackageType</key>
22
        <string>APPL</string>
23
        <key>CFBundleShortVersionString</key>
24
        <string>1.0</string>
25
        <key>CFBundleSignature</key>
26
        <string>????</string>
27
        <key>CFBundleSupportedPlatforms</key>
28
        <array>
29
                <string>MacOSX</string>
30
        </array>
31
        <key>CFBundleVersion</key>
32
        <string>1031</string>
33
        <key>DTCompiler</key>
34
        <string>com.apple.compilers.llvm.clang.1_0</string>
35
        <key>DTPlatformBuild</key>
36
        <string>14C18</string>
37
        <key>DTPlatformName</key>
38
        <string>macosx</string>
39
        <key>DTPlatformVersion</key>
40
        <string>13.1</string>
41
        <key>DTSDKBuild</key>
42
        <string>22C55</string>
43
        <key>DTSDKName</key>
44
        <string>macosx13.1</string>
45
        <key>DTXcode</key>
46
        <string>1420</string>
47
        <key>DTXcodeBuild</key>
48
        <string>14C18</string>
49
        <key>LSApplicationCategoryType</key>
50
        <string>public.app-category.utilities</string>
51
        <key>LSMinimumSystemVersion</key>
52
        <string>10.13</string>
53
        <key>LSUIElement</key>
54
        <true/>
55
        <key>NSAppTransportSecurity</key>
56
        <dict>
57
                <key>NSAllowsArbitraryLoads</key>
58
                <true/>
59
        </dict>
60
        <key>NSAppleEventsUsageDescription</key>
61
        <string>creating keystrokes and mouse click events on this Mac</string>
62
        <key>NSHumanReadableCopyright</key>
63
        <string>Copyright © 2015 Matteo Riva. All rights reserved.</string>
64
        <key>NSMainStoryboardFile</key>
65
        <string>Main</string>
66
        <key>NSPrincipalClass</key>
67
        <string>NSApplication</string>
68
</dict>
69
</plist>