Skip to content

Commit

Permalink
Fix xcode_cloud/Demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 26, 2024
1 parent 13fdfa4 commit 0cec5d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions xcode_cloud/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
040B165E2B9A387100B9BE88 /* MapboxSearch in Frameworks */ = {isa = PBXBuildFile; productRef = 040B165D2B9A387100B9BE88 /* MapboxSearch */; };
040B16602B9A387100B9BE88 /* MapboxSearchUI in Frameworks */ = {isa = PBXBuildFile; productRef = 040B165F2B9A387100B9BE88 /* MapboxSearchUI */; };
040CD5172BCDBAA200DEB4E9 /* MapboxCommon in Frameworks */ = {isa = PBXBuildFile; productRef = 040CD5162BCDBAA200DEB4E9 /* MapboxCommon */; };
042C491C2BDC2AFF00B7C38D /* OfflineDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042C491B2BDC2AFF00B7C38D /* OfflineDemoViewController.swift */; };
04A4218E2BCD6CD600007D9C /* Main.strings in Resources */ = {isa = PBXBuildFile; fileRef = 04A4217C2BCD6CD600007D9C /* Main.strings */; };
04A4218F2BCD6CD600007D9C /* PlaceAutocompleteMainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A4217E2BCD6CD600007D9C /* PlaceAutocompleteMainViewController.swift */; };
04A421902BCD6CD600007D9C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04A4217F2BCD6CD600007D9C /* Assets.xcassets */; };
Expand All @@ -28,6 +29,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
042C491B2BDC2AFF00B7C38D /* OfflineDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OfflineDemoViewController.swift; path = Offline/OfflineDemoViewController.swift; sourceTree = "<group>"; };
04A4217D2BCD6CD600007D9C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
04A4217E2BCD6CD600007D9C /* PlaceAutocompleteMainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlaceAutocompleteMainViewController.swift; sourceTree = "<group>"; };
04A4217F2BCD6CD600007D9C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -65,6 +67,7 @@
04A4217B2BCD6CD600007D9C /* Demo */ = {
isa = PBXGroup;
children = (
042C491B2BDC2AFF00B7C38D /* OfflineDemoViewController.swift */,
04A4217C2BCD6CD600007D9C /* Main.strings */,
04A4217E2BCD6CD600007D9C /* PlaceAutocompleteMainViewController.swift */,
04A4217F2BCD6CD600007D9C /* Assets.xcassets */,
Expand Down Expand Up @@ -222,6 +225,7 @@
buildActionMask = 2147483647;
files = (
04A421962BCD6CD600007D9C /* AddressAutofillMainViewController.swift in Sources */,
042C491C2BDC2AFF00B7C38D /* OfflineDemoViewController.swift in Sources */,
04A4218F2BCD6CD600007D9C /* PlaceAutocompleteMainViewController.swift in Sources */,
04A421982BCD6CD600007D9C /* AddressAutofillResultViewController.swift in Sources */,
04A421922BCD6CD600007D9C /* MapRootController.swift in Sources */,
Expand Down Expand Up @@ -314,7 +318,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -370,7 +374,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -450,7 +454,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mapbox/mapbox-search-ios/";
requirement = {
branch = "SSDK-736-address-autofill-fixes";
branch = main;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "70db9fff31e5587cf66288cc5f61b187b66719b0fa9f1a09982394b45276178b",
"pins" : [
{
"identity" : "cwlcatchexception",
Expand Down Expand Up @@ -32,10 +33,10 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-search-ios/",
"state" : {
"branch" : "SSDK-736-address-autofill-fixes",
"revision" : "ac5e0254f4edfda9ada56f40048a74bd7c0143a4"
"branch" : "main",
"revision" : "2d4a2a4988b7bcd8c8081be5ec29d314c7edaa58"
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit 0cec5d3

Please sign in to comment.