Skip to content

Commit 1e75fd5

Browse files
authored
Merge pull request #2 from nb312/master
Rebase from nb312
2 parents 4e97dc3 + 3bbc055 commit 1e75fd5

File tree

158 files changed

+4915
-73
lines changed

Some content is hidden

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

158 files changed

+4915
-73
lines changed

README.md

Lines changed: 10 additions & 3 deletions

android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
to allow setting breakpoints, to provide hot reload, etc.
77
-->
88
<uses-permission android:name="android.permission.INTERNET"/>
9+
<uses-permission android:name="android.permission.CAMERA" />
10+
<uses-permission android:name="android.permission.FLASHLIGHT" />
911

1012
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
1113
calls FlutterMain.startInitialization(this); in its onCreate method.
@@ -35,5 +37,9 @@
3537
<category android:name="android.intent.category.LAUNCHER"/>
3638
</intent-filter>
3739
</activity>
40+
<!-- Replace YOUR_API_KEY with your Google Place API Key -->
41+
<meta-data
42+
android:name="com.google.android.geo.API_KEY"
43+
android:value="YOUR_API_KEY"/>
3844
</application>
3945
</manifest>

android/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ subprojects {
2929
task clean(type: Delete) {
3030
delete rootProject.buildDir
3131
}
32+
33+
subprojects {
34+
project.configurations.all {
35+
resolutionStrategy.eachDependency { details ->
36+
if (details.requested.group == 'com.android.support'
37+
&& !details.requested.name.contains('multidex') ) {
38+
details.useVersion "26.1.0"
39+
}
40+
}
41+
}
42+
}

assets/fonts/icons.ttf

2.04 KB
Binary file not shown.
269 KB
Binary file not shown.
Binary file not shown.
255 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
260 KB
Binary file not shown.
253 KB
Binary file not shown.
Binary file not shown.
254 KB
Binary file not shown.
Binary file not shown.
257 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
253 KB
Binary file not shown.
Binary file not shown.

assets/fonts/montserrat/OFL.txt

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat)
2+
3+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
4+
This license is copied below, and is also available with a FAQ at:
5+
http://scripts.sil.org/OFL
6+
7+
8+
-----------------------------------------------------------
9+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10+
-----------------------------------------------------------
11+
12+
PREAMBLE
13+
The goals of the Open Font License (OFL) are to stimulate worldwide
14+
development of collaborative font projects, to support the font creation
15+
efforts of academic and linguistic communities, and to provide a free and
16+
open framework in which fonts may be shared and improved in partnership
17+
with others.
18+
19+
The OFL allows the licensed fonts to be used, studied, modified and
20+
redistributed freely as long as they are not sold by themselves. The
21+
fonts, including any derivative works, can be bundled, embedded,
22+
redistributed and/or sold with any software provided that any reserved
23+
names are not used by derivative works. The fonts and derivatives,
24+
however, cannot be released under any other type of license. The
25+
requirement for fonts to remain under this license does not apply
26+
to any document created using the fonts or their derivatives.
27+
28+
DEFINITIONS
29+
"Font Software" refers to the set of files released by the Copyright
30+
Holder(s) under this license and clearly marked as such. This may
31+
include source files, build scripts and documentation.
32+
33+
"Reserved Font Name" refers to any names specified as such after the
34+
copyright statement(s).
35+
36+
"Original Version" refers to the collection of Font Software components as
37+
distributed by the Copyright Holder(s).
38+
39+
"Modified Version" refers to any derivative made by adding to, deleting,
40+
or substituting -- in part or in whole -- any of the components of the
41+
Original Version, by changing formats or by porting the Font Software to a
42+
new environment.
43+
44+
"Author" refers to any designer, engineer, programmer, technical
45+
writer or other person who contributed to the Font Software.
46+
47+
PERMISSION & CONDITIONS
48+
Permission is hereby granted, free of charge, to any person obtaining
49+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
50+
redistribute, and sell modified and unmodified copies of the Font
51+
Software, subject to the following conditions:
52+
53+
1) Neither the Font Software nor any of its individual components,
54+
in Original or Modified Versions, may be sold by itself.
55+
56+
2) Original or Modified Versions of the Font Software may be bundled,
57+
redistributed and/or sold with any software, provided that each copy
58+
contains the above copyright notice and this license. These can be
59+
included either as stand-alone text files, human-readable headers or
60+
in the appropriate machine-readable metadata fields within text or
61+
binary files as long as those fields can be easily viewed by the user.
62+
63+
3) No Modified Version of the Font Software may use the Reserved Font
64+
Name(s) unless explicit written permission is granted by the corresponding
65+
Copyright Holder. This restriction only applies to the primary font name as
66+
presented to the users.
67+
68+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69+
Software shall not be used to promote, endorse or advertise any
70+
Modified Version, except to acknowledge the contribution(s) of the
71+
Copyright Holder(s) and the Author(s) or with their explicit written
72+
permission.
73+
74+
5) The Font Software, modified or unmodified, in part or in whole,
75+
must be distributed entirely under this license, and must not be
76+
distributed under any other license. The requirement for fonts to
77+
remain under this license does not apply to any document created
78+
using the Font Software.
79+
80+
TERMINATION
81+
This license becomes null and void if any of the above conditions are
82+
not met.
83+
84+
DISCLAIMER
85+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93+
OTHER DEALINGS IN THE FONT SOFTWARE.

