Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 3f8bb96

Browse files
authored
Support iPadOS (just checked). Bump up marketing version to 1.2 (#56)
1 parent 9721e4d commit 3f8bb96

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

ios-dev/ios-dev.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
362362
SWIFT_EMIT_LOC_STRINGS = YES;
363363
SWIFT_VERSION = 5.0;
364-
TARGETED_DEVICE_FAMILY = 1;
364+
TARGETED_DEVICE_FAMILY = "1,2";
365365
};
366366
name = Debug;
367367
};
@@ -405,7 +405,7 @@
405405
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
406406
SWIFT_EMIT_LOC_STRINGS = YES;
407407
SWIFT_VERSION = 5.0;
408-
TARGETED_DEVICE_FAMILY = 1;
408+
TARGETED_DEVICE_FAMILY = "1,2";
409409
};
410410
name = Release;
411411
};

ios-prod/ios-prod.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
339339
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
340340
MACOSX_DEPLOYMENT_TARGET = 13.2;
341-
MARKETING_VERSION = 1.0;
341+
MARKETING_VERSION = 1.2;
342342
PRODUCT_BUNDLE_IDENTIFIER = dev.fummicc1.viary.ios;
343343
PRODUCT_NAME = Viary;
344344
SDKROOT = auto;
@@ -347,7 +347,7 @@
347347
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
348348
SWIFT_EMIT_LOC_STRINGS = YES;
349349
SWIFT_VERSION = 5.0;
350-
TARGETED_DEVICE_FAMILY = 1;
350+
TARGETED_DEVICE_FAMILY = "1,2";
351351
};
352352
name = Debug;
353353
};
@@ -380,7 +380,7 @@
380380
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
381381
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
382382
MACOSX_DEPLOYMENT_TARGET = 13.2;
383-
MARKETING_VERSION = 1.0;
383+
MARKETING_VERSION = 1.2;
384384
PRODUCT_BUNDLE_IDENTIFIER = dev.fummicc1.viary.ios;
385385
PRODUCT_NAME = Viary;
386386
SDKROOT = auto;
@@ -389,7 +389,7 @@
389389
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
390390
SWIFT_EMIT_LOC_STRINGS = YES;
391391
SWIFT_VERSION = 5.0;
392-
TARGETED_DEVICE_FAMILY = 1;
392+
TARGETED_DEVICE_FAMILY = "1,2";
393393
};
394394
name = Release;
395395
};

ios-prod/ios-prod.xcodeproj/xcuserdata/fumiyatanaka.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<key>ios-prod.xcscheme_^#shared#^_</key>
134134
<dict>
135135
<key>orderHint</key>
136-
<integer>0</integer>
136+
<integer>1</integer>
137137
</dict>
138138
</dict>
139139
</dict>

0 commit comments

Comments
 (0)