Skip to content

Commit e6e3de7

Browse files
committed
Release 1.2.0
1 parent fb9bc30 commit e6e3de7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Interpolate.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
307307
DEFINES_MODULE = YES;
308308
DYLIB_COMPATIBILITY_VERSION = 1;
309-
DYLIB_CURRENT_VERSION = 11;
309+
DYLIB_CURRENT_VERSION = 12;
310310
DYLIB_INSTALL_NAME_BASE = "@rpath";
311311
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
312312
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -327,7 +327,7 @@
327327
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
328328
DEFINES_MODULE = YES;
329329
DYLIB_COMPATIBILITY_VERSION = 1;
330-
DYLIB_CURRENT_VERSION = 11;
330+
DYLIB_CURRENT_VERSION = 12;
331331
DYLIB_INSTALL_NAME_BASE = "@rpath";
332332
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
333333
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -371,7 +371,7 @@
371371
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
372372
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
373373
COPY_PHASE_STRIP = NO;
374-
CURRENT_PROJECT_VERSION = 11;
374+
CURRENT_PROJECT_VERSION = 12;
375375
DEBUG_INFORMATION_FORMAT = dwarf;
376376
ENABLE_STRICT_OBJC_MSGSEND = YES;
377377
ENABLE_TESTABILITY = YES;
@@ -432,7 +432,7 @@
432432
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
433433
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
434434
COPY_PHASE_STRIP = NO;
435-
CURRENT_PROJECT_VERSION = 11;
435+
CURRENT_PROJECT_VERSION = 12;
436436
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
437437
ENABLE_NS_ASSERTIONS = NO;
438438
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -463,7 +463,7 @@
463463
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
464464
DEFINES_MODULE = YES;
465465
DYLIB_COMPATIBILITY_VERSION = 1;
466-
DYLIB_CURRENT_VERSION = 11;
466+
DYLIB_CURRENT_VERSION = 12;
467467
DYLIB_INSTALL_NAME_BASE = "@rpath";
468468
INFOPLIST_FILE = Interpolate/Info.plist;
469469
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -483,7 +483,7 @@
483483
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
484484
DEFINES_MODULE = YES;
485485
DYLIB_COMPATIBILITY_VERSION = 1;
486-
DYLIB_CURRENT_VERSION = 11;
486+
DYLIB_CURRENT_VERSION = 12;
487487
DYLIB_INSTALL_NAME_BASE = "@rpath";
488488
INFOPLIST_FILE = Interpolate/Info.plist;
489489
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Interpolate/Info-tvOS.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Interpolate/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

InterpolateTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)