Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaow committed May 12, 2022
1 parent 9540227 commit 95c33c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JSONConverter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.11;
PRODUCT_BUNDLE_IDENTIFIER = com.devyaochen.JSONConverter;
PRODUCT_BUNDLE_IDENTIFIER = com.devyao.JSONConverter;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "JSONConverter/JSONConverter-Bridging-Header.h";
Expand Down
4 changes: 2 additions & 2 deletions JSONConverter/Classes/Builder/MJExtensionBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ class MJExtensionBuilder: BuilderProtocol {
\n@implementation \(content.className)
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
\(frontReturnText)\(propertyMapperText)}
}
};
+ (NSDictionary *)mj_objectClassInArray {
\(frontReturnText)\(containerPropertyText)}
}
};
@end\n
"""
return text
Expand Down
4 changes: 2 additions & 2 deletions JSONConverter/Classes/Builder/YYModelBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ class YYModelBuilder: BuilderProtocol {
\n@implementation \(content.className)
+ (NSDictionary *)modelCustomPropertyMapper {
\(frontReturnText)\(propertyMapperText)}
}
};
+ (NSDictionary *)modelContainerPropertyGenericClass {
\(frontReturnText)\(containerPropertyText)}
}
};
@end\n
"""
return text
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 10e5b4e5246fe73bd1711bc39743fba59b4ede7b

COCOAPODS: 1.10.0
COCOAPODS: 1.11.3

0 comments on commit 95c33c3

Please sign in to comment.