Skip to content

Commit

Permalink
Merge pull request #315 from cassianodialpad/master
Browse files Browse the repository at this point in the history
Fixed supported platforms when building with carthage.
  • Loading branch information
paween committed Aug 31, 2020
2 parents 7928a3e + db5bc2b commit 7ce982f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ override func viewDidLoad() {
## libPhoneNumberGeocoding
For more information on libPhoneNumberGeocoding and its usage, please visit [libPhoneNumberGeocoding](https://github.com/iziz/libPhoneNumber-iOS/libPhoneNumberGeocoding/README.md) for more information.
For more information on libPhoneNumberGeocoding and its usage, please visit [libPhoneNumberGeocoding](https://github.com/iziz/libPhoneNumber-iOS/blob/master/libPhoneNumberGeocoding/README.md) for more information.
## libPhoneNumberShortNumber
For more information on libPhoneNumberShortNumber and its usage, please visit [libPhoneNumberShortNumber](https://github.com/iziz/libPhoneNumber-iOS/libPhoneNumberShortNumber/README.md) for more information.
For more information on libPhoneNumberShortNumber and its usage, please visit [libPhoneNumberShortNumber](https://github.com/iziz/libPhoneNumber-iOS/blob/master/libPhoneNumberShortNumber/README.md) for more information.
##### Visit [libphonenumber](https://github.com/google/libphonenumber) for more information or mail (zen.isis@gmail.com)
2 changes: 0 additions & 2 deletions libPhoneNumber.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,6 @@
PRODUCT_BUNDLE_IDENTIFIER = me.ohtalk.libPhoneNumber.iOS;
PRODUCT_NAME = libPhoneNumberiOS;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvos appletvsimulator macosx";
SUPPORTS_MACCATALYST = NO;
TVOS_DEPLOYMENT_TARGET = 10.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1159,7 +1158,6 @@
PRODUCT_BUNDLE_IDENTIFIER = me.ohtalk.libPhoneNumber.iOS;
PRODUCT_NAME = libPhoneNumberiOS;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvos appletvsimulator macosx";
SUPPORTS_MACCATALYST = NO;
TVOS_DEPLOYMENT_TARGET = 10.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 7ce982f

Please sign in to comment.