Skip to content

Commit a381b6f

Browse files
committed
chore(ios): config updates
1 parent 59123fd commit a381b6f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -164,7 +164,7 @@
164164
97C146E61CF9000F007C117D /* Project object */ = {
165165
isa = PBXProject;
166166
attributes = {
167-
LastUpgradeCheck = 1020;
167+
LastUpgradeCheck = 1510;
168168
ORGANIZATIONNAME = "";
169169
TargetAttributes = {
170170
97C146ED1CF9000F007C117D = {
@@ -211,10 +211,12 @@
211211
/* Begin PBXShellScriptBuildPhase section */
212212
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
213213
isa = PBXShellScriptBuildPhase;
214+
alwaysOutOfDate = 1;
214215
buildActionMask = 2147483647;
215216
files = (
216217
);
217218
inputPaths = (
219+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
218220
);
219221
name = "Thin Binary";
220222
outputPaths = (
@@ -247,6 +249,7 @@
247249
};
248250
9740EEB61CF901F6004384FC /* Run Script */ = {
249251
isa = PBXShellScriptBuildPhase;
252+
alwaysOutOfDate = 1;
250253
buildActionMask = 2147483647;
251254
files = (
252255
);

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)