diff --git a/ipbc-Client/ipbc-Client.xcodeproj/project.pbxproj b/ipbc-Client/ipbc-Client.xcodeproj/project.pbxproj
index 0690ef3..0feaa00 100644
--- a/ipbc-Client/ipbc-Client.xcodeproj/project.pbxproj
+++ b/ipbc-Client/ipbc-Client.xcodeproj/project.pbxproj
@@ -233,6 +233,7 @@
TargetAttributes = {
ECEBE1811BA0639500E5B4E3 = {
CreatedOnToolsVersion = 6.4;
+ DevelopmentTeam = H474U3TZ74;
};
ECEBE1911BA0639500E5B4E3 = {
CreatedOnToolsVersion = 6.4;
@@ -455,6 +456,7 @@
baseConfigurationReference = C764B4C0152B1E545800FE11 /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -462,6 +464,7 @@
);
INFOPLIST_FILE = "ipbc-Client/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = com.ipbc.client.osx;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -471,6 +474,7 @@
baseConfigurationReference = A19807A65D3C20CCE59EA8E6 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -478,6 +482,7 @@
);
INFOPLIST_FILE = "ipbc-Client/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = com.ipbc.client.osx;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
diff --git a/ipbc-Client/ipbc-Client.xcworkspace/xcuserdata/gerrit.xcuserdatad/UserInterfaceState.xcuserstate b/ipbc-Client/ipbc-Client.xcworkspace/xcuserdata/gerrit.xcuserdatad/UserInterfaceState.xcuserstate
index 145bcdb..26a11ef 100644
Binary files a/ipbc-Client/ipbc-Client.xcworkspace/xcuserdata/gerrit.xcuserdatad/UserInterfaceState.xcuserstate and b/ipbc-Client/ipbc-Client.xcworkspace/xcuserdata/gerrit.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ipbc-Client/ipbc-Client/Controller/MainViewController.xib b/ipbc-Client/ipbc-Client/Controller/MainViewController.xib
index 60002eb..9655e46 100644
--- a/ipbc-Client/ipbc-Client/Controller/MainViewController.xib
+++ b/ipbc-Client/ipbc-Client/Controller/MainViewController.xib
@@ -26,7 +26,7 @@
-
+
This is an application that updates your hostnames with the latest IP address of your computer assuring that you will always have an updated hostname allowing you to connect to your computer from everywhere.
@@ -34,38 +34,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -74,24 +42,6 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ipbc-Client/ipbc-Client/Info.plist b/ipbc-Client/ipbc-Client/Info.plist
index a9f671d..158303c 100644
--- a/ipbc-Client/ipbc-Client/Info.plist
+++ b/ipbc-Client/ipbc-Client/Info.plist
@@ -9,7 +9,7 @@
CFBundleIconFile
CFBundleIdentifier
- com.ipbc.client.osx.$(PRODUCT_NAME:rfc1034identifier)
+ $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
@@ -17,19 +17,19 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ 1.1
CFBundleSignature
????
CFBundleVersion
1
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
+ LSUIElement
+
NSHumanReadableCopyright
Copyright © 2015 Adawim UG (haftungsbeschränkt). All rights reserved.
NSMainNibFile
MainMenu
- LSUIElement
-
NSPrincipalClass
NSApplication