Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asada authored and asada committed Oct 11, 2016
1 parent 47109f5 commit 3a1614d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
*.h linguist-language=Swift
*.m linguist-language=Swift
*.cpp linguist-language=Swift

20 changes: 4 additions & 16 deletions README.md
Expand Up @@ -10,7 +10,8 @@ http://en.wikipedia.org/wiki/X68000%27s_MDX
* バッググラウンドプレイ
* リモートコントロール
* ループプレイ
* Dropbox (要key)
* Dropbox
* その他色々

mdxデコード部はGORRYさんのGAMDXからのポートとなります。
mdx,ADPCM,OPMなどのLicense等含めGAMDXにつきましてはこちらを参照願います。
Expand All @@ -28,24 +29,11 @@ AppStore

### how to make

Xcode 8 later

1. install [cocoapods](http://cocoapods.org/)

install cocoapods, and

$ pod install

2. add keys.h

keys.h is for Dropbox client key
xcode say keys.h not found.
make keys.h

#define DROPBOX_KEY @"dropbox client key"
#define DROPBOX_SECRET @"dropbox client secret key"

please see [https://www.dropbox.com/developers/](https://www.dropbox.com/developers/)


### attention

This code is for 32bit only.
4 changes: 2 additions & 2 deletions resources/mdxplayer-Info.plist
Expand Up @@ -34,7 +34,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.0.0.3</string>
<string>2.0.1.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 3a1614d

Please sign in to comment.