Skip to content

Commit

Permalink
Add modulemap
Browse files Browse the repository at this point in the history
  • Loading branch information
leoneparise committed Sep 30, 2016
1 parent f837a85 commit 182a888
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GooglePlaces.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = GooglePlaces/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = com.google.GooglePlaces;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -420,6 +421,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = GooglePlaces/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = com.google.GooglePlaces;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
19 changes: 19 additions & 0 deletions GooglePlaces/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
framework module GooglePlaces { umbrella header "GooglePlaces.h"
header "GMSAddressComponent.h"
header "GMSAutocompleteFetcher.h"
header "GMSAutocompleteFilter.h"
header "GMSAutocompleteMatchFragment.h"
header "GMSAutocompletePrediction.h"
header "GMSAutocompleteResultsViewController.h"
header "GMSAutocompleteTableDataSource.h"
header "GMSAutocompleteViewController.h"
header "GMSPlace.h"
header "GMSPlaceLikelihood.h"
header "GMSPlaceLikelihoodList.h"
header "GMSPlacePhotoMetadata.h"
header "GMSPlacePhotoMetadataList.h"
header "GMSPlaceTypes.h"
header "GMSPlacesClient.h"
header "GMSPlacesErrors.h"
header "GMSUserAddedPlace.h"
export * module * { export * } }

0 comments on commit 182a888

Please sign in to comment.