V1.1
This commit is contained in:
parent
3aa1c141e7
commit
00fa6dd9d5
@ -8,7 +8,6 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
EC35AC5C1BA21DBA0004A674 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 377F6D84A86891A23192799E /* Pods.framework */; };
|
||||
EC37AD3A1C18C2540052A292 /* IpbcClient.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = EC37AD391C18C2540052A292 /* IpbcClient.entitlements */; };
|
||||
ECEBE1881BA0639500E5B4E3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECEBE1871BA0639500E5B4E3 /* AppDelegate.swift */; };
|
||||
ECEBE18A1BA0639500E5B4E3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ECEBE1891BA0639500E5B4E3 /* Images.xcassets */; };
|
||||
ECEBE18D1BA0639500E5B4E3 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = ECEBE18B1BA0639500E5B4E3 /* MainMenu.xib */; };
|
||||
@ -35,7 +34,7 @@
|
||||
A19807A65D3C20CCE59EA8E6 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
|
||||
C764B4C0152B1E545800FE11 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
EC35AC5D1BA21DCA0004A674 /* ReachabilitySwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReachabilitySwift.framework; path = "../../../../../Library/Developer/Xcode/DerivedData/ipbc-Client-argtkatyahvadigrkkcbybepzqgl/Build/Products/Debug/ReachabilitySwift.framework"; sourceTree = "<group>"; };
|
||||
EC37AD391C18C2540052A292 /* IpbcClient.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = IpbcClient.entitlements; sourceTree = "<group>"; };
|
||||
EC37AD3B1C18C42D0052A292 /* ipbc-Client.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "ipbc-Client.entitlements"; sourceTree = "<group>"; };
|
||||
ECEBE1821BA0639500E5B4E3 /* ipbc-Client.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ipbc-Client.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
ECEBE1861BA0639500E5B4E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
ECEBE1871BA0639500E5B4E3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
@ -98,7 +97,6 @@
|
||||
ECEBE1791BA0639500E5B4E3 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EC37AD391C18C2540052A292 /* IpbcClient.entitlements */,
|
||||
ECEBE1841BA0639500E5B4E3 /* ipbc-Client */,
|
||||
ECEBE1951BA0639500E5B4E3 /* ipbc-ClientTests */,
|
||||
ECEBE1831BA0639500E5B4E3 /* Products */,
|
||||
@ -119,6 +117,7 @@
|
||||
ECEBE1841BA0639500E5B4E3 /* ipbc-Client */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EC37AD3B1C18C42D0052A292 /* ipbc-Client.entitlements */,
|
||||
EC35AC591BA21B9A0004A674 /* third-party */,
|
||||
ECEBE1AC1BA0C60000E5B4E3 /* webservice */,
|
||||
ECEBE1A71BA0693200E5B4E3 /* control */,
|
||||
@ -237,6 +236,11 @@
|
||||
ECEBE1811BA0639500E5B4E3 = {
|
||||
CreatedOnToolsVersion = 6.4;
|
||||
DevelopmentTeam = H474U3TZ74;
|
||||
SystemCapabilities = {
|
||||
com.apple.Sandbox = {
|
||||
enabled = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
ECEBE1911BA0639500E5B4E3 = {
|
||||
CreatedOnToolsVersion = 6.4;
|
||||
@ -270,7 +274,6 @@
|
||||
files = (
|
||||
ECEBE18A1BA0639500E5B4E3 /* Images.xcassets in Resources */,
|
||||
ECEBE1A51BA0690B00E5B4E3 /* MainViewController.xib in Resources */,
|
||||
EC37AD3A1C18C2540052A292 /* IpbcClient.entitlements in Resources */,
|
||||
ECEBE18D1BA0639500E5B4E3 /* MainMenu.xib in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@ -460,6 +463,7 @@
|
||||
baseConfigurationReference = C764B4C0152B1E545800FE11 /* Pods.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = "ipbc-Client/ipbc-Client.entitlements";
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -478,6 +482,7 @@
|
||||
baseConfigurationReference = A19807A65D3C20CCE59EA8E6 /* Pods.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = "ipbc-Client/ipbc-Client.entitlements";
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
|
||||
@ -37,10 +37,10 @@
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
@ -62,15 +62,18 @@
|
||||
ReferencedContainer = "container:ipbc-Client.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
@ -86,10 +89,10 @@
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
|
||||
Binary file not shown.
@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3</string>
|
||||
<string>4</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@ -4,5 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.client</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
x
Reference in New Issue
Block a user