Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 25 additions & 12 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
93F8065027AE7A830035A6B0 /* SideMenu in Frameworks */ = {isa = PBXBuildFile; productRef = 93F8064F27AE7A830035A6B0 /* SideMenu */; };
A3F4C3A51A49A5940019A09F /* MainLaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = A3F4C3A41A49A5940019A09F /* MainLaunchScreen.xib */; };
B7D5ECE121499E55001B0EC6 /* MapViewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D5ECE021499E55001B0EC6 /* MapViewTableViewCell.swift */; };
DA0245AF2E79E10A000B7883 /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = DA0245AE2E79E10A000B7883 /* SDWebImage */; };
DA0749DE23E0B5950057FA83 /* ColorPickerRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA0749DD23E0B5950057FA83 /* ColorPickerRow.swift */; };
DA0749E023E0BF510057FA83 /* ColorSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA0749DF23E0BF510057FA83 /* ColorSelection.swift */; };
DA07751B2346705F0086C685 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DA07751A2346705F0086C685 /* Assets.xcassets */; };
Expand Down Expand Up @@ -514,17 +515,7 @@
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
DA2AEB752D92D32000897D80 /* Cells */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
);
explicitFileTypes = {
};
explicitFolders = (
);
path = Cells;
sourceTree = "<group>";
};
DA2AEB752D92D32000897D80 /* Cells */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Cells; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -600,6 +591,7 @@
DABB5E332D98972F009A4B8A /* SDWebImageSVGCoder in Frameworks */,
DFB2622F18830A3600D3244D /* UIKit.framework in Frameworks */,
DACE664A2C63B0760069E514 /* OpenAPIURLSession in Frameworks */,
DA0245AF2E79E10A000B7883 /* SDWebImage in Frameworks */,
93F8064A27AE7A2E0035A6B0 /* FlexColorPicker in Frameworks */,
DA28C362225241DE00AB409C /* WebKit.framework in Frameworks */,
DACE664D2C63B0840069E514 /* OpenAPIRuntime in Frameworks */,
Expand Down Expand Up @@ -1304,6 +1296,7 @@
DACE664C2C63B0840069E514 /* OpenAPIRuntime */,
DA9A7EFE2D66915900824156 /* SFSafeSymbols */,
DABB5E322D98972F009A4B8A /* SDWebImageSVGCoder */,
DA0245AE2E79E10A000B7883 /* SDWebImage */,
);
productName = openHAB;
productReference = DFB2622718830A3600D3244D /* openHAB.app */;
Expand All @@ -1318,7 +1311,7 @@
BuildIndependentTargetsInParallel = YES;
CLASSPREFIX = OpenHAB;
LastSwiftUpdateCheck = 1540;
LastUpgradeCheck = 1620;
LastUpgradeCheck = 2600;
ORGANIZATIONNAME = "openHAB e.V.";
TargetAttributes = {
4D6470D22561F935007B03FC = {
Expand Down Expand Up @@ -1397,6 +1390,7 @@
DACE664B2C63B0840069E514 /* XCRemoteSwiftPackageReference "swift-openapi-runtime" */,
DA3B75AC2C59729200E219AB /* XCRemoteSwiftPackageReference "SFSafeSymbols" */,
DA2C4FD32B4F573300D1C533 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */,
DA0245AD2E79E10A000B7883 /* XCRemoteSwiftPackageReference "SDWebImage" */,
);
productRefGroup = DFB2622818830A3600D3244D /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2371,6 +2365,7 @@
MARKETING_VERSION = 3.1.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_UPCOMING_FEATURE_CONCISE_MAGIC_FILE = YES;
Expand Down Expand Up @@ -2448,6 +2443,7 @@
ONLY_ACTIVE_ARCH = NO;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore org.openhab.app";
SDKROOT = iphoneos;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_UPCOMING_FEATURE_CONCISE_MAGIC_FILE = YES;
Expand Down Expand Up @@ -2481,7 +2477,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = openHAB/openHAB.entitlements;
CURRENT_PROJECT_VERSION = 71;
ENABLE_APP_SANDBOX = YES;
ENABLE_DEBUG_DYLIB = YES;
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "openHAB/openHAB-Prefix.pch";
INFOPLIST_FILE = "openHAB/openHAB-Info.plist";
Expand Down Expand Up @@ -2539,7 +2537,9 @@
CODE_SIGN_IDENTITY = "Apple Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 71;
ENABLE_APP_SANDBOX = YES;
ENABLE_DEBUG_DYLIB = YES;
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "openHAB/openHAB-Prefix.pch";
INFOPLIST_FILE = "openHAB/openHAB-Info.plist";
Expand Down Expand Up @@ -2723,6 +2723,14 @@
minimumVersion = 6.5.0;
};
};
DA0245AD2E79E10A000B7883 /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.21.2;
};
};
DA2C4FD32B4F573300D1C533 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImageSVGCoder.git";
Expand Down Expand Up @@ -2838,6 +2846,11 @@
package = 93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu" */;
productName = SideMenu;
};
DA0245AE2E79E10A000B7883 /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = DA0245AD2E79E10A000B7883 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
DA10161A2DC7BAE500552D14 /* SFSafeSymbols */ = {
isa = XCSwiftPackageProductDependency;
package = DA3B75AC2C59729200E219AB /* XCRemoteSwiftPackageReference "SFSafeSymbols" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1640"
LastUpgradeVersion = "2600"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
Expand Down
2 changes: 1 addition & 1 deletion openHAB.xcodeproj/xcshareddata/xcschemes/openHAB.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
LastUpgradeVersion = "2600"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

4 changes: 0 additions & 4 deletions openHAB/openHAB.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
<string>development</string>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.org.openhab.app</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)org.openhab.app</string>
Expand Down