Unbearbeitete Dateien
133
ServalJump.app/Info.plist
Normal file
@ -0,0 +1,133 @@
|
||||
<?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>BuildMachineOSBuild</key>
|
||||
<string>15G1217</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>サーバルジャンプ</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>ServalJump</string>
|
||||
<key>CFBundleIcons</key>
|
||||
<dict>
|
||||
<key>CFBundlePrimaryIcon</key>
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>AppIcon20x20</string>
|
||||
<string>AppIcon29x29</string>
|
||||
<string>AppIcon40x40</string>
|
||||
<string>AppIcon60x60</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>jp.vgame.serval</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ServalJump</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>iPhoneOS</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>14C89</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>iphoneos</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>10.2</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>14C89</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>iphoneos10.2</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0821</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>8C1002</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>8.0</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||
<string>シェア機能で使用します。</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>シェア機能で使用します。</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>ゲームプレイ録画時にマイク録音を行う際に使用します。</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>ゲームプレイ動画を保存する際に使用します。</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
<key>UILaunchImageFile</key>
|
||||
<string>LaunchImage</string>
|
||||
<key>UIPrerenderedIcon</key>
|
||||
<true/>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<dict>
|
||||
<key>accelerometer</key>
|
||||
<true/>
|
||||
<key>opengles-1</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>UIRequiresFullScreen</key>
|
||||
<true/>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<true/>
|
||||
<key>UISupportedDevices</key>
|
||||
<array>
|
||||
<string>iPad4,1</string>
|
||||
<string>iPad4,2</string>
|
||||
<string>iPad4,3</string>
|
||||
<string>iPad4,4</string>
|
||||
<string>iPad4,5</string>
|
||||
<string>iPad4,6</string>
|
||||
<string>iPad4,7</string>
|
||||
<string>iPad4,8</string>
|
||||
<string>iPad4,9</string>
|
||||
<string>iPad5,1</string>
|
||||
<string>iPad5,2</string>
|
||||
<string>iPad5,3</string>
|
||||
<string>iPad5,4</string>
|
||||
<string>iPad6,11</string>
|
||||
<string>iPad6,12</string>
|
||||
<string>iPad6,3</string>
|
||||
<string>iPad6,4</string>
|
||||
<string>iPad6,7</string>
|
||||
<string>iPad6,8</string>
|
||||
<string>iPhone6,1</string>
|
||||
<string>iPhone6,2</string>
|
||||
<string>iPhone7,2</string>
|
||||
<string>iPhone8,1</string>
|
||||
<string>iPhone8,4</string>
|
||||
<string>iPhone9,1</string>
|
||||
<string>iPhone9,3</string>
|
||||
<string>iPod7,1</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
BIN
ServalJump.app/LaunchImage-568h@2x.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
ServalJump.app/LaunchImage.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
ServalJump.app/LaunchImage@2x.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
ServalJump.app/res/images/common/btn_back.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
ServalJump.app/res/images/common/btn_start.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
ServalJump.app/res/images/common/btn_start_off.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
ServalJump.app/res/images/common/btn_start_on.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
ServalJump.app/res/images/common/btn_ura.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
ServalJump.app/res/images/common/dialog_extralife.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
ServalJump.app/res/images/common/help_img.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
ServalJump.app/res/images/common/help_logp.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_resume_off.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_resume_on.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_retry_off.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_retry_on.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_title_off.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
ServalJump.app/res/images/common/menu_btn_title_on.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
ServalJump.app/res/images/common/sound.PNG
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
ServalJump.app/res/images/common/start_mes1.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
ServalJump.app/res/images/common/start_mes2.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
ServalJump.app/res/images/common/start_mes3.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
ServalJump.app/res/images/logo/_shere.PNG
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
ServalJump.app/res/images/logo/clear.PNG
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
ServalJump.app/res/images/logo/clear3.PNG
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
ServalJump.app/res/images/logo/continue.PNG
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
ServalJump.app/res/images/logo/fced.PNG
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
ServalJump.app/res/images/logo/fcop.PNG
Normal file
After Width: | Height: | Size: 187 KiB |
BIN
ServalJump.app/res/images/logo/frends.PNG
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
ServalJump.app/res/images/logo/gameover.PNG
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
ServalJump.app/res/images/logo/gameplay.PNG
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
ServalJump.app/res/images/logo/info.PNG
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
ServalJump.app/res/images/logo/ited.PNG
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
ServalJump.app/res/images/logo/itop.PNG
Normal file
After Width: | Height: | Size: 197 KiB |
BIN
ServalJump.app/res/images/logo/live.PNG
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
ServalJump.app/res/images/logo/logogr.PNG
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
ServalJump.app/res/images/logo/no.PNG
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
ServalJump.app/res/images/logo/pause.PNG
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
ServalJump.app/res/images/logo/rec.PNG
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
ServalJump.app/res/images/logo/restart.PNG
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
ServalJump.app/res/images/logo/retry.PNG
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
ServalJump.app/res/images/logo/shere.PNG
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
ServalJump.app/res/images/logo/sound.PNG
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
ServalJump.app/res/images/logo/spt.PNG
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
ServalJump.app/res/images/logo/st1.PNG
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
ServalJump.app/res/images/logo/st2.PNG
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
ServalJump.app/res/images/logo/st3.PNG
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
ServalJump.app/res/images/logo/st4.PNG
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
ServalJump.app/res/images/logo/st5.PNG
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
ServalJump.app/res/images/logo/st6.PNG
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
ServalJump.app/res/images/logo/stage_arai.PNG
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
ServalJump.app/res/images/logo/stage_osanpo.PNG
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
ServalJump.app/res/images/logo/stage_random.PNG
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
ServalJump.app/res/images/logo/stage_serval.PNG
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
ServalJump.app/res/images/logo/stage_toki.PNG
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
ServalJump.app/res/images/logo/stageselect.PNG
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
ServalJump.app/res/images/logo/start1.PNG
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
ServalJump.app/res/images/logo/start2.PNG
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
ServalJump.app/res/images/logo/start3.PNG
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
ServalJump.app/res/images/logo/start4.PNG
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
ServalJump.app/res/images/logo/start5.PNG
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
ServalJump.app/res/images/logo/title.PNG
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
ServalJump.app/res/images/logo/totitle.PNG
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
ServalJump.app/res/images/logo/web.PNG
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
ServalJump.app/res/images/logo/yes.PNG
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
ServalJump.app/res/images/logo/zuttomo.PNG
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
ServalJump.app/res/images/select_img1.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
ServalJump.app/res/images/select_img2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
ServalJump.app/res/images/title_img.png
Normal file
After Width: | Height: | Size: 16 KiB |