Skip to content

Commit de4e18a

Browse files
committed
update project formats
1 parent 6d348d4 commit de4e18a

File tree

13 files changed

+107
-40
lines changed
  • bk2ch08p460collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering.xcodeproj
  • bk2ch08p462collectionViewFlowLayout
  • bk2ch08p466ComposableLayoutFunhouse/ComposableLayoutFunhouse.xcodeproj
  • bk2ch08p466SubclassTest/SubclassTest.xcodeproj
  • bk2ch08p466collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2.xcodeproj
  • bk2ch08p466collectionViewFlowLayout3Diffable/ch21p748collectionViewFlowLayout3Diffable.xcodeproj
  • bk2ch08p466composedLayoutLikeFlow/ch21p74composedLayoutLikeFlow.xcodeproj
  • bk2ch08p466decorationView/ch21p748collectionViewFlowLayout3.xcodeproj
  • bk2ch08p467AnimationTest/AnimationTest.xcodeproj
  • bk2ch08p467AnimationTest2/AnimationTest2.xcodeproj
  • bk2ch08p467collectionViewLayoutFromScratchSwift/ch21p748collectionViewLayoutFromScratch.xcodeproj
  • bk2ch08p468cellSelectionGestureConflict/GestureConflictExample.xcodeproj

13 files changed

+107
-40
lines changed

bk2ch08p460collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering.xcodeproj/project.pbxproj

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -104,7 +104,7 @@
104104
};
105105
};
106106
buildConfigurationList = C9F1DD2D1803070D00AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewCellBackgroundLayering" */;
107-
compatibilityVersion = "Xcode 3.2";
107+
compatibilityVersion = "Xcode 9.3";
108108
developmentRegion = English;
109109
hasScannedForEncodings = 0;
110110
knownRegions = (
@@ -268,7 +268,11 @@
268268
GCC_PRECOMPILE_PREFIX_HEADER = YES;
269269
GCC_PREFIX_HEADER = "ch21p648collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering-Prefix.pch";
270270
INFOPLIST_FILE = "ch21p648collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering-Info.plist";
271-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
271+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
272+
LD_RUNPATH_SEARCH_PATHS = (
273+
"$(inherited)",
274+
"@executable_path/Frameworks",
275+
);
272276
ONLY_ACTIVE_ARCH = YES;
273277
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
274278
PRODUCT_NAME = ch21p748collectionViewCellBackgroundLayering;
@@ -286,7 +290,11 @@
286290
GCC_PRECOMPILE_PREFIX_HEADER = YES;
287291
GCC_PREFIX_HEADER = "ch21p648collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering-Prefix.pch";
288292
INFOPLIST_FILE = "ch21p648collectionViewCellBackgroundLayering/ch21p748collectionViewCellBackgroundLayering-Info.plist";
289-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
293+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
294+
LD_RUNPATH_SEARCH_PATHS = (
295+
"$(inherited)",
296+
"@executable_path/Frameworks",
297+
);
290298
ONLY_ACTIVE_ARCH = NO;
291299
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
292300
PRODUCT_NAME = ch21p748collectionViewCellBackgroundLayering;

bk2ch08p462collectionViewFlowLayout/ch21p748collectionViewFlowLayout.xcodeproj/project.pbxproj

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -106,7 +106,7 @@
106106
};
107107
};
108108
buildConfigurationList = C9F1DD701803104000AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewFlowLayout" */;
109-
compatibilityVersion = "Xcode 3.2";
109+
compatibilityVersion = "Xcode 9.3";
110110
developmentRegion = English;
111111
hasScannedForEncodings = 0;
112112
knownRegions = (
@@ -271,7 +271,11 @@
271271
GCC_PRECOMPILE_PREFIX_HEADER = YES;
272272
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout/ch21p748collectionViewFlowLayout-Prefix.pch";
273273
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout/ch21p748collectionViewFlowLayout-Info.plist";
274-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
274+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
275+
LD_RUNPATH_SEARCH_PATHS = (
276+
"$(inherited)",
277+
"@executable_path/Frameworks",
278+
);
275279
ONLY_ACTIVE_ARCH = YES;
276280
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
277281
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -289,7 +293,11 @@
289293
GCC_PRECOMPILE_PREFIX_HEADER = YES;
290294
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout/ch21p748collectionViewFlowLayout-Prefix.pch";
291295
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout/ch21p748collectionViewFlowLayout-Info.plist";
292-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
296+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
297+
LD_RUNPATH_SEARCH_PATHS = (
298+
"$(inherited)",
299+
"@executable_path/Frameworks",
300+
);
293301
ONLY_ACTIVE_ARCH = NO;
294302
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
295303
PRODUCT_NAME = "$(TARGET_NAME)";

bk2ch08p462collectionViewFlowLayout/ch21p748collectionViewFlowLayout/ViewController.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ class ViewController : UICollectionViewController {
5757
let flow = self.collectionView.collectionViewLayout as! UICollectionViewFlowLayout
5858
flow.headerReferenceSize = CGSize(30,30)
5959
// still not working, layout is wrong
60-
// flow.estimatedItemSize = CGSize(30,100)
61-
// flow.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
62-
// flow.itemSize = UICollectionViewFlowLayout.automaticSize
60+
// flow.estimatedItemSize = CGSize(30,100)
61+
flow.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
62+
flow.itemSize = UICollectionViewFlowLayout.automaticSize
6363
}
6464

6565
override func numberOfSections(in collectionView: UICollectionView) -> Int {

bk2ch08p466ComposableLayoutFunhouse/ComposableLayoutFunhouse.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
CODE_SIGN_STYLE = Automatic;
288288
DEVELOPMENT_TEAM = W3LHX5RGV2;
289289
INFOPLIST_FILE = ComposableLayoutFunhouse/Info.plist;
290+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
290291
LD_RUNPATH_SEARCH_PATHS = (
291292
"$(inherited)",
292293
"@executable_path/Frameworks",
@@ -305,6 +306,7 @@
305306
CODE_SIGN_STYLE = Automatic;
306307
DEVELOPMENT_TEAM = W3LHX5RGV2;
307308
INFOPLIST_FILE = ComposableLayoutFunhouse/Info.plist;
309+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
308310
LD_RUNPATH_SEARCH_PATHS = (
309311
"$(inherited)",
310312
"@executable_path/Frameworks",

bk2ch08p466SubclassTest/SubclassTest.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
CODE_SIGN_STYLE = Automatic;
288288
DEVELOPMENT_TEAM = W3LHX5RGV2;
289289
INFOPLIST_FILE = SubclassTest/Info.plist;
290+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
290291
LD_RUNPATH_SEARCH_PATHS = (
291292
"$(inherited)",
292293
"@executable_path/Frameworks",
@@ -305,6 +306,7 @@
305306
CODE_SIGN_STYLE = Automatic;
306307
DEVELOPMENT_TEAM = W3LHX5RGV2;
307308
INFOPLIST_FILE = SubclassTest/Info.plist;
309+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
308310
LD_RUNPATH_SEARCH_PATHS = (
309311
"$(inherited)",
310312
"@executable_path/Frameworks",

bk2ch08p466collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2.xcodeproj/project.pbxproj

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -270,7 +270,7 @@
270270
};
271271
};
272272
buildConfigurationList = C9F1DE171803183800AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewFlowLayout2" */;
273-
compatibilityVersion = "Xcode 3.2";
273+
compatibilityVersion = "Xcode 9.3";
274274
developmentRegion = English;
275275
hasScannedForEncodings = 0;
276276
knownRegions = (
@@ -487,7 +487,11 @@
487487
GCC_PRECOMPILE_PREFIX_HEADER = YES;
488488
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
489489
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Info.plist";
490-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
490+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
491+
LD_RUNPATH_SEARCH_PATHS = (
492+
"$(inherited)",
493+
"@executable_path/Frameworks",
494+
);
491495
ONLY_ACTIVE_ARCH = YES;
492496
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
493497
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -506,7 +510,11 @@
506510
GCC_PRECOMPILE_PREFIX_HEADER = YES;
507511
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
508512
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Info.plist";
509-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
513+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
514+
LD_RUNPATH_SEARCH_PATHS = (
515+
"$(inherited)",
516+
"@executable_path/Frameworks",
517+
);
510518
ONLY_ACTIVE_ARCH = NO;
511519
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
512520
PRODUCT_NAME = "$(TARGET_NAME)";

bk2ch08p466collectionViewFlowLayout3Diffable/ch21p748collectionViewFlowLayout3Diffable.xcodeproj/project.pbxproj

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -270,7 +270,7 @@
270270
};
271271
};
272272
buildConfigurationList = C9F1DE171803183800AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewFlowLayout3Diffable" */;
273-
compatibilityVersion = "Xcode 3.2";
273+
compatibilityVersion = "Xcode 9.3";
274274
developmentRegion = English;
275275
hasScannedForEncodings = 0;
276276
knownRegions = (
@@ -488,7 +488,10 @@
488488
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
489489
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Info.plist";
490490
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
491-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
491+
LD_RUNPATH_SEARCH_PATHS = (
492+
"$(inherited)",
493+
"@executable_path/Frameworks",
494+
);
492495
ONLY_ACTIVE_ARCH = YES;
493496
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
494497
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -508,7 +511,10 @@
508511
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
509512
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Info.plist";
510513
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
511-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
514+
LD_RUNPATH_SEARCH_PATHS = (
515+
"$(inherited)",
516+
"@executable_path/Frameworks",
517+
);
512518
ONLY_ACTIVE_ARCH = NO;
513519
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
514520
PRODUCT_NAME = "$(TARGET_NAME)";

bk2ch08p466composedLayoutLikeFlow/ch21p74composedLayoutLikeFlow.xcodeproj/project.pbxproj

+12-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -267,7 +267,7 @@
267267
};
268268
};
269269
buildConfigurationList = C9F1DE171803183800AE4AE5 /* Build configuration list for PBXProject "ch21p74composedLayoutLikeFlow" */;
270-
compatibilityVersion = "Xcode 3.2";
270+
compatibilityVersion = "Xcode 9.3";
271271
developmentRegion = English;
272272
hasScannedForEncodings = 0;
273273
knownRegions = (
@@ -483,8 +483,11 @@
483483
GCC_PRECOMPILE_PREFIX_HEADER = YES;
484484
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
485485
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p74composedLayoutLikeFlow-Info.plist";
486-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
487-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
486+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
487+
LD_RUNPATH_SEARCH_PATHS = (
488+
"$(inherited)",
489+
"@executable_path/Frameworks",
490+
);
488491
ONLY_ACTIVE_ARCH = YES;
489492
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
490493
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -503,8 +506,11 @@
503506
GCC_PRECOMPILE_PREFIX_HEADER = YES;
504507
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
505508
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p74composedLayoutLikeFlow-Info.plist";
506-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
507-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
509+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
510+
LD_RUNPATH_SEARCH_PATHS = (
511+
"$(inherited)",
512+
"@executable_path/Frameworks",
513+
);
508514
ONLY_ACTIVE_ARCH = NO;
509515
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
510516
PRODUCT_NAME = "$(TARGET_NAME)";

bk2ch08p466decorationView/ch21p748collectionViewFlowLayout3.xcodeproj/project.pbxproj

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -271,7 +271,7 @@
271271
};
272272
};
273273
buildConfigurationList = C9F1DE171803183800AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewFlowLayout3" */;
274-
compatibilityVersion = "Xcode 3.2";
274+
compatibilityVersion = "Xcode 9.3";
275275
developmentRegion = English;
276276
hasScannedForEncodings = 0;
277277
knownRegions = (
@@ -488,7 +488,11 @@
488488
GCC_PRECOMPILE_PREFIX_HEADER = YES;
489489
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
490490
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout3-Info.plist";
491-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
491+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
492+
LD_RUNPATH_SEARCH_PATHS = (
493+
"$(inherited)",
494+
"@executable_path/Frameworks",
495+
);
492496
ONLY_ACTIVE_ARCH = YES;
493497
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
494498
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -507,7 +511,11 @@
507511
GCC_PRECOMPILE_PREFIX_HEADER = YES;
508512
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout2-Prefix.pch";
509513
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewFlowLayout3-Info.plist";
510-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
514+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
515+
LD_RUNPATH_SEARCH_PATHS = (
516+
"$(inherited)",
517+
"@executable_path/Frameworks",
518+
);
511519
ONLY_ACTIVE_ARCH = NO;
512520
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
513521
PRODUCT_NAME = "$(TARGET_NAME)";

bk2ch08p467AnimationTest/AnimationTest.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
CODE_SIGN_STYLE = Automatic;
288288
DEVELOPMENT_TEAM = W3LHX5RGV2;
289289
INFOPLIST_FILE = AnimationTest/Info.plist;
290+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
290291
LD_RUNPATH_SEARCH_PATHS = (
291292
"$(inherited)",
292293
"@executable_path/Frameworks",
@@ -305,6 +306,7 @@
305306
CODE_SIGN_STYLE = Automatic;
306307
DEVELOPMENT_TEAM = W3LHX5RGV2;
307308
INFOPLIST_FILE = AnimationTest/Info.plist;
309+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
308310
LD_RUNPATH_SEARCH_PATHS = (
309311
"$(inherited)",
310312
"@executable_path/Frameworks",

bk2ch08p467AnimationTest2/AnimationTest2.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
CODE_SIGN_STYLE = Automatic;
288288
DEVELOPMENT_TEAM = W3LHX5RGV2;
289289
INFOPLIST_FILE = AnimationTest/Info.plist;
290+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
290291
LD_RUNPATH_SEARCH_PATHS = (
291292
"$(inherited)",
292293
"@executable_path/Frameworks",
@@ -305,6 +306,7 @@
305306
CODE_SIGN_STYLE = Automatic;
306307
DEVELOPMENT_TEAM = W3LHX5RGV2;
307308
INFOPLIST_FILE = AnimationTest/Info.plist;
309+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
308310
LD_RUNPATH_SEARCH_PATHS = (
309311
"$(inherited)",
310312
"@executable_path/Frameworks",

bk2ch08p467collectionViewLayoutFromScratchSwift/ch21p748collectionViewLayoutFromScratch.xcodeproj/project.pbxproj

+12-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -299,7 +299,7 @@
299299
};
300300
};
301301
buildConfigurationList = C9F1DE171803183800AE4AE5 /* Build configuration list for PBXProject "ch21p748collectionViewLayoutFromScratch" */;
302-
compatibilityVersion = "Xcode 3.2";
302+
compatibilityVersion = "Xcode 9.3";
303303
developmentRegion = English;
304304
hasScannedForEncodings = 0;
305305
knownRegions = (
@@ -518,8 +518,11 @@
518518
GCC_PRECOMPILE_PREFIX_HEADER = YES;
519519
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewLayoutFromScratch-Prefix.pch";
520520
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewLayoutFromScratch-Info.plist";
521-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
522-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
521+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
522+
LD_RUNPATH_SEARCH_PATHS = (
523+
"$(inherited)",
524+
"@executable_path/Frameworks",
525+
);
523526
ONLY_ACTIVE_ARCH = YES;
524527
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
525528
PRODUCT_NAME = ch21p748collectionViewLayoutFromScratch;
@@ -538,8 +541,11 @@
538541
GCC_PRECOMPILE_PREFIX_HEADER = YES;
539542
GCC_PREFIX_HEADER = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewLayoutFromScratch-Prefix.pch";
540543
INFOPLIST_FILE = "ch21p748collectionViewFlowLayout2/ch21p748collectionViewLayoutFromScratch-Info.plist";
541-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
542-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
544+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
545+
LD_RUNPATH_SEARCH_PATHS = (
546+
"$(inherited)",
547+
"@executable_path/Frameworks",
548+
);
543549
ONLY_ACTIVE_ARCH = NO;
544550
PRODUCT_BUNDLE_IDENTIFIER = "com.neuburg.matt.${PRODUCT_NAME:rfc1034identifier}";
545551
PRODUCT_NAME = ch21p748collectionViewLayoutFromScratch;

0 commit comments

Comments
 (0)