run_loop_tcc 2.1.5 → 2.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba34fbad489b76c83f05053ea85c84d7170d1311
4
- data.tar.gz: 54274decfe80bde2eb1d390759e06ab69e11cb5e
3
+ metadata.gz: 27744ea4f89f05c22cd2e73a8b286252eb42460e
4
+ data.tar.gz: 720a4d29a930a39fea719bb8f8c2da50890e7975
5
5
  SHA512:
6
- metadata.gz: e82e8d023569c115a0b77c4d1ee7b9e1433e580e8976c8df14d5fc7be290555ceb908754516e1dab9f1aea4ad985a34111f7ebe8eb78d2f4380cf15c518aa072
7
- data.tar.gz: 2c83f38e2dea1f5ebcbdd45dd0cf6bf173eeb088dbc1c2df7800720db8e499e86fe7af75ed26468064eeba9d3f1dca9a83f75c9286377eaeb6a51bb0484f6506
6
+ metadata.gz: 385acfd34f5e3e6511e9d5f68a5164fbfa0a0af10c7575189060ddd3b31bac21e85976e1a7502dc55526f730ba326beb016f3458db3bc764169a5adc029cc761
7
+ data.tar.gz: 3ef5b2acd02f6c55453663d045cde2283e5c4f827592dfc1261d9350c1fe260cdc636f0c98eda2724c50942967a0069ecaa5c4662d3aab5a9974ff4705c360f7
@@ -483,17 +483,15 @@ version: #{version}
483
483
  end
484
484
  pbuddy.plist_set("#{bundle_id}", 'dict', nil, location_plist)
485
485
  pbuddy.plist_set("#{bundle_id}:BundleId", 'string', bundle_id, location_plist)
486
- pbuddy.plist_set("#{bundle_id}:Authorization", 'integer', 2, location_plist)
487
- pbuddy.plist_set("#{bundle_id}:SupportedAuthorizationMask", 'integer', 3, location_plist)
486
+ pbuddy.plist_set("#{bundle_id}:Authorization", 'integer', 4, location_plist)
487
+ pbuddy.plist_set("#{bundle_id}:SupportedAuthorizationMask", 'integer', 7, location_plist)
488
488
 
489
+ # Authorization 2 mask 3 = Location Services granted
490
+ # Authorization 4 mask 7 = Location Services && Background Location Services granted
491
+ #
489
492
  # BundleId - String - bundle_id
490
493
  # Authorization - Integer - 2
491
494
  # SupportedAuthorizationMask - Integer - 3
492
-
493
- # Add :new.id Dict
494
- # Add :new.id:BundleId string com.my.bundleid
495
- # Add :new.id:SupportedAuthorizationMask integer 3
496
- # Add :new.id:Authorization integer 2
497
495
  end
498
496
 
499
497
  # @!visibility private
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.1.5"
2
+ VERSION = "2.1.6"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop_tcc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow