Skip to content

Commit 7733818

Browse files
committed
Update demo
1 parent c2d308d commit 7733818

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Example/AnchorsDemo/AnchorsDemo.xcodeproj/project.pbxproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
isa = PBXProject;
192192
attributes = {
193193
LastSwiftUpdateCheck = 0720;
194-
LastUpgradeCheck = 1000;
194+
LastUpgradeCheck = 1020;
195195
ORGANIZATIONNAME = "Hyper Interaktiv AS";
196196
TargetAttributes = {
197197
D5C7F73F1C3BC9CE008CDDBA = {
@@ -202,7 +202,7 @@
202202
};
203203
buildConfigurationList = D5C7F73B1C3BC9CE008CDDBA /* Build configuration list for PBXProject "AnchorsDemo" */;
204204
compatibilityVersion = "Xcode 3.2";
205-
developmentRegion = English;
205+
developmentRegion = en;
206206
hasScannedForEncodings = 0;
207207
knownRegions = (
208208
en,
@@ -258,15 +258,11 @@
258258
buildActionMask = 2147483647;
259259
files = (
260260
);
261-
inputFileListPaths = (
262-
);
263261
inputPaths = (
264262
"${PODS_ROOT}/Target Support Files/Pods-AnchorsDemo/Pods-AnchorsDemo-frameworks.sh",
265263
"${BUILT_PRODUCTS_DIR}/Anchors/Anchors.framework",
266264
);
267265
name = "[CP] Embed Pods Frameworks";
268-
outputFileListPaths = (
269-
);
270266
outputPaths = (
271267
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Anchors.framework",
272268
);
@@ -320,6 +316,7 @@
320316
isa = XCBuildConfiguration;
321317
buildSettings = {
322318
ALWAYS_SEARCH_USER_PATHS = NO;
319+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
323320
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
324321
CLANG_CXX_LIBRARY = "libc++";
325322
CLANG_ENABLE_MODULES = YES;
@@ -367,14 +364,15 @@
367364
ONLY_ACTIVE_ARCH = YES;
368365
SDKROOT = iphoneos;
369366
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
370-
SWIFT_VERSION = 4.2;
367+
SWIFT_VERSION = 5.0;
371368
};
372369
name = Debug;
373370
};
374371
D5C7F7511C3BC9CE008CDDBA /* Release */ = {
375372
isa = XCBuildConfiguration;
376373
buildSettings = {
377374
ALWAYS_SEARCH_USER_PATHS = NO;
375+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
378376
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
379377
CLANG_CXX_LIBRARY = "libc++";
380378
CLANG_ENABLE_MODULES = YES;
@@ -415,7 +413,7 @@
415413
MTL_ENABLE_DEBUG_INFO = NO;
416414
SDKROOT = iphoneos;
417415
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
418-
SWIFT_VERSION = 4.2;
416+
SWIFT_VERSION = 5.0;
419417
VALIDATE_PRODUCT = YES;
420418
};
421419
name = Release;

Example/AnchorsDemo/AnchorsDemo.xcodeproj/xcshareddata/xcschemes/AnchorsDemo.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 = "1000"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/AnchorsDemo/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Anchors (2.4.0)
2+
- Anchors (2.5.0)
33

44
DEPENDENCIES:
55
- Anchors (from `../../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../../"
1010

1111
SPEC CHECKSUMS:
12-
Anchors: 79dc9832b59eff6cc4fa75cdae51a50673623c3a
12+
Anchors: c039992ebab2fa53deccac429031a46debfbdc5a
1313

1414
PODFILE CHECKSUM: 0399e52dff20cee1f5f9b1009adeb07b7e6d8fa3
1515

16-
COCOAPODS: 1.6.0.beta.1
16+
COCOAPODS: 1.7.0.beta.3

0 commit comments

Comments
 (0)