Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
  - Add asset to project.pbxproj.

PiperOrigin-RevId: 411092634
Change-Id: I5bf86f22b43005f07d770ad71b3cde1707853966
  • Loading branch information
Google ML Kit authored and zongmins committed Nov 21, 2021
1 parent be9ce82 commit 9bf4ae3
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
C1E8DDC722259E3400536A5C /* EntityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E8DDC622259E3400536A5C /* EntityViewController.swift */; };
C1E8DDCA22259E3400536A5C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C1E8DDC822259E3400536A5C /* Main.storyboard */; };
C1E8DDCF22259E3500536A5C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C1E8DDCD22259E3500536A5C /* LaunchScreen.storyboard */; };
EC1278572748201D00863E4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC1278562748201D00863E4A /* Assets.xcassets */; };
EC1278582748201D00863E4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC1278562748201D00863E4A /* Assets.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -43,6 +45,7 @@
C1E8DDC922259E3400536A5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C1E8DDCE22259E3500536A5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C1E8DDD022259E3500536A5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
EC1278562748201D00863E4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -91,6 +94,7 @@
C1E8DDB822259E3400536A5C = {
isa = PBXGroup;
children = (
EC1278562748201D00863E4A /* Assets.xcassets */,
C1E8DDC322259E3400536A5C /* EntityExtractionExample */,
108489A2224415A1004D37A8 /* EntityExtractionExampleObjC */,
C1E8DDC222259E3400536A5C /* Products */,
Expand Down Expand Up @@ -210,6 +214,7 @@
buildActionMask = 2147483647;
files = (
108489F8224531B9004D37A8 /* Main.storyboard in Resources */,
EC1278582748201D00863E4A /* Assets.xcassets in Resources */,
108489F9224531BF004D37A8 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -219,6 +224,7 @@
buildActionMask = 2147483647;
files = (
C1E8DDCF22259E3500536A5C /* LaunchScreen.storyboard in Resources */,
EC1278572748201D00863E4A /* Assets.xcassets in Resources */,
C1E8DDCA22259E3400536A5C /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 9bf4ae3

Please sign in to comment.