Skip to content

Commit e9c02e1

Browse files
committed
Restore custom launcher icons
1 parent 1132941 commit e9c02e1

File tree

396 files changed

+69
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+69
-118
lines changed

bloc_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

bloc_library/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

built_redux/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

change_notifier_provider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {

firestore_redux/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

frideos_library/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

inherited_widget/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

mobx/ios/Runner.xcodeproj/project.pbxproj

+66
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1818
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1919
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
20+
B940DB6F91D78988856B434D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C2A5CE66B2BCD66DABB1BA0 /* Pods_Runner.framework */; };
2021
/* End PBXBuildFile section */
2122

2223
/* Begin PBXCopyFilesBuildPhase section */
@@ -37,11 +38,14 @@
3738
/* Begin PBXFileReference section */
3839
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3940
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
41+
25D1A3170E4D49A14BD3B1AF /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4042
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4143
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4244
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4345
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4446
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
47+
7C2A5CE66B2BCD66DABB1BA0 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48+
82D122571FE649096AAA5892 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4549
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4650
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
4751
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
@@ -50,6 +54,7 @@
5054
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5155
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5256
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
57+
B492BE0523C96C24DAD45E7E /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
5358
/* End PBXFileReference section */
5459

5560
/* Begin PBXFrameworksBuildPhase section */
@@ -59,6 +64,7 @@
5964
files = (
6065
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
6166
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
67+
B940DB6F91D78988856B434D /* Pods_Runner.framework in Frameworks */,
6268
);
6369
runOnlyForDeploymentPostprocessing = 0;
6470
};
@@ -84,6 +90,8 @@
8490
9740EEB11CF90186004384FC /* Flutter */,
8591
97C146F01CF9000F007C117D /* Runner */,
8692
97C146EF1CF9000F007C117D /* Products */,
93+
FE8088922888B11E12816E76 /* Pods */,
94+
D4D570E764474C60C2363F40 /* Frameworks */,
8795
);
8896
sourceTree = "<group>";
8997
};
@@ -118,19 +126,40 @@
118126
name = "Supporting Files";
119127
sourceTree = "<group>";
120128
};
129+
D4D570E764474C60C2363F40 /* Frameworks */ = {
130+
isa = PBXGroup;
131+
children = (
132+
7C2A5CE66B2BCD66DABB1BA0 /* Pods_Runner.framework */,
133+
);
134+
name = Frameworks;
135+
sourceTree = "<group>";
136+
};
137+
FE8088922888B11E12816E76 /* Pods */ = {
138+
isa = PBXGroup;
139+
children = (
140+
25D1A3170E4D49A14BD3B1AF /* Pods-Runner.debug.xcconfig */,
141+
B492BE0523C96C24DAD45E7E /* Pods-Runner.release.xcconfig */,
142+
82D122571FE649096AAA5892 /* Pods-Runner.profile.xcconfig */,
143+
);
144+
name = Pods;
145+
path = Pods;
146+
sourceTree = "<group>";
147+
};
121148
/* End PBXGroup section */
122149

123150
/* Begin PBXNativeTarget section */
124151
97C146ED1CF9000F007C117D /* Runner */ = {
125152
isa = PBXNativeTarget;
126153
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
127154
buildPhases = (
155+
A58A7FFFED3D999BFC70F620 /* [CP] Check Pods Manifest.lock */,
128156
9740EEB61CF901F6004384FC /* Run Script */,
129157
97C146EA1CF9000F007C117D /* Sources */,
130158
97C146EB1CF9000F007C117D /* Frameworks */,
131159
97C146EC1CF9000F007C117D /* Resources */,
132160
9705A1C41CF9048500538489 /* Embed Frameworks */,
133161
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
162+
C5836DAC2037C04040A76DF2 /* [CP] Embed Pods Frameworks */,
134163
);
135164
buildRules = (
136165
);
@@ -217,6 +246,43 @@
217246
shellPath = /bin/sh;
218247
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
219248
};
249+
A58A7FFFED3D999BFC70F620 /* [CP] Check Pods Manifest.lock */ = {
250+
isa = PBXShellScriptBuildPhase;
251+
buildActionMask = 2147483647;
252+
files = (
253+
);
254+
inputFileListPaths = (
255+
);
256+
inputPaths = (
257+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
258+
"${PODS_ROOT}/Manifest.lock",
259+
);
260+
name = "[CP] Check Pods Manifest.lock";
261+
outputFileListPaths = (
262+
);
263+
outputPaths = (
264+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
265+
);
266+
runOnlyForDeploymentPostprocessing = 0;
267+
shellPath = /bin/sh;
268+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
269+
showEnvVarsInLog = 0;
270+
};
271+
C5836DAC2037C04040A76DF2 /* [CP] Embed Pods Frameworks */ = {
272+
isa = PBXShellScriptBuildPhase;
273+
buildActionMask = 2147483647;
274+
files = (
275+
);
276+
inputPaths = (
277+
);
278+
name = "[CP] Embed Pods Frameworks";
279+
outputPaths = (
280+
);
281+
runOnlyForDeploymentPostprocessing = 0;
282+
shellPath = /bin/sh;
283+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
284+
showEnvVarsInLog = 0;
285+
};
220286
/* End PBXShellScriptBuildPhase section */
221287

222288
/* Begin PBXSourcesBuildPhase section */

mobx/ios/Runner.xcworkspace/contents.xcworkspacedata

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobx/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

mvc/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

mvi_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

mvu/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {
Binary file not shown.

redux/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to redux/ios/Runner/AppIcon.appiconset/Contents.json

-6
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
"idiom" : "ipad",
108108
"filename" : "[email protected]",
109109
"scale" : "2x"
110-
},
111-
{
112-
"size" : "1024x1024",
113-
"idiom" : "ios-marketing",
114-
"filename" : "[email protected]",
115-
"scale" : "1x"
116110
}
117111
],
118112
"info" : {

0 commit comments

Comments
 (0)