Skip to content

Commit

Permalink
NCCommunication lib 0.94.0
Browse files Browse the repository at this point in the history
marinofaggiana committed Apr 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 50b8bcc commit a313b5f
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Nextcloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -2251,7 +2251,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = "-ObjC";
@@ -2306,7 +2306,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.Nextcloud.Notification-Service-Extension";
@@ -2353,7 +2353,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.Nextcloud.Share;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2401,7 +2401,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.Nextcloud.Share;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2455,7 +2455,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.Nextcloud.File-Provider-Extension";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2509,7 +2509,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.Nextcloud.File-Provider-Extension";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2552,7 +2552,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.$(PRODUCT_NAME:rfc1034identifier)";
@@ -2600,7 +2600,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "it.twsweb.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2818,8 +2818,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
requirement = {
branch = develop;
kind = branch;
kind = exactVersion;
version = 0.94.0;
};
};
F7C4D88B2534887E00C142DA /* XCRemoteSwiftPackageReference "Parchment" */ = {
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@
"package": "NCCommunication",
"repositoryURL": "https://github.com/nextcloud/ios-communication-library/",
"state": {
"branch": "develop",
"branch": null,
"revision": "9eae0eaafdaa2bcb208c35da35fc6c07cfc32bbc",
"version": null
"version": "0.94.0"
}
},
{

0 comments on commit a313b5f

Please sign in to comment.