remove default credentials

This commit is contained in:
Nicolas 2016-03-27 21:53:21 +02:00
parent 5bbf3af412
commit df29f9856b
2 changed files with 8 additions and 12 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
xcuserdata/
.DS_Store
xcuserdata/

View File

@ -237,7 +237,6 @@
7E51482F1CA6B5CE005DA0A6 /* ShastonHi640.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7E51481C1CA6B5CE005DA0A6 /* ShastonHi640.ttf */; };
7E5148301CA6B5CE005DA0A6 /* Spin Up Search 1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 7E51481D1CA6B5CE005DA0A6 /* Spin Up Search 1.wav */; };
7E5148311CA6B5CE005DA0A6 /* Spin Up Search 2.wav in Resources */ = {isa = PBXBuildFile; fileRef = 7E51481E1CA6B5CE005DA0A6 /* Spin Up Search 2.wav */; };
7E8EED6B1A7D83C900C6E522 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7E8EED6A1A7D83C900C6E522 /* Entitlements.plist */; };
/* End PBXBuildFile section */
/* Begin PBXBuildRule section */
@ -574,7 +573,6 @@
7E51481C1CA6B5CE005DA0A6 /* ShastonHi640.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = ShastonHi640.ttf; sourceTree = "<group>"; };
7E51481D1CA6B5CE005DA0A6 /* Spin Up Search 1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = "Spin Up Search 1.wav"; sourceTree = "<group>"; };
7E51481E1CA6B5CE005DA0A6 /* Spin Up Search 2.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = "Spin Up Search 2.wav"; sourceTree = "<group>"; };
7E8EED6A1A7D83C900C6E522 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -993,7 +991,6 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
7E8EED6A1A7D83C900C6E522 /* Entitlements.plist */,
096604C819127DB700A22C51 /* activegs.plist */,
09052B4219053C9F00853FAE /* Libraries */,
09520D8516AEF8250065E84A /* Drivers */,
@ -1119,7 +1116,6 @@
LastUpgradeCheck = 0710;
TargetAttributes = {
1D6058900D05DD3D006BFB54 = {
DevelopmentTeam = SQ9T3Q7RV4;
SystemCapabilities = {
com.apple.DataProtection = {
enabled = 0;
@ -1254,7 +1250,6 @@
0955429F12836F4D0035AE09 /* Tab2GS@2x.png in Resources */,
095542A8128375C40035AE09 /* Tab][.png in Resources */,
095542A9128375C40035AE09 /* Tab][@2x.png in Resources */,
7E8EED6B1A7D83C900C6E522 /* Entitlements.plist in Resources */,
09AF98051283F0DF00083D60 /* Oil_Landers.fta in Resources */,
09AF980C1283F12200083D60 /* StarWizard (2002).fta in Resources */,
09AF980D1283F12200083D60 /* starwizard_2.png in Resources */,
@ -1405,7 +1400,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@ -1427,7 +1422,7 @@
"$(inherited)",
"\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/GraphicsServices.framework\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.freetoolsassociation.activegs;
PRODUCT_BUNDLE_IDENTIFIER = com.myname.myid;
PRODUCT_NAME = ActiveGS;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
@ -1440,7 +1435,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
@ -1464,7 +1459,7 @@
"$(inherited)",
"\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/GraphicsServices.framework\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.freetoolsassociation.activegs;
PRODUCT_BUNDLE_IDENTIFIER = com.myname.myid;
PRODUCT_NAME = ActiveGS;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
@ -1476,7 +1471,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@ -1497,7 +1492,7 @@
"$(inherited)",
"\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/GraphicsServices.framework\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.freetoolsassociation.activegs;
PRODUCT_BUNDLE_IDENTIFIER = com.myname.myid;
PRODUCT_NAME = ActiveGS;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;