assets/images/camera/ic_launcher.png

157 KB

assets/images/chat/ic_launcher.png

157 KB

assets/images/feed/city.png

113 KB

assets/images/feed/feed11-city1.png

673 KB

assets/images/feed/feed11-city2.png

545 KB

assets/images/feed/feed11-header.png

23 KB

assets/images/feed/feed12_header.png

13.8 KB

assets/images/feed/feed12_pic1.png

472 KB

assets/images/feed/feed12_pic2.png

463 KB

assets/images/feed/feed12_plus.png

5.85 KB

assets/images/feed/feed13_header1.png

17.3 KB

assets/images/feed/feed13_header2.png

13.7 KB

assets/images/feed/feed13_header3.png

14.7 KB

assets/images/feed/feed13_pic1.png

55 KB

assets/images/feed/feed13_pic2.png

49 KB

assets/images/feed/feed13_pic3.png

65.1 KB

assets/images/feed/feed13_pic4.png

44.1 KB

assets/images/feed/feed1_avatar1.png

23.8 KB

assets/images/feed/feed1_avatar2.png

20.7 KB

assets/images/feed/feed2_avatar2.png

24.2 KB

assets/images/feed/feed2_image1.png

326 KB

assets/images/feed/feed2_image2.png

419 KB

assets/images/feed/feed_add.png

2.78 KB

assets/images/feed/feed_more.png

5.24 KB

assets/images/feed/feed_search.png

5.52 KB

assets/images/feed/heart.png

4.41 KB

assets/images/feed/ic_launcher.png

157 KB

assets/images/feed/landscape.png

151 KB

assets/images/feed/menonglass.png

126 KB

assets/images/feed/night.png

74.8 KB

assets/images/feed/shop_river.png

251 KB
98.3 KB

assets/images/main/pic01.png

1.37 MB

assets/images/main/pic02.png

360 KB

assets/images/main/pic03.png

651 KB

assets/images/main/pic04.png

216 KB

assets/images/main/pic05.png

225 KB

assets/images/main/pic06.png

906 KB

assets/images/main/pic07.png

370 KB

assets/images/main/pic08.png

741 KB

assets/images/main/pic09.png

679 KB

assets/images/main/pic10.png

218 KB

assets/images/main/pic11.png

214 KB

assets/images/media/ic_launcher.png

157 KB
157 KB

assets/images/profile/ic_launcher.png

157 KB
5.34 KB
26.8 KB
15.6 KB
160 KB
173 KB
39.2 KB

assets/images/shopping/apple_pay.png

6.91 KB

assets/images/shopping/applepay.jpg

37.5 KB

assets/images/shopping/background.jpg

81.7 KB

assets/images/shopping/battery.png

1.7 KB
157 KB

assets/images/shopping/paypal.png

6.79 KB

assets/images/shopping/visa.png

32.8 KB

assets/images/signup/ic_launcher.png

157 KB

assets/images/signup/logo_signup.png

7.81 KB
245 KB
358 KB
315 KB
207 KB
157 KB
157 KB

images/feed/feed2_avatar2.png

24.2 KB

images/feed/feed2_image1.png

326 KB

images/feed/feed2_image2.png

419 KB

images/feed/heart.png

4.41 KB

images/main/ic_launcher.png

