Shared.Droid.JLCountryCode/Jars/JLCountryCode-V1.0.4.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.Droid.JLCountryCode/Shared.Droid.JLCountryCode.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.Droid.JLCountryCode/Transforms/Metadata.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.IOS.JLCountryCode/ApiDefinition.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.IOS.JLCountryCode/Library/libJLCountryCode.a | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.IOS.JLCountryCode/Properties/AssemblyInfo.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.IOS.JLCountryCode/Resources/ic_ss_arrow_back.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Shared.IOS.JLCountryCode/Shared.IOS.JLCountryCode.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Shared.Droid.JLCountryCode/Jars/JLCountryCode-V1.0.4.aarBinary files differ
Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.3.0")] [assembly: AssemblyFileVersion("1.0.3.0")] [assembly: AssemblyVersion("1.0.5.0")] [assembly: AssemblyFileVersion("1.0.5.0")] Shared.Droid.JLCountryCode/Shared.Droid.JLCountryCode.csproj
@@ -53,7 +53,7 @@ <TransformFile Include="Transforms\EnumMethods.xml" /> </ItemGroup> <ItemGroup> <LibraryProjectZip Include="Jars\JLCountryCode-V1.0.3.aar" /> <LibraryProjectZip Include="Jars\JLCountryCode-V1.0.4.aar" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Shared.Droid.JLCountryCode/Transforms/Metadata.xml
@@ -13,5 +13,6 @@ <remove-node path="/api/package[@name='com.alibaba.fastjson']/class[@name='JSONArray']" /> <remove-node path="/api/package[@name='com.alibaba.fastjson.parser']/class[@name='JavaBeanDeserializer']" /> <remove-node path="/api/package[@name='com.alibaba.fastjson.serializer']/class[@name='FieldSerializer']" /> <remove-node path="/api/package[@name='com.widget.jlcountrycode.sortselect']/class[@name='SortSelectItemComparator']" /> <!-- <remove-node />--> </metadata> Shared.IOS.JLCountryCode/ApiDefinition.cs
@@ -17,5 +17,26 @@ [Export("selectCountryCodeBlock", ArgumentSemantic.Copy)] selectCountryCodeBlock SelectCountryCodeBlock { get; set; } } // typedef void (^SortSelectionBlock)(NSString * _Nonnull); delegate void SortSelectionBlock(string arg0); // @interface JLSortSelectionViewController : UIViewController [BaseType(typeof(UIViewController))] interface JLSortSelectionViewController { // @property (copy, nonatomic) SortSelectionBlock _Nonnull sortSelectionBlock; [Export("sortSelectionBlock", ArgumentSemantic.Copy)] SortSelectionBlock SortSelectionBlock { get; set; } // @property (copy, nonatomic) NSDictionary * _Nonnull sortedNameDict; [Export("sortedNameDict", ArgumentSemantic.Copy)] NSDictionary SortedNameDict { get; set; } // @property (copy, nonatomic) NSString * _Nonnull titleStr; [Export("titleStr")] string TitleStr { get; set; } } } Shared.IOS.JLCountryCode/Library/libJLCountryCode.aBinary files differ
Shared.IOS.JLCountryCode/Properties/AssemblyInfo.cs
@@ -25,7 +25,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("1.0.3")] [assembly: AssemblyVersion("1.0.5")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. Shared.IOS.JLCountryCode/Resources/ic_ss_arrow_back.png
Shared.IOS.JLCountryCode/Shared.IOS.JLCountryCode.csproj
@@ -54,6 +54,7 @@ <ItemGroup> <BundleResource Include="Resources\countryCodeCH.plist" /> <BundleResource Include="Resources\countryCodeEN.plist" /> <BundleResource Include="Resources\ic_ss_arrow_back.png" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" /> </Project>