Skip to content

Commit

Permalink
Merge pull request #12 from cslrfid/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ksclam authored Aug 7, 2023
2 parents 2dcf913 + 1c8950b commit d3abaf5
Show file tree
Hide file tree
Showing 27 changed files with 511 additions and 490 deletions.
4 changes: 2 additions & 2 deletions CS710iOSClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6;
MARKETING_VERSION = 0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.csl.CS710SiOSClient;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -616,7 +616,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6;
MARKETING_VERSION = 0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.csl.CS710SiOSClient;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>114</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ use_frameworks!

target 'CS710iOSClient' do
pod 'MQTTClient'
pod 'CSL-CS710', :path => '~/Documents/GitHub/CSL-CS710/'
pod 'CSL-CS710S', :path => '~/Documents/GitHub/CSL-CS710S/'
end
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CSL-CS710 (0.4.0):
- CSL-CS710S (0.5.0):
- MQTTClient
- MQTTClient (0.15.2):
- MQTTClient/Core (= 0.15.2)
Expand All @@ -11,21 +11,21 @@ PODS:
- MQTTClient/Min (0.15.2)

DEPENDENCIES:
- CSL-CS710 (from `~/Documents/GitHub/CSL-CS710/`)
- CSL-CS710S (from `~/Documents/GitHub/CSL-CS710S/`)
- MQTTClient

SPEC REPOS:
trunk:
- MQTTClient

EXTERNAL SOURCES:
CSL-CS710:
:path: "~/Documents/GitHub/CSL-CS710/"
CSL-CS710S:
:path: "~/Documents/GitHub/CSL-CS710S/"

SPEC CHECKSUMS:
CSL-CS710: f222f72cf29b01f6087158bcb78a2de140f28cb3
CSL-CS710S: 7ecff66a2fcf31ed93aec60a142f7d47174f5545
MQTTClient: 902c7bcac1501595f3d0b15178c7205b40331fb0

PODFILE CHECKSUM: c7b74b2b04b20d54a8f0341b3bbf877c1880600f
PODFILE CHECKSUM: 0b7648f81222d48fbecb33da0f2796706fcca4de

COCOAPODS: 1.11.3
8 changes: 4 additions & 4 deletions Pods/Local Podspecs/CSL-CS710.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Pods/Local Podspecs/CSL-CS710S.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

862 changes: 431 additions & 431 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Pods/Target Support Files/CSL-CS710/CSL-CS710-dummy.m

This file was deleted.

6 changes: 0 additions & 6 deletions Pods/Target Support Files/CSL-CS710/CSL-CS710.modulemap

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Pods/Target Support Files/CSL-CS710S/CSL-CS710S-dummy.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Pods/Target Support Files/CSL-CS710S/CSL-CS710S.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3abaf5

Please sign in to comment.