Skip to content

Commit

Permalink
[Add] #4 - import GoogleMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim830 committed Jan 8, 2025
1 parent c378482 commit 8e655de
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Staccato-iOS/Staccato-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
objectVersion = 77;
objects = {

/* Begin PBXBuildFile section */
15926B282D2EF06E00026F56 /* GoogleMaps in Frameworks */ = {isa = PBXBuildFile; productRef = 15926B272D2EF06E00026F56 /* GoogleMaps */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
137153882D26CDCA00EABE10 /* Staccato-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Staccato-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -36,6 +40,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
15926B282D2EF06E00026F56 /* GoogleMaps in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -78,6 +83,7 @@
);
name = "Staccato-iOS";
packageProductDependencies = (
15926B272D2EF06E00026F56 /* GoogleMaps */,
);
productName = "Staccato-iOS";
productReference = 137153882D26CDCA00EABE10 /* Staccato-iOS.app */;
Expand Down Expand Up @@ -107,6 +113,9 @@
);
mainGroup = 1371537F2D26CDCA00EABE10;
minimizedProjectReferenceProxies = 1;
packageReferences = (
15926B262D2EF06E00026F56 /* XCRemoteSwiftPackageReference "ios-maps-sdk" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 137153892D26CDCA00EABE10 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -339,6 +348,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
15926B262D2EF06E00026F56 /* XCRemoteSwiftPackageReference "ios-maps-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/googlemaps/ios-maps-sdk";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.2.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
15926B272D2EF06E00026F56 /* GoogleMaps */ = {
isa = XCSwiftPackageProductDependency;
package = 15926B262D2EF06E00026F56 /* XCRemoteSwiftPackageReference "ios-maps-sdk" */;
productName = GoogleMaps;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 137153802D26CDCA00EABE10 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "fe5dd08882d08507f16493adf883e323b1dd5a821ac629f6777702bda6b2ba4e",
"pins" : [
{
"identity" : "ios-maps-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googlemaps/ios-maps-sdk",
"state" : {
"revision" : "df7ecd2f894fd83f0287f2cfb6842a0dfe6f290b",
"version" : "9.2.0"
}
}
],
"version" : 3
}

0 comments on commit 8e655de

Please sign in to comment.