Skip to content

Commit

Permalink
SDK target to 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
saturngod committed Jan 16, 2015
1 parent 5380348 commit c66237b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Allow to convert between Zawgyi And Unicode. It's using [Parabaik](https://githu

You can download Mac app at [Release](https://github.com/saturngod/Unicode-Zawgyi-Converter/release).

### Requirement

- Mac OS X 10.9 or later

### iOS

If you want to use Parabaik in the iOS app, just drag and drop **parabaik** folder to your project.
Expand Down
2 changes: 2 additions & 0 deletions Uni Zawgyi Converter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Uni Zawgyi Converter/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -379,6 +380,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Uni Zawgyi Converter/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Binary file not shown.

0 comments on commit c66237b

Please sign in to comment.