Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions OpenCC.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Pod::Spec.new do |s|
s.name = "OpenCC"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "Open Chinese Convert"
s.description = <<-DESC
The Pod spec wraps OpeCC (Open Chinese Convert) that helps you to convert Traditianl Chinese
to Simplified Chinese, and vise versa.
DESC

s.homepage = "https://github.com/zonble/OpenCC"
s.homepage = "https://github.com/SPHTech/OpenCC"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "zonble" => "zonble@gmail.com" }
s.source = { :git => "https://github.com/zonble/OpenCC.git", :tag => s.version.to_s, :submodules => true }
s.social_media_url = "https://twitter.com/zonble"
s.author = { 'SPHTech' => 'itdios@sph.com.sg' }
s.source = { :git => "https://github.com/SPHTech/OpenCC.git", :tag => s.version.to_s, :submodules => true }

s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mkdir lib

## iOS

xcodebuild archive -project SwiftOpenCC/SwiftyOpenCC.xcodeproj -target OpenCCBridge -sdk iphoneos -arch armv7 -arch armv7s -arch arm64 -arch arm64e SYMROOT="../build" OTHER_CFLAGS="-fembed-bitcode" BITCODE_GENERATION_MODE=bitcode ONLY_ACTIVE_ARCH=NO 2>&1
xcodebuild archive -project SwiftOpenCC/SwiftyOpenCC.xcodeproj -target OpenCCBridge -sdk iphonesimulator -arch i386 -arch x86_64 -arch arm64 SYMROOT="../build" OTHER_CFLAGS="-fembed-bitcode" BITCODE_GENERATION_MODE=bitcode ONLY_ACTIVE_ARCH=NO 2>&1
xcodebuild archive -project SwiftOpenCC/SwiftyOpenCC.xcodeproj -target OpenCCBridge -sdk iphoneos -arch arm64 -arch arm64e SYMROOT="../build" OTHER_CFLAGS="-fembed-bitcode" BITCODE_GENERATION_MODE=bitcode ONLY_ACTIVE_ARCH=NO 2>&1
xcodebuild archive -project SwiftOpenCC/SwiftyOpenCC.xcodeproj -target OpenCCBridge -sdk iphonesimulator -arch x86_64 -arch arm64 SYMROOT="../build" OTHER_CFLAGS="-fembed-bitcode" BITCODE_GENERATION_MODE=bitcode ONLY_ACTIVE_ARCH=NO 2>&1

## macOS

Expand Down