Skip to content

Commit

Permalink
Merge pull request #516 from Piwigo/v2.12.1
Browse files Browse the repository at this point in the history
v2.12.1
  • Loading branch information
EddyLB authored Jul 13, 2022
2 parents 68a6bff + 0af429d commit 118c737
Show file tree
Hide file tree
Showing 30 changed files with 400 additions and 554 deletions.
2 changes: 1 addition & 1 deletion Supporting Targets/piwigoKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>478</string>
<string>480</string>
</dict>
</plist>
12 changes: 1 addition & 11 deletions piwigo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
AD07CAC426DD701600BEAEFB /* EditImageThumbTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD07CAC326DD701600BEAEFB /* EditImageThumbTableViewCell.swift */; };
AD084E4D2659A27100159FE1 /* piwigoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD084E462659A27100159FE1 /* piwigoKit.framework */; };
AD084E4E2659A27100159FE1 /* piwigoKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AD084E462659A27100159FE1 /* piwigoKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
AD0B6AC726887EC8007DEE70 /* UploadUtilitiesObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0B6AC626887EC8007DEE70 /* UploadUtilitiesObjc.swift */; };
AD0B6AC9268A2166007DEE70 /* UploadManager+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0B6AC8268A2166007DEE70 /* UploadManager+Utilities.swift */; };
AD0B6ACB268A2187007DEE70 /* UploadSessions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0B6ACA268A2187007DEE70 /* UploadSessions.swift */; };
AD0B6ACD268A218F007DEE70 /* UploadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0B6ACC268A218F007DEE70 /* UploadManager.swift */; };
Expand Down Expand Up @@ -151,7 +150,6 @@
AD865777284D153F00C06EF4 /* pwg.categories.getList.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD865776284D153F00C06EF4 /* pwg.categories.getList.swift */; };
AD865778284D163800C06EF4 /* pwg.categories.getList.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD865776284D153F00C06EF4 /* pwg.categories.getList.swift */; };
AD8709AB259A8E66008C4E4C /* Help04ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8709AA259A8E66008C4E4C /* Help04ViewController.swift */; };
AD870CD71F54AE110015BFA1 /* ImagesCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = AD870CD61F54AE110015BFA1 /* ImagesCollection.m */; };
AD8D212626ACC15F0008E907 /* InAppIntents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = AD8D212826ACC15F0008E907 /* InAppIntents.intentdefinition */; };
AD8D214A26B094DC0008E907 /* Help07ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8D214926B094DC0008E907 /* Help07ViewController.swift */; };
AD8D214C26B0A4450008E907 /* ImageUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8D214B26B0A4450008E907 /* ImageUtilities.swift */; };
Expand Down Expand Up @@ -423,7 +421,6 @@
AD0822741FA06B0A0005AA12 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/AppStore.strings; sourceTree = "<group>"; };
AD0822751FA06B0A0005AA12 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AD084E462659A27100159FE1 /* piwigoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = piwigoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
AD0B6AC626887EC8007DEE70 /* UploadUtilitiesObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadUtilitiesObjc.swift; sourceTree = "<group>"; };
AD0B6AC8268A2166007DEE70 /* UploadManager+Utilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UploadManager+Utilities.swift"; sourceTree = "<group>"; };
AD0B6ACA268A2187007DEE70 /* UploadSessions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadSessions.swift; sourceTree = "<group>"; };
AD0B6ACC268A218F007DEE70 /* UploadManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -607,8 +604,6 @@
AD865774284D060400C06EF4 /* pwg.categories.getList.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = pwg.categories.getList.json; path = "Supporting Targets/piwigoWebAPI/pwg.categories/pwg.categories.getList.json"; sourceTree = SOURCE_ROOT; };
AD865776284D153F00C06EF4 /* pwg.categories.getList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = pwg.categories.getList.swift; path = piwigoKit/Network/pwg.categories/pwg.categories.getList.swift; sourceTree = SOURCE_ROOT; };
AD8709AA259A8E66008C4E4C /* Help04ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Help04ViewController.swift; sourceTree = "<group>"; };
AD870CD61F54AE110015BFA1 /* ImagesCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImagesCollection.m; sourceTree = "<group>"; };
AD870CD81F54AE230015BFA1 /* ImagesCollection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImagesCollection.h; sourceTree = "<group>"; };
AD8D212726ACC15F0008E907 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/InAppIntents.intentdefinition; sourceTree = "<group>"; };
AD8D212A26ACC1660008E907 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InAppIntents.strings; sourceTree = "<group>"; };
AD8D212E26ACC1700008E907 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InAppIntents.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1709,8 +1704,6 @@
D82B8CED1A6790A3000E47CA /* Macros */ = {
isa = PBXGroup;
children = (
AD870CD81F54AE230015BFA1 /* ImagesCollection.h */,
AD870CD61F54AE110015BFA1 /* ImagesCollection.m */,
ADF3EC0B2516515500379E53 /* Device+Model.swift */,
AD9D684927DFE9E600517261 /* HapticUtilities.swift */,
ADBE950D279D632800397426 /* TableViewUtilities.swift */,
Expand Down Expand Up @@ -1803,7 +1796,6 @@
children = (
ADBE45262449969C00AE0001 /* PhotosFetch.swift */,
ADF72EB6267336E70027E2CC /* UploadVarsObjc.swift */,
AD0B6AC626887EC8007DEE70 /* UploadUtilitiesObjc.swift */,
AD7B4C2520E36328003E403A /* Pick Photos Album */,
D8A5014E1A7B432600C04C17 /* Pick Local Images */,
AD4AAFB125A0A1E4007DCD54 /* Pick Pasteboard Images */,
Expand Down Expand Up @@ -2373,15 +2365,14 @@
buildActionMask = 2147483647;
files = (
D82B8D2B1A68832C000E47CA /* Model.m in Sources */,
ADC69F21285B6F68009BF9AF /* AlbumViewController+CopyMove.swift in Sources */,
ADE03F3023D4CC6C00F21ED9 /* PiwigoTagData.m in Sources */,
D82B8D301A688512000E47CA /* PiwigoImageData.m in Sources */,
D818E9FF1A74C2A000733991 /* PiwigoAlbumData.m in Sources */,
D8A59EF31ACE45BC00D2EBF0 /* AlbumData.m in Sources */,
D8D3F7651A7AF2A100AEA7F1 /* CategoriesData.m in Sources */,
AD870CD71F54AE110015BFA1 /* ImagesCollection.m in Sources */,
D8083A551A7D66CD00A95605 /* ImageService.m in Sources */,
D82B8CE61A678ED2000E47CA /* NetworkHandler.m in Sources */,
ADC69F21285B6F68009BF9AF /* AlbumViewController+CopyMove.swift in Sources */,
AD31F5F5242FA75C00BD65FC /* AboutViewController.swift in Sources */,
ADBC08D02446060700BF82E8 /* AlbumHeaderReusableView.swift in Sources */,
AD98FB9B2843BB9100F6C0C5 /* AlbumViewController+Share.swift in Sources */,
Expand Down Expand Up @@ -2428,7 +2419,6 @@
AD911272281060D9002FB78F /* UIWindow+AppTools.swift in Sources */,
ADBDD9372441AB3800F19DFC /* LabelTableViewCell.swift in Sources */,
ADEC6B032455A3520011527C /* LocalAlbumsProvider.swift in Sources */,
AD0B6AC726887EC8007DEE70 /* UploadUtilitiesObjc.swift in Sources */,
AD439E4425E14C3600333A91 /* PasteboardObject.swift in Sources */,
AD45D8AB2444D1CD00CBE206 /* LocalImagesHeaderReusableView.swift in Sources */,
AD64ED2C27946C2500687793 /* AlbumTableViewCell.swift in Sources */,
Expand Down
Loading

0 comments on commit 118c737

Please sign in to comment.