File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0 .0 </string >
18
+ <string >3.1 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >3.0 .0 </string >
20
+ <string >3.1 .0 </string >
21
21
</dict >
22
22
</plist >
Original file line number Diff line number Diff line change 762
762
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
763
763
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
764
764
DEPLOYMENT_POSTPROCESSING = YES;
765
- DYLIB_COMPATIBILITY_VERSION = 1 .0.0;
766
- DYLIB_CURRENT_VERSION = 1 .0.0;
765
+ DYLIB_COMPATIBILITY_VERSION = 101 .0.0;
766
+ DYLIB_CURRENT_VERSION = 101 .0.0;
767
767
DYLIB_INSTALL_NAME_BASE = "@rpath";
768
768
"FRAMEWORK_SEARCH_PATHS[sdk=appletv*]" = "\"$(PROJECT_DIR)/iOS\"";
769
769
"FRAMEWORK_SEARCH_PATHS[sdk=iphone*]" = "\"$(PROJECT_DIR)/iOS\"";
811
811
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
812
812
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
813
813
COPY_PHASE_STRIP = NO;
814
- DYLIB_COMPATIBILITY_VERSION = 1 .0.0;
815
- DYLIB_CURRENT_VERSION = 1 .0.0;
814
+ DYLIB_COMPATIBILITY_VERSION = 101 .0.0;
815
+ DYLIB_CURRENT_VERSION = 101 .0.0;
816
816
DYLIB_INSTALL_NAME_BASE = "@rpath";
817
817
ENABLE_TESTABILITY = YES;
818
818
"FRAMEWORK_SEARCH_PATHS[sdk=appletv*]" = "\"$(PROJECT_DIR)/iOS\"";
You can’t perform that action at this time.
0 commit comments