mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-19 18:56:31 +00:00
Address comments to PR by Lumaxis
This commit is contained in:
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
|
||||
s.frameworks = 'AssetsLibrary', 'CoreGraphics', 'CoreTelephony', 'CoreText', 'MobileCoreServices', 'Photos', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
|
||||
s.libraries = 'c++', 'z'
|
||||
s.vendored_frameworks = 'Vendor/CrashReporter.framework'
|
||||
s.pod_target_xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"85\\"" BITHOCKEY_C_BUILD="\\"85\\""} }
|
||||
s.pod_target_xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"95\\"" BITHOCKEY_C_BUILD="\\"95\\""} }
|
||||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
||||
s.preserve_paths = 'Resources', 'Support'
|
||||
s.private_header_files = 'Classes/*Private.h'
|
||||
|
||||
@@ -478,7 +478,6 @@ NSDictionary *myMeasurements = @{@"Measurement 1" : @1,
|
||||
**Swift**
|
||||
|
||||
```swift
|
||||
|
||||
let myProperties = ["Property 1": "Something", "Property 2": "Other thing", "Property 3" : "Totally different thing."]
|
||||
let myMeasurements = ["Measurement 1": 1, "Measurement 2": 2.3, "Measurement 3" : 30000]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user