-147 KB
Binary file not shown.

images/main/main_background.png

-419 KB
Binary file not shown.

images/shopping/apple_pay.png

6.91 KB

images/shopping/applepay.jpg

37.5 KB

images/shopping/background.jpg

81.7 KB

images/shopping/battery.png

1.7 KB

images/shopping/paypal.png

6.79 KB

images/shopping/visa.png

32.8 KB

images/signup/logo_signup.png

7.81 KB

images/signup/signup_page_11_bg.png

245 KB

images/signup/signup_page_6_bg.png

358 KB

images/signup/signup_page_8_bg.png

315 KB
207 KB

ios/Flutter/Debug.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
12
#include "Generated.xcconfig"

ios/Flutter/Release.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
12
#include "Generated.xcconfig"

ios/Podfile

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Uncomment this line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5+
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
6+
7+
project 'Runner', {
8+
'Debug' => :debug,
9+
'Profile' => :release,
10+
'Release' => :release,
11+
}
12+
13+
def parse_KV_file(file, separator='=')
14+
file_abs_path = File.expand_path(file)
15+
if !File.exists? file_abs_path
16+
return [];
17+
end
18+
pods_ary = []
19+
skip_line_start_symbols = ["#", "/"]
20+
File.foreach(file_abs_path) { |line|
21+
next if skip_line_start_symbols.any? { |symbol| line =~ /^\s*#{symbol}/ }
22+
plugin = line.split(pattern=separator)
23+
if plugin.length == 2
24+
podname = plugin[0].strip()
25+
path = plugin[1].strip()
26+
podpath = File.expand_path("#{path}", file_abs_path)
27+
pods_ary.push({:name => podname, :path => podpath});
28+
else
29+
puts "Invalid plugin specification: #{line}"
30+
end
31+
}
32+
return pods_ary
33+
end
34+
35+
target 'Runner' do
36+
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
37+
# referring to absolute paths on developers' machines.
38+
system('rm -rf .symlinks')
39+
system('mkdir -p .symlinks/plugins')
40+
41+
# Flutter Pods
42+
generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig')
43+
if generated_xcode_build_settings.empty?
44+
puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first."
45+
end
46+
generated_xcode_build_settings.map { |p|
47+
if p[:name] == 'FLUTTER_FRAMEWORK_DIR'
48+
symlink = File.join('.symlinks', 'flutter')
49+
File.symlink(File.dirname(p[:path]), symlink)
50+
pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
51+
end
52+
}
53+
54+
# Plugin Pods
55+
plugin_pods = parse_KV_file('../.flutter-plugins')
56+
plugin_pods.map { |p|
57+
symlink = File.join('.symlinks', 'plugins', p[:name])
58+
File.symlink(p[:path], symlink)
59+
pod p[:name], :path => File.join(symlink, 'ios')
60+
}
61+
end
62+
63+
post_install do |installer|
64+
installer.pods_project.targets.each do |target|
65+
target.build_configurations.each do |config|
66+
config.build_settings['ENABLE_BITCODE'] = 'NO'
67+
end
68+
end
69+
end

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1313
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1414
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15+
5EBB00931FF9AD7F401DBA96 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 214FD476CD92F14CFD2AC4E4 /* libPods-Runner.a */; };
1516
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
1617
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1718
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
@@ -40,6 +41,7 @@
4041
/* Begin PBXFileReference section */
4142
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4243
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
44+
214FD476CD92F14CFD2AC4E4 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4345
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4446
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4547
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
@@ -64,12 +66,20 @@
6466
files = (
6567
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
6668
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
69+
5EBB00931FF9AD7F401DBA96 /* libPods-Runner.a in Frameworks */,
6770
);
6871
runOnlyForDeploymentPostprocessing = 0;
6972
};
7073
/* End PBXFrameworksBuildPhase section */
7174

7275
/* Begin PBXGroup section */
76+
34A007229C01984660B57771 /* Pods */ = {
77+
isa = PBXGroup;
78+
children = (
79+
);
80+
name = Pods;
81+
sourceTree = "<group>";
82+
};
7383
9740EEB11CF90186004384FC /* Flutter */ = {
7484
isa = PBXGroup;
7585
children = (
@@ -90,7 +100,8 @@
90100
9740EEB11CF90186004384FC /* Flutter */,
91101
97C146F01CF9000F007C117D /* Runner */,
92102
97C146EF1CF9000F007C117D /* Products */,
93-
CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
103+
34A007229C01984660B57771 /* Pods */,
104+
D6244B4594837EC31DA7F7E2 /* Frameworks */,
94105
);
95106
sourceTree = "<group>";
96107
};
@@ -126,19 +137,30 @@
126137
name = "Supporting Files";
127138
sourceTree = "<group>";
128139
};
140+
D6244B4594837EC31DA7F7E2 /* Frameworks */ = {
141+
isa = PBXGroup;
142+
children = (
143+
214FD476CD92F14CFD2AC4E4 /* libPods-Runner.a */,
144+
);
145+
name = Frameworks;
146+
sourceTree = "<group>";
147+
};
129148
/* End PBXGroup section */
130149

131150
/* Begin PBXNativeTarget section */
132151
97C146ED1CF9000F007C117D /* Runner */ = {
133152
isa = PBXNativeTarget;
134153
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
135154
buildPhases = (
155+
045C5AFFF314A156015F73BE /* [CP] Check Pods Manifest.lock */,
136156
9740EEB61CF901F6004384FC /* Run Script */,
137157
97C146EA1CF9000F007C117D /* Sources */,
138158
97C146EB1CF9000F007C117D /* Frameworks */,
139159
97C146EC1CF9000F007C117D /* Resources */,
140160
9705A1C41CF9048500538489 /* Embed Frameworks */,
141161
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
162+
019E91FDB5AE4A565541FDA2 /* [CP] Embed Pods Frameworks */,
163+
208D6AE23DB0AFABEC4F2B4F /* [CP] Copy Pods Resources */,
142164
);
143165
buildRules = (
144166
);
@@ -198,6 +220,76 @@
198220
/* End PBXResourcesBuildPhase section */
199221

200222
/* Begin PBXShellScriptBuildPhase section */
223+
019E91FDB5AE4A565541FDA2 /* [CP] Embed Pods Frameworks */ = {
224+
isa = PBXShellScriptBuildPhase;
225+
buildActionMask = 2147483647;
226+
files = (
227+
);
228+
inputFileListPaths = (
229+
);
230+
inputPaths = (
231+
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
232+
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
233+
);
234+
name = "[CP] Embed Pods Frameworks";
235+
outputFileListPaths = (
236+
);
237+
outputPaths = (
238+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
239+
);
240+
runOnlyForDeploymentPostprocessing = 0;
241+
shellPath = /bin/sh;
242+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
243+
showEnvVarsInLog = 0;
244+
};
245+
045C5AFFF314A156015F73BE /* [CP] Check Pods Manifest.lock */ = {
246+
isa = PBXShellScriptBuildPhase;
247+
buildActionMask = 2147483647;
248+
files = (
249+
);
250+
inputFileListPaths = (
251+
);
252+
inputPaths = (
253+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
254+
"${PODS_ROOT}/Manifest.lock",
255+
);
256+
name = "[CP] Check Pods Manifest.lock";
257+
outputFileListPaths = (
258+
);
259+
outputPaths = (
260+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
261+
);
262+
runOnlyForDeploymentPostprocessing = 0;
263+
shellPath = /bin/sh;
264+
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";
265+
showEnvVarsInLog = 0;
266+
};
267+
208D6AE23DB0AFABEC4F2B4F /* [CP] Copy Pods Resources */ = {
268+
isa = PBXShellScriptBuildPhase;
269+
buildActionMask = 2147483647;
270+
files = (
271+
);
272+
inputFileListPaths = (
273+
);
274+
inputPaths = (
275+
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh",
276+
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
277+
"${PODS_ROOT}/GooglePlacePicker/Frameworks/GooglePlacePicker.framework/Resources/GooglePlacePicker.bundle",
278+
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
279+
);
280+
name = "[CP] Copy Pods Resources";
281+
outputFileListPaths = (
282+
);
283+
outputPaths = (
284+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
285+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlacePicker.bundle",
286+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle",
287+
);
288+
runOnlyForDeploymentPostprocessing = 0;
289+
shellPath = /bin/sh;
290+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
291+
showEnvVarsInLog = 0;
292+
};
201293
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
202294
isa = PBXShellScriptBuildPhase;
203295
buildActionMask = 2147483647;

ios/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)