Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Apr 29, 2023
2 parents c8596b9 + 7f58abc commit 47b730b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

2 changes: 1 addition & 1 deletion Example/Tests/LocationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class LocationTests: XCTestCase {
XCTAssertEqual("Zarayan".mapper(countryCode: "IQ"), "Darbandikhan")
XCTAssertEqual("Atrish".mapper(countryCode: "IQ"), "Duhok")
XCTAssertEqual("Choman".mapper(countryCode: "IQ"), "Erbil")
XCTAssertEqual("Byara".mapper(countryCode: "IQ"), "Khurmal")
XCTAssertEqual("Byara".mapper(countryCode: "IQ"), "Halabja")
XCTAssertEqual("Hajiawa".mapper(countryCode: "IQ"), "Ranya")
XCTAssertEqual("Taza Khurmatu".mapper(countryCode: "IQ"), "Kirkuk")
XCTAssertEqual("Khalakan".mapper(countryCode: "IQ"), "Ranya")
Expand Down
2 changes: 1 addition & 1 deletion MuslimData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MuslimData'
s.version = '1.2.4'
s.version = '1.3.0'
s.summary = 'Islamic library (Prayer Times [fixed and calculated], Names of Allah, and Azkars).'

# This description is used to generate tags and improve search results.
Expand Down
3 changes: 1 addition & 2 deletions MuslimData/Assets/cityMapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"Ranya": ["Hajiawa", "Sarkapkan", "Khalakan", "Taqtaq", "Hizop", "Chwarqurna"],
"Chamchamal": ["Takiya", "Takiay Jabari", "Shorsh", "Aghjalar", "Sangaw"],
"Darbandikhan": ["Zalan", "Gapilon", "Chwarta", "Barzinjah", "Zarayan", "Halebjai Taza","Qara Dagh", "Khanaqin"],
"Halabja": ["Garmk", "Penjwen", "Nalparez", "Said Sadiq", "Sirwan", "Pshta"],
"Khurmal": ["Byara", "Tawella", "Gokhlan", "Balkha"]
"Halabja": ["Garmk", "Penjwen", "Nalparez", "Said Sadiq", "Sirwan", "Pshta", "Byara", "Tawella", "Gokhlan", "Balkha", "Khurmal"],
},
"IR":{
"Sanandaj": ["Kamyaran", "Divandarreh", "Dehgolan", "Qorveh"],
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion MuslimData/Classes/DB Helper/DBHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DBHelper {
private init() {
var configuration = Configuration()
configuration.readonly = true
let databaseURL = Bundle(for: DBHelper.self).path(forResource: "muslim_db_v1.2.1", ofType: "db")!
let databaseURL = Bundle(for: DBHelper.self).path(forResource: "muslim_db_v1.2.2", ofType: "db")!
dbPool = try? DatabasePool(path: databaseURL, configuration: configuration)

// Be a nice iOS citizen, and don’t consume too much memory
Expand Down

0 comments on commit 47b730b

Please sign in to comment.