Skip to content

Commit bc11a54

Browse files
committed
[iOS] Groups GoogleServices file.
1 parent 95f717f commit bc11a54

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

OpenStack Summit/OpenStack Summit.xcodeproj/project.pbxproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,7 @@
17621762
6EFE54EB1E612BDD005EAB86 /* JSON.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = JSON.framework; sourceTree = "<group>"; };
17631763
6EFE54EF1E612BDD005EAB86 /* SwiftFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftFoundation.framework; sourceTree = "<group>"; };
17641764
6EFE54F11E612BDD005EAB86 /* XCDYouTubeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCDYouTubeKit.framework; sourceTree = "<group>"; };
1765+
9D13D0A51EB39C3D00991DD2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
17651766
9D1CE1051DA43DCF0064B3B1 /* VenueFloor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VenueFloor.swift; sourceTree = "<group>"; };
17661767
9D1CE1071DA48BB60064B3B1 /* VenueFloorJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VenueFloorJSON.swift; sourceTree = "<group>"; };
17671768
9D4B1C231E84B01F00F98ECB /* AffiliationOrganization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AffiliationOrganization.swift; sourceTree = "<group>"; };
@@ -2015,9 +2016,9 @@
20152016
6E9B22D71D40171800D25271 /* Venue.storyboard */,
20162017
6E8D109C1DF8957100A0BBDC /* Teams.storyboard */,
20172018
6EEED02C1E3A4DAD00795B3D /* Notifications.storyboard */,
2019+
6ED495821D792F7800749940 /* Debug.entitlements */,
20182020
6E5BE4191D76996600E323D3 /* Beta.entitlements */,
20192021
6ED495811D792F7800749940 /* Release.entitlements */,
2020-
6ED495821D792F7800749940 /* Debug.entitlements */,
20212022
6E104D3D1D1061AC00541E84 /* Info.plist */,
20222023
6E5DEDB51E2D300C00F45602 /* GoogleServices */,
20232024
6EF147ED1D1357A100D5EEF9 /* Controller */,
@@ -2409,8 +2410,9 @@
24092410
6E5DEDB51E2D300C00F45602 /* GoogleServices */ = {
24102411
isa = PBXGroup;
24112412
children = (
2412-
6EEED02F1E3A60E900795B3D /* Beta */,
24132413
6E5DEDB61E2D300C00F45602 /* Debug */,
2414+
6EEED02F1E3A60E900795B3D /* Beta */,
2415+
9D13D0A41EB39C3D00991DD2 /* Release */,
24142416
);
24152417
path = GoogleServices;
24162418
sourceTree = SOURCE_ROOT;
@@ -2943,6 +2945,14 @@
29432945
path = ../../Carthage/Build/Mac;
29442946
sourceTree = "<group>";
29452947
};
2948+
9D13D0A41EB39C3D00991DD2 /* Release */ = {
2949+
isa = PBXGroup;
2950+
children = (
2951+
9D13D0A51EB39C3D00991DD2 /* GoogleService-Info.plist */,
2952+
);
2953+
path = Release;
2954+
sourceTree = "<group>";
2955+
};
29462956
/* End PBXGroup section */
29472957

29482958
/* Begin PBXHeadersBuildPhase section */

0 commit comments

Comments
 (0)