[
  {
    "path": ".gitignore",
    "content": "#####\n# OS X temporary files that should never be committed\n.DS_Store\n*.swp\n*.lock\nprofile\n\n####\n# Xcode temporary files that should never be committed\n*~.nib\n\n####\n# Objective-C/Swift specific\n*.hmap\n*.ipa\n\n####\n# Xcode build files\nDerivedData/\nbuild/\nBuilds/\n\n#####\n# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)\n*.pbxuser\n*.mode1v3\n*.mode2v3\n*.perspectivev3\n!default.pbxuser\n!default.mode1v3\n!default.mode2v3\n!default.perspectivev3\n\n####\n# Xcode 4\nxcuserdata\n!xcschemes\n# Xcode 4\n*.moved-aside\n\n####\n# XCode 4 workspaces - more detailed\n!xcshareddata\n!default.xcworkspace\n*.xcworkspacedata\n\n\n####\n# Xcode 5\n*.xccheckout\n*.xcuserstate\n\n####\n# Xcode 7\n*.xcscmblueprint\n\n####\n# AppCode\n.idea/\n\n####\n# Other Xcode files\nprofile\n*.hmap\n*.ipa\n\n####\n# Carthage\nCarthage/Build\n\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: objective-c\nosx_image: xcode8.3\nxcode_workspace: ShadowsocksX-NG.xcworkspace\nxcode_scheme: ShadowsocksX-NG\nscript: set -o pipefail && xcodebuild test -workspace ShadowsocksX-NG.xcworkspace -scheme ShadowsocksX-NG -sdk macosx10.12 CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO|xcpretty\n"
  },
  {
    "path": "ISSUE_TEMPLATE.md",
    "content": "**System and Shadowsocksx-NG-R8 version:**\n\n- macOS 10.12.4 beta (16E144f)\n- Shadowsocksx-NG-R8 1.3.9-build4\n\n**Expected behavior:**\n\n\n\n**Actual behavior:**\n\n(N/A for feature requests)\n\n**Steps to reproduce:**\n\n(N/A for feature requests)\n\n**How often does this happen?**\n\n(N/A for feature requests)\n\n**ss-local.log**\n\nPlease upload the ss-local.log file here the file is in `~/Library/Logs`\n1) Open 'Advanced Settings -> enable Verbose Mode'\n2) Continue run `Shadowsocksx-NG-R8` for 5 minutes\n3) Upload the `~/Library/Logs/ss-local.log` here (with or without compress)\n\n**Application log**\n\nOpen the `Console.app` and search `Shadowsocksx-NG`\nCopy paste the log here\n\n**Crash Log**\n\nIf the app crashes and pop up a crash log, please copy and paste here\n\n**Tips:**\n\n- Always check for the latest update, some known bug has been fix in the latest release such as old version not support auth_aes_md5 auth_aes_sha1\n\n- Beta version of macOS also may couse some problems\n\n- ss-local compiled by macOS Sierra 10.12 not compatite with 10.11, some old release's ss-local are compiled using 10.12 will not work on 10.11, new release are try build in 10.10 to max fit the compatite\n\n"
  },
  {
    "path": "README.md",
    "content": "Remove due to regulation\n"
  }
]