Skip to content

Commit fac1ca5

Browse files
committed
Example updates to use AGV flag
1 parent 0790719 commit fac1ca5

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

  • examples
    • SettingsBundleExample/SettingsBundleExample.xcodeproj
    • SettingsBundleGroupExample/SettingsBundleGroupExample.xcodeproj
    • SettingsBundleLibraryExample/SettingsBundleLibraryExample.xcodeproj

examples/SettingsBundleExample/SettingsBundleExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
218218
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
219219
TARGETED_DEVICE_FAMILY = "1,2";
220+
VERSIONING_SYSTEM = "apple-generic";
220221
};
221222
name = Debug;
222223
};
@@ -262,6 +263,7 @@
262263
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
263264
TARGETED_DEVICE_FAMILY = "1,2";
264265
VALIDATE_PRODUCT = YES;
266+
VERSIONING_SYSTEM = "apple-generic";
265267
};
266268
name = Release;
267269
};

examples/SettingsBundleGroupExample/SettingsBundleGroupExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
217217
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
218218
TARGETED_DEVICE_FAMILY = "1,2";
219+
VERSIONING_SYSTEM = "apple-generic";
219220
};
220221
name = Debug;
221222
};
@@ -261,6 +262,7 @@
261262
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
262263
TARGETED_DEVICE_FAMILY = "1,2";
263264
VALIDATE_PRODUCT = YES;
265+
VERSIONING_SYSTEM = "apple-generic";
264266
};
265267
name = Release;
266268
};

examples/SettingsBundleLibraryExample/SettingsBundleLibraryExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
298298
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
299299
COPY_PHASE_STRIP = NO;
300+
CURRENT_PROJECT_VERSION = 1;
300301
DEBUG_INFORMATION_FORMAT = dwarf;
301302
ENABLE_STRICT_OBJC_MSGSEND = YES;
302303
ENABLE_TESTABILITY = YES;
@@ -321,6 +322,7 @@
321322
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
322323
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
323324
TARGETED_DEVICE_FAMILY = "1,2";
325+
VERSIONING_SYSTEM = "apple-generic";
324326
};
325327
name = Debug;
326328
};
@@ -348,6 +350,7 @@
348350
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
349351
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
350352
COPY_PHASE_STRIP = NO;
353+
CURRENT_PROJECT_VERSION = 1;
351354
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
352355
ENABLE_NS_ASSERTIONS = NO;
353356
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -365,6 +368,7 @@
365368
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
366369
TARGETED_DEVICE_FAMILY = "1,2";
367370
VALIDATE_PRODUCT = YES;
371+
VERSIONING_SYSTEM = "apple-generic";
368372
};
369373
name = Release;
370374
};
@@ -396,7 +400,6 @@
396400
isa = XCBuildConfiguration;
397401
buildSettings = {
398402
CODE_SIGN_IDENTITY = "";
399-
CURRENT_PROJECT_VERSION = 1;
400403
DEFINES_MODULE = YES;
401404
DYLIB_COMPATIBILITY_VERSION = 1;
402405
DYLIB_CURRENT_VERSION = 1;
@@ -408,7 +411,6 @@
408411
PRODUCT_NAME = "$(TARGET_NAME)";
409412
SKIP_INSTALL = YES;
410413
SWIFT_VERSION = 3.0;
411-
VERSIONING_SYSTEM = "apple-generic";
412414
VERSION_INFO_PREFIX = "";
413415
};
414416
name = Debug;
@@ -417,7 +419,6 @@
417419
isa = XCBuildConfiguration;
418420
buildSettings = {
419421
CODE_SIGN_IDENTITY = "";
420-
CURRENT_PROJECT_VERSION = 1;
421422
DEFINES_MODULE = YES;
422423
DYLIB_COMPATIBILITY_VERSION = 1;
423424
DYLIB_CURRENT_VERSION = 1;
@@ -429,7 +430,6 @@
429430
PRODUCT_NAME = "$(TARGET_NAME)";
430431
SKIP_INSTALL = YES;
431432
SWIFT_VERSION = 3.0;
432-
VERSIONING_SYSTEM = "apple-generic";
433433
VERSION_INFO_PREFIX = "";
434434
};
435435
name = Release;

0 commit comments

Comments
 (0)