OpenZesame / Zhip

iOS Wallet for Zilliqa
MIT License
35 stars 6 forks source link

Bundle id case sensitive fix #96

Closed Sajjon closed 5 years ago

Sajjon commented 5 years ago

Checklist

Motivation and Context

Bundle identifiers are case senstive, "com.openzesame.Zhip" is incorrect, correct is "com.openzesame.zhip"

Description

Replaced bundle id from "Zhip" with capital Z to "zhip" which is the correct in fastlane Appfile and Matchfile and GoogleService-Info plist and xcconfig